Searched refs:iswspace_l (Results 1 – 15 of 15) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | wcstod.c | 63 while (iswspace_l(*wcp, locale)) { in wcstod_l()
|
H A D | wcstof.c | 57 while (iswspace_l(*wcp, locale)) { in wcstof_l()
|
H A D | wcstold.c | 57 while (iswspace_l(*wcp, locale)) { in wcstold_l()
|
H A D | wcstoimax.c | 64 } while (iswspace_l(c, locale)); in wcstoimax_l()
|
H A D | wcstol.c | 64 } while (iswspace_l(c, locale)); in wcstol_l()
|
H A D | wcstoll.c | 64 } while (iswspace_l(c, locale)); in wcstoll_l()
|
H A D | wcstoul.c | 64 } while (iswspace_l(c, locale)); in wcstoul_l()
|
H A D | wcstoull.c | 64 } while (iswspace_l(c, locale)); in wcstoull_l()
|
H A D | wcstoumax.c | 64 } while (iswspace_l(c, locale)); in wcstoumax_l()
|
H A D | Symbol.map | 169 iswspace_l;
|
H A D | Makefile.inc | 82 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 D | win32.h | 211 #define iswspace_l _iswspace_l macro
|
/freebsd/lib/libc/stdio/ |
H A D | vfwscanf.c | 491 iswspace_l(c, locale)) in __vfwscanf()
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 1118 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 D | libc_ubuntu1404_abilist.txt | 2140 fun:iswspace_l=uninstrumented
|