Home
last modified time | relevance | path

Searched refs:iswcntrl_l (Results 1 – 9 of 9) sorted by relevance

/openbsd/lib/libc/hidden/
H A Dwctype.h30 PROTO_DEPRECATED(iswcntrl_l);
/openbsd/include/
H A Dwctype.h88 int iswcntrl_l(wint_t, locale_t);
/openbsd/lib/libc/locale/
H A Diswctype_l.c101 iswcntrl_l(wint_t c, locale_t locale) in iswcntrl_l() function
/openbsd/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h65 inline _LIBCPP_HIDE_FROM_ABI_C int iswcntrl_l(wint_t __c, locale_t) { return ::iswcntrl(__c); } in iswcntrl_l() function
/openbsd/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h249 #define iswcntrl_l _iswcntrl_l macro
/openbsd/lib/libc/
H A DSymbols.list988 iswcntrl_l
/openbsd/gnu/llvm/libcxx/src/
H A Dlocale.cpp1367 if ((m & cntrl) == cntrl) result |= (iswcntrl_l(ch, __l_) != 0); in do_is()
1396 if (iswcntrl_l(ch, __l_)) in do_is()
1435 if ((m & cntrl) == cntrl && iswcntrl_l(ch, __l_)) break; in do_scan_is()
1460 if ((m & cntrl) == cntrl && iswcntrl_l(ch, __l_)) continue; in do_scan_not()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlclib.pod456 getaliasbyname_r() iswcntrl_l() timegm()
750 fgetpwent() iswcntrl_l() strtof()
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2121 fun:iswcntrl_l=uninstrumented