Searched defs:towupper (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dtowlower.c103 #undef towupper macro
105 towupper(wint_t wc) function
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h357 #undef towupper macro
372 #define towupper(c) toupper(c) macro
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h197 #if !defined(towupper) && !_lib_towupper
198 #define towupper(x) toupper(x) macro
246 #ifndef towupper
247 #define towupper(x) toupper(x) macro

Completed in 75 milliseconds