Searched refs:endp (Results 1 – 7 of 7) sorted by relevance
/posix/ |
A D | tst-spawn3.c | 138 char *endp; in do_test() local 139 long int rpid = strtol (buf, &endp, 10); in do_test() 140 if (*endp != '\n') in do_test() 142 if (endp == buf) in do_test()
|
A D | bug-glob2.c | 108 char *endp = strchrnul (s, '/'); in find_file() local 110 PRINTF ("looking for %.*s, level %d\n", (int) (endp - s), s, level); in find_file() 115 && memcmp (s, filesystem[idx].name, endp - s) == 0 in find_file() 116 && filesystem[idx].name[endp - s] == '\0') in find_file() 127 if (*endp == '\0') in find_file() 140 s = endp + 1; in find_file()
|
A D | tst-glob_lstat_compat.c | 100 char *endp = strchrnul (s, '/'); in find_file() local 105 && memcmp (s, filesystem[idx].name, endp - s) == 0 in find_file() 106 && filesystem[idx].name[endp - s] == '\0') in find_file() 117 if (*endp == '\0') in find_file() 130 s = endp + 1; in find_file()
|
A D | tst-gnuglob-skeleton.c | 124 char *endp = strchrnul (s, '/'); in find_file() local 128 (int) (endp - s), s, level); in find_file() 133 && memcmp (s, filesystem[idx].name, endp - s) == 0 in find_file() 134 && filesystem[idx].name[endp - s] == '\0') in find_file() 145 if (*endp == '\0') in find_file() 158 s = endp + 1; in find_file()
|
A D | tst-fnmatch.c | 103 char *endp; in do_test() local 104 result = strtol (result_str, &endp, 0); in do_test() 105 if (*endp != '\0') in do_test()
|
A D | fnmatch_loop.c | 112 const CHAR *endp = END (p); in FCT() local 113 if (endp != p) in FCT() 116 p = endp; in FCT() 163 const CHAR *endp; in FCT() local 167 endp = MEMCHR (n, (flags & FNM_FILE_NAME) ? L_('/') : L_('\0'), in FCT() 169 if (endp == NULL) in FCT() 170 endp = string_end; in FCT() 180 for (--p; n < endp; ++n, no_leading_period = false) in FCT() 202 for (--p; n < endp; ++n, no_leading_period = false) in FCT()
|
A D | glob.c | 1247 char *endp = mempcpy (new, dirname, dirlen); in prefix_array() local 1248 *endp++ = dirsep_char; in prefix_array() 1249 mempcpy (endp, array[i], eltlen); in prefix_array()
|
Completed in 16 milliseconds