Home
last modified time | relevance | path

Searched refs:tolower_l (Results 1 – 10 of 10) sorted by relevance

/openbsd/lib/libc/locale/
H A Disctype_l.c110 #undef tolower_l
112 tolower_l(int c, locale_t locale __attribute__((__unused__))) in tolower_l() function
/openbsd/lib/libc/hidden/
H A Dctype.h57 __only_inline int tolower_l(int _c, locale_t _l);
88 PROTO_DEPRECATED(tolower_l);
/openbsd/regress/lib/libc/locale/uselocale/
H A Duselocale.c120 TESTFUNC(tolower_l, int, "0x%.2x, %p", "0x%.2x", 0)
284 TEST_R(tolower_l, 0x61, 0x41, _LOCALE_UTF8); in child_func()
285 TEST_R(tolower_l, 0x61, 0x41, _LOCALE_C); in child_func()
287 TEST_R(tolower_l, 0x40, 0x40, _LOCALE_UTF8); in child_func()
288 TEST_R(tolower_l, 0x40, 0x40, _LOCALE_C); in child_func()
/openbsd/include/
H A Dctype.h107 int tolower_l(int, locale_t);
293 tolower_l(int _c, locale_t _l __attribute__((__unused__))) in tolower_l() function
/openbsd/gnu/llvm/libcxx/include/__support/solaris/
H A Dxlocale.h29 int tolower_l(int __c, locale_t __l);
/openbsd/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h56 inline _LIBCPP_HIDE_FROM_ABI_C int tolower_l(int __c, locale_t) { return ::tolower(__c); } in tolower_l() function
/openbsd/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h246 #define tolower_l _tolower_l macro
/openbsd/lib/libc/
H A DSymbols.list1022 tolower_l
/openbsd/gnu/llvm/libcxx/src/
H A Dlocale.cpp1320 return static_cast<char>(tolower_l(static_cast<unsigned char>(c), __l_)); in do_tolower()
1327 *low = static_cast<char>(tolower_l(static_cast<unsigned char>(*low), __l_)); in do_tolower()
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3153 fun:tolower_l=uninstrumented