Home
last modified time | relevance | path

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

/stdlib/
A Dcanonicalize.c202 char const *start; in realpath_stk() local
251 start = name; in realpath_stk()
265 start = name + prefix_len; in realpath_stk()
268 for ( ; *start; start = end) in realpath_stk()
271 while (ISSLASH (*start)) in realpath_stk()
272 ++start; in realpath_stk()
275 for (end = start; *end && !ISSLASH (*end); ++end) in realpath_stk()
280 idx_t startlen = end - start; 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()
[all …]
A Dtest-dlclose-exit-race-helper.c42 first (void *start) in first() argument
54 second (void *start) in second() argument
A Dtst-strtod-overflow.c38 char *p = repeat.start; in do_test()
A Disomac.c293 char *start, *end; in get_null_defines() local
313 start = &line[8]; in get_null_defines()
314 for (end = start + 1; !isspace (*end) && *end != '\0'; ++end) in get_null_defines()
316 result[result_len] = xstrndup (start, end - start); in get_null_defines()
A Dtest-bz22786.c45 char *path = repeat.start; in do_test()
A Dstrtod_l.c376 mp_limb_t start; in str_to_mpn() local
434 start = _tens_in_limb[cnt + *exponent]; in str_to_mpn()
438 start = _tens_in_limb[cnt]; in str_to_mpn()
448 cy = __mpn_mul_1 (n, n, *nsize, start); in str_to_mpn()

Completed in 15 milliseconds