Searched refs:__towupper (Results 1 – 6 of 6) sorted by relevance
86 __towupper (wint_t wc) in weak_alias()92 libc_hidden_def (__towupper)93 weak_alias (__towupper, towupper)
39 extern __typeof (towupper) __towupper __THROW __attribute_pure__;60 libc_hidden_proto (__towupper)
141 # undef __towupper146 # define __towupper towupper macro
309 wchar_t wcu = __towupper (ch); in build_wcs_upper_buffer()326 wchar_t wcu = __towupper (wc); in build_wcs_upper_buffer()394 wchar_t wcu = __towupper (wc); in build_wcs_upper_buffer()
29349 (__towupper): Likewise.36717 instead of iswlower. Call __towupper instead of towupper.37077 (towupper): Rename to __towupper and define as weak alias of37078 __towupper. Use libc_hidden_weak.37080 (__towupper): Likewise.
14190 * posix/regex_internal.h (__iswalnum, __towlower, __towupper) [!_LIBC]: