Searched refs:trace_len (Results 1 – 1 of 1) sorted by relevance
2134 size_t trace_len = MIN(sizeof(path_words) - sizeof(path_words[0]), path_len); local2146 memcpy(path_words, path, trace_len);2147 path_next += trace_len;2160 trace_len = sizeof(path_words);2163 trace_len = path_len - path_next;2166 memcpy(path_words, &path[path_next], trace_len);2167 path_next += trace_len;