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

/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Datoi.c44 return (int)strtol_l(str, (char **)NULL, 10, __current_locale());
52 /* no need to call NORMALIZE_LOCALE(loc) because strtol_l will */
53 return (int)strtol_l(str, (char **)NULL, 10, loc);
H A Datol.c44 return strtol_l(str, (char **)NULL, 10, __current_locale());
52 /* no need to call NORMALIZE_LOCALE(loc) because strtol_l will */
53 return strtol_l(str, (char **)NULL, 10, loc);
H A Dstrtol.c51 strtol_l(const char * __restrict nptr, char ** __restrict endptr, int base, function
149 return strtol_l(nptr, endptr, base, __current_locale());
/macosx-10.10.1/Libc-1044.1.2/include/xlocale/
H A D_stdlib.h42 long strtol_l(const char *, char **, int, locale_t);
/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dstrptime.c536 n = strtol_l(buf, &cp, 10, loc);

Completed in 170 milliseconds