Searched refs:last (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/string/ |
D | strtok.c | 35 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/ |
D | popen.c | 141 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/ |
D | crtbegin_static.S | 71 # the last entry shall be 0, and is defined in crtend.S
|
D | crtbegin_dynamic.S | 71 # the last entry shall be 0, and is defined in crtend.S
|
/bionic/libc/netbsd/isc/ |
D | eventlib_p.h | 166 evWait * last; member
|
/bionic/libc/arch-x86/bionic/ |
D | crtbegin_static.S | 74 # the last entry shall be 0, and is defined in crtend.S
|
D | crtbegin_dynamic.S | 75 # the last entry shall be 0, and is defined in crtend.S
|