Home
last modified time | relevance | path

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

/openbsd/lib/libc/hidden/
H A Dwctype.h38 PROTO_DEPRECATED(iswlower_l);
/openbsd/include/
H A Dwctype.h91 int iswlower_l(wint_t, locale_t);
/openbsd/lib/libc/locale/
H A Diswctype_l.c119 iswlower_l(wint_t c, locale_t locale) in iswlower_l() function
/openbsd/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h71 inline _LIBCPP_HIDE_FROM_ABI_C int iswlower_l(wint_t __c, locale_t) { return ::iswlower(__c); } in iswlower_l() function
/openbsd/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h251 #define iswlower_l _iswlower_l macro
/openbsd/lib/libc/
H A DSymbols.list995 iswlower_l
/openbsd/gnu/llvm/libcxx/src/
H A Dlocale.cpp893 return (isascii(c) && iswlower_l(c, _LIBCPP_GET_C_LOCALE)) ? c-L'a'+L'A' : c; in do_toupper()
1369 if ((m & lower) == lower) result |= (iswlower_l(ch, __l_) != 0); in do_is()
1400 if (iswlower_l(ch, __l_)) in do_is()
1437 if ((m & lower) == lower && iswlower_l(ch, __l_)) break; in do_scan_is()
1462 if ((m & lower) == lower && iswlower_l(ch, __l_)) continue; in do_scan_not()
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2129 fun:iswlower_l=uninstrumented