Searched refs:tolower_l (Results 1 - 8 of 8) sorted by path

/openbsd-current/lib/libc/hidden/
H A Dctype.h57 __only_inline int tolower_l(int _c, locale_t _l);
88 PROTO_DEPRECATED(tolower_l); variable
/openbsd-current/lib/libc/locale/
H A Disctype_l.c110 #undef tolower_l macro
112 tolower_l(int c, locale_t locale __attribute__((__unused__))) function
/openbsd-current/gnu/llvm/libcxx/include/__support/solaris/
H A Dxlocale.h29 int tolower_l(int __c, locale_t __l);
/openbsd-current/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h246 #define tolower_l _tolower_l macro
/openbsd-current/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); } function
/openbsd-current/gnu/llvm/libcxx/src/
H A Dlocale.cpp1320 return static_cast<char>(tolower_l(static_cast<unsigned char>(c), __l_));
1327 *low = static_cast<char>(tolower_l(static_cast<unsigned char>(*low), __l_));
/openbsd-current/include/
H A Dctype.h107 int tolower_l(int, locale_t);
293 tolower_l(int _c, locale_t _l __attribute__((__unused__))) function
/openbsd-current/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);
285 TEST_R(tolower_l, 0x61, 0x41, _LOCALE_C);
287 TEST_R(tolower_l, 0x40, 0x40, _LOCALE_UTF8);
288 TEST_R(tolower_l, 0x40, 0x40, _LOCALE_C);

Completed in 297 milliseconds