Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdtime/
H A Dstrptime.c131 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 Dstrfmon.c74 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 DSymbol.map139 isdigit_l;
H A DMakefile.inc57 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 Dwin32.h203 #define isdigit_l _isdigit_l macro
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2096 fun:isdigit_l=uninstrumented
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlocale1138 if (!isdigit_l(*__ns, _LIBCPP_GET_C_LOCALE))