Searched refs:trace_len (Results 1 – 1 of 1) sorted by relevance
2218 size_t trace_len = MIN(sizeof(path_words) - sizeof(path_words[0]), path_len); local2230 memcpy(path_words, path, trace_len);2231 path_next += trace_len;2244 trace_len = sizeof(path_words);2247 trace_len = path_len - path_next;2250 memcpy(path_words, &path[path_next], trace_len);2251 path_next += trace_len;