Searched refs:strtol_l (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/lib/libc/stdlib/
H A Datoi.c56 return (int)strtol_l(str, (char **)NULL, 10, locale);
H A Datol.c56 return strtol_l(str, (char **)NULL, 10, locale);
H A Dstrtol.c55 strtol_l(const char * __restrict nptr, char ** __restrict endptr, int base, function
152 return strtol_l(nptr, endptr, base, __get_locale());
H A DSymbol.map97 strtol_l;
/freebsd-10.0-release/include/xlocale/
H A D_stdlib.h48 long strtol_l(const char *, char **, int, locale_t);
/freebsd-10.0-release/lib/libc/stdtime/
H A Dstrptime.c488 n = strtol_l(buf, &cp, 10, locale);

Completed in 367 milliseconds