Searched refs:isdigit_l (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/stdtime/ |
H A D | strptime.c | 131 if (!isdigit_l((unsigned char)*buf, locale)) in _strptime() 137 isdigit_l((unsigned char)*buf, locale); buf++) { in _strptime() 213 if (!isdigit_l((unsigned char)*buf, locale)) in _strptime() 218 isdigit_l((unsigned char)*buf, locale); buf++){ in _strptime() 237 if (!isdigit_l((unsigned char)*buf, locale)) in _strptime() 242 isdigit_l((unsigned char)*buf, locale); buf++){ in _strptime() 280 if (!isdigit_l((unsigned char)*buf, locale)) in _strptime() 284 isdigit_l((unsigned char)*buf, locale); buf++) { in _strptime() 353 if (!isdigit_l((unsigned char)*buf, locale)) in _strptime() 358 isdigit_l((unsigne in _strptime() [all...] |
/freebsd/lib/libc/stdlib/ |
H A D | strfmon.c | 74 while (isdigit_l((unsigned char)*fmt, LOC)) { \ 196 if (isdigit_l((unsigned char)*fmt, loc)) { in vstrfmon_l() 208 if (!isdigit_l((unsigned char)*++fmt, loc)) in vstrfmon_l() 217 if (!isdigit_l((unsigned char)*++fmt, loc)) in vstrfmon_l()
|
/freebsd/lib/libc/locale/ |
H A D | Symbol.map | 139 isdigit_l;
|
H A D | Makefile.inc | 57 MLINKS+=isdigit.3 isnumber.3 isdigit.3 isdigit_l.3 isdigit.3 isnumber_l.3
|
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
H A D | win32.h | 203 #define isdigit_l _isdigit_l macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2096 fun:isdigit_l=uninstrumented
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | locale | 1138 if (!isdigit_l(*__ns, _LIBCPP_GET_C_LOCALE))
|