Searched refs:towupper (Results 1 - 9 of 9) sorted by last modified time

/barrelfish-master/include/cxx/
H A Dwctype.h41 wint_t towupper(wint_t wc);
72 #undef towupper macro
/barrelfish-master/include/cxx/support/xlocale/
H A D__posix_l_fallback.h127 return ::towupper(c);
/barrelfish-master/include/cxx/support/solaris/
H A Dwchar.h22 #define towupper sun_towupper macro
42 #undef towupper macro
/barrelfish-master/lib/libc/tests/locale/
H A Dtowctrans_test.c55 { "toupper", towupper },
/barrelfish-master/lib/libc/regex/
H A Dregex2.h156 CHIN1(cs, towupper(ch)));
H A Dregcomp.c944 return(towupper(ch));
1221 if ((nch = towupper(ch)) < NC)
/barrelfish-master/lib/libc/locale/
H A Diswctype.c183 #undef towupper macro
185 towupper(wint_t wc) function
H A DMakefile.inc45 setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 towupper.3 \
/barrelfish-master/include/
H A Dwctype.h74 wint_t towupper(wint_t);
112 #define towupper(wc) __toupper(wc) macro

Completed in 130 milliseconds