Home
last modified time | relevance | path

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

/include/
Dstdarg.h9 #define va_start(ap, last) \ argument
/lib/libc/
Dstring.c122 strtok_r(char *str, const char *delim, char **last) in strtok_r()
158 static char *last; in strtok() local
/sys/kern/
Dlibc.c24 strtok_r(char *str, const char *delim, char **last) in strtok_r()
Ddebug.c252 char *nextArg, *last; in Debug_Prompt() local
/lib/liblwip/src/core/ipv4/
Dip_frag.c683 u16_t last; in ip_frag() local
/lib/liblwip/src/core/
Dnetif.c615 struct pbuf *last; in netif_loop_output() local
/lib/liblwip/src/arch/
Dsys_arch.c77 int first, last; member