Searched defs:towupper (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | wctype.in.h | 25 * iswctype, towctrans, towlower, towupper, wctrans, wctype, 98 # undef towupper macro 116 # define towupper rpl_towupper macro 272 towupper 304 The functions towlower and towupper are implemented in the MSVCRT library 328 return (wint_t) (wchar_t) towupper (wc); 331 # define towupper rpl_towupper macro 382 _GL_CXXALIAS_RPL (towupper, wint_t, (wint_t wc)); 385 _GL_CXXALIAS_SYS (towupper, wint_t, (wint_t wc)); 388 _GL_CXXALIASWARN (towupper); variable [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/ |
H A D | wctype.h | 63 towupper (wint_t c) function
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 357 #undef towupper macro 372 #define towupper(c) toupper(c) macro
|
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | reglib.h | 197 #if !defined(towupper) && !_lib_towupper 198 #define towupper(x) toupper(x) macro 246 #ifndef towupper 247 #define towupper(x) toupper(x) macro
|
Completed in 51 milliseconds