Home
last modified time | relevance | path

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

/openbsd/lib/libc/hidden/
H A Dwctype.h44 PROTO_DEPRECATED(iswspace_l);
/openbsd/include/
H A Dwctype.h94 int iswspace_l(wint_t, locale_t);
/openbsd/lib/libc/locale/
H A Diswctype_l.c137 iswspace_l(wint_t c, locale_t locale) in iswspace_l() function
/openbsd/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h77 inline _LIBCPP_HIDE_FROM_ABI_C int iswspace_l(wint_t __c, locale_t) { return ::iswspace(__c); } in iswspace_l() function
/openbsd/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h247 #define iswspace_l _iswspace_l macro
/openbsd/lib/libc/
H A DSymbols.list1001 iswspace_l
/openbsd/gnu/llvm/libcxx/src/
H A Dlocale.cpp1365 if ((m & space) == space) result |= (iswspace_l(ch, __l_) != 0); in do_is()
1390 if (iswspace_l(ch, __l_)) in do_is()
1433 if ((m & space) == space && iswspace_l(ch, __l_)) break; in do_scan_is()
1458 if ((m & space) == space && iswspace_l(ch, __l_)) continue; in do_scan_not()
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2135 fun:iswspace_l=uninstrumented