Home
last modified time | relevance | path

Searched refs:iswspace_l (Results 1 – 15 of 15) sorted by relevance

/freebsd/lib/libc/locale/
H A Dwcstod.c63 while (iswspace_l(*wcp, locale)) { in wcstod_l()
H A Dwcstof.c57 while (iswspace_l(*wcp, locale)) { in wcstof_l()
H A Dwcstold.c57 while (iswspace_l(*wcp, locale)) { in wcstold_l()
H A Dwcstoimax.c64 } while (iswspace_l(c, locale)); in wcstoimax_l()
H A Dwcstol.c64 } while (iswspace_l(c, locale)); in wcstol_l()
H A Dwcstoll.c64 } while (iswspace_l(c, locale)); in wcstoll_l()
H A Dwcstoul.c64 } while (iswspace_l(c, locale)); in wcstoul_l()
H A Dwcstoull.c64 } while (iswspace_l(c, locale)); in wcstoull_l()
H A Dwcstoumax.c64 } while (iswspace_l(c, locale)); in wcstoumax_l()
H A DSymbol.map169 iswspace_l;
H A DMakefile.inc82 iswalnum_l.3 iswspace_l.3 iswalnum_l.3 iswupper_l.3 \
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dwin32.h211 #define iswspace_l _iswspace_l macro
/freebsd/lib/libc/stdio/
H A Dvfwscanf.c491 iswspace_l(c, locale)) in __vfwscanf()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp1118 result |= (iswspace_l(ch, __l_) != 0); in do_is()
1148 if (iswspace_l(ch, __l_)) in do_is()
1186 if ((m & space) == space && iswspace_l(ch, __l_)) in do_scan_is()
1218 if ((m & space) == space && iswspace_l(ch, __l_)) in do_scan_not()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2140 fun:iswspace_l=uninstrumented