Home
last modified time | relevance | path

Searched refs:strtol_l (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/stdlib/
H A Dstrtol.c50 strtol_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtol_l() function
154 return strtol_l(nptr, endptr, base, __get_locale()); in strtol()
H A Datoi.c49 return (int)strtol_l(str, NULL, 10, locale); in atoi_l()
H A Datol.c49 return strtol_l(str, (char **)NULL, 10, locale); in atol_l()
H A DSymbol.map89 strtol_l;
/freebsd/include/xlocale/
H A D_stdlib.h47 long strtol_l(const char *, char **, int, locale_t);
/freebsd/lib/libc/stdtime/
H A Dstrptime.c497 n = strtol_l(buf, &cp, 10, locale); in _strptime()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3016 fun:strtol_l=uninstrumented