Searched refs:towlower (Results 1 - 12 of 12) sorted by last modified time

/barrelfish-master/include/cxx/
H A Dwctype.h40 wint_t towlower(wint_t wc);
71 #undef towlower macro
/barrelfish-master/include/cxx/support/xlocale/
H A D__posix_l_fallback.h131 return ::towlower(c);
/barrelfish-master/include/cxx/support/solaris/
H A Dwchar.h21 #define towlower sun_towlower macro
41 #undef towlower macro
/barrelfish-master/lib/libc/tests/locale/
H A Dtowctrans_test.c54 { "tolower", towlower },
/barrelfish-master/lib/libc/string/
H A Dwcsncasecmp.c41 c1 = towlower(*s1);
42 c2 = towlower(*s2);
H A Dwcscasecmp.c39 c1 = towlower(*s1);
40 c2 = towlower(*s2);
/barrelfish-master/lib/libc/regex/
H A Dregex2.h155 return (CHIN1(cs, ch) || CHIN1(cs, towlower(ch)) ||
H A Dregcomp.c942 return(towlower(ch));
1219 if ((nch = towlower(ch)) < NC)
/barrelfish-master/lib/libc/locale/
H A Diswctype.c176 #undef towlower macro
178 towlower(wint_t wc) function
H A DMakefile.inc45 setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 towupper.3 \
/barrelfish-master/lib/libc/gen/
H A Dfnmatch.c198 (towlower(pc) == towlower(sc)))
255 test = towlower(test);
280 c = towlower(c);
295 c2 = towlower(c2);
/barrelfish-master/include/
H A Dwctype.h73 wint_t towlower(wint_t);
111 #define towlower(wc) __tolower(wc) macro

Completed in 87 milliseconds