Searched refs:trace_len (Results 1 – 1 of 1) sorted by relevance
2236 size_t trace_len = MIN(sizeof(path_words) - sizeof(path_words[0]), path_len); local2248 memcpy(path_words, path, trace_len);2249 path_next += trace_len;2262 trace_len = sizeof(path_words);2265 trace_len = path_len - path_next;2268 memcpy(path_words, &path[path_next], trace_len);2269 path_next += trace_len;