Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/string/
Dstrtok.c35 static char *last; in strtok() local
37 return strtok_r(s, delim, &last); in strtok()
41 strtok_r(char *s, const char *delim, char **last) in strtok_r() argument
48 if (s == NULL && (s = *last) == NULL) in strtok_r()
62 *last = NULL; in strtok_r()
80 *last = s; in strtok_r()
/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcsrchr.c35 const wchar_t *last; in wcsrchr() local
37 last = NULL; in wcsrchr()
40 last = s; in wcsrchr()
46 return ((wchar_t *)last); in wcsrchr()
Dwcstok.c42 wchar_t ** __restrict last) in wcstok() argument
48 if (s == NULL && (s = *last) == NULL) in wcstok()
62 *last = NULL; in wcstok()
80 *last = s; in wcstok()
/bionic/libc/upstream-netbsd/lib/libc/gen/
Dpopen.c193 struct pid *cur, *last; in pclose() local
202 for (last = NULL, cur = pidlist; cur; last = cur, cur = cur->next) in pclose()
213 if (last == NULL) in pclose()
216 last->next = cur->next; in pclose()
/bionic/libc/dns/resolv/
Dres_cache.c1897 struct resolv_cache_info* last; in _insert_cache_info_locked() local
1899 for (last = &_res_cache_list; last->next; last = last->next); in _insert_cache_info_locked()
1901 last->next = cache_info; in _insert_cache_info_locked()
/bionic/libc/upstream-netbsd/lib/libc/isc/
Deventlib_p.h163 evWait * last; member
/bionic/libc/kernel/uapi/linux/
Dkvm.h335 __u32 first, last; member