Home
last modified time | relevance | path

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

/bionic/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/unistd/
Dpopen.c141 struct pid *cur, *last; in pclose() local
146 for (last = NULL, cur = pidlist; cur; last = cur, cur = cur->next) in pclose()
160 if (last == NULL) in pclose()
163 last->next = cur->next; in pclose()
/bionic/libc/arch-arm/bionic/
Dcrtbegin_static.S71 # the last entry shall be 0, and is defined in crtend.S
Dcrtbegin_dynamic.S71 # the last entry shall be 0, and is defined in crtend.S
/bionic/libc/netbsd/isc/
Deventlib_p.h166 evWait * last; member
/bionic/libc/arch-x86/bionic/
Dcrtbegin_static.S74 # the last entry shall be 0, and is defined in crtend.S
Dcrtbegin_dynamic.S75 # the last entry shall be 0, and is defined in crtend.S