Home
last modified time | relevance | path

Searched refs:startlen (Results 1 – 1 of 1) sorted by relevance

/stdlib/
A Dcanonicalize.c280 idx_t startlen = end - start; in realpath_stk() local
282 if (startlen == 0) in realpath_stk()
284 else if (startlen == 1 && start[0] == '.') in realpath_stk()
286 else if (startlen == 2 && start[0] == '.' && start[1] == '.') in realpath_stk()
303 < startlen + sizeof dir_suffix) in realpath_stk()
312 dest = __mempcpy (dest, start, startlen); in realpath_stk()

Completed in 4 milliseconds