Home
last modified time | relevance | path

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

/openbsd/lib/libc/locale/
H A Disctype_l.c117 #undef toupper_l
119 toupper_l(int c, locale_t locale __attribute__((__unused__))) in toupper_l() function
/openbsd/lib/libc/hidden/
H A Dctype.h58 __only_inline int toupper_l(int _c, locale_t _l);
90 PROTO_DEPRECATED(toupper_l);
/openbsd/include/
H A Dctype.h108 int toupper_l(int, locale_t);
299 toupper_l(int _c, locale_t _l __attribute__((__unused__))) in toupper_l() function
/openbsd/gnu/llvm/libcxx/include/__support/solaris/
H A Dxlocale.h28 int toupper_l(int __c, locale_t __l);
/openbsd/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h54 inline _LIBCPP_HIDE_FROM_ABI_C int toupper_l(int __c, locale_t) { return ::toupper(__c); } in toupper_l() function
/openbsd/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h245 #define toupper_l _toupper_l macro
/openbsd/lib/libc/
H A DSymbols.list1023 toupper_l
/openbsd/gnu/llvm/libcxx/src/
H A Dlocale.cpp1306 return static_cast<char>(toupper_l(static_cast<unsigned char>(c), __l_)); in do_toupper()
1313 *low = static_cast<char>(toupper_l(static_cast<unsigned char>(*low), __l_)); in do_toupper()
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3155 fun:toupper_l=uninstrumented