Searched refs:strtol_l (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/stdlib/ |
H A D | strtol.c | 50 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 D | atoi.c | 49 return (int)strtol_l(str, NULL, 10, locale); in atoi_l()
|
H A D | atol.c | 49 return strtol_l(str, (char **)NULL, 10, locale); in atol_l()
|
H A D | Symbol.map | 89 strtol_l;
|
/freebsd/include/xlocale/ |
H A D | _stdlib.h | 47 long strtol_l(const char *, char **, int, locale_t);
|
/freebsd/lib/libc/stdtime/ |
H A D | strptime.c | 497 n = strtol_l(buf, &cp, 10, locale); in _strptime()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3016 fun:strtol_l=uninstrumented
|