endptr             42 lib/libsa/strtol.c strtol(const char *nptr, char **endptr, int base)
endptr            135 lib/libsa/strtol.c 	if (endptr != 0)
endptr            136 lib/libsa/strtol.c 		*endptr = (char *) (any ? s - 1 : nptr);
endptr             42 lib/libsa/strtoll.c strtoll(const char *nptr, char **endptr, int base)
endptr            134 lib/libsa/strtoll.c 	if (endptr != 0)
endptr            135 lib/libsa/strtoll.c 		*endptr = (char *) (any ? s - 1 : nptr);