Home
last modified time | relevance | path

Searched defs:towlower_l (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libc/locale/
H A Diswctype_l.c161 towlower_l(wint_t c, locale_t locale) in towlower_l() function
/openbsd-src/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h85 inline _LIBCPP_HIDE_FROM_ABI_C wint_t towlower_l(wint_t __c, locale_t) { return ::towlower(__c); } in towlower_l() function
/openbsd-src/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h257 #define towlower_l _towlower_l macro