tag
line
file
source code
endp
17
lib/vsprintf.c
unsigned long simple_strtoul(const char *cp,char **endp,unsigned int base)
endp
37
lib/vsprintf.c
if (endp)
endp
38
lib/vsprintf.c
*endp = (char *)cp;