Searched refs:towlower (Results 1 - 10 of 10) sorted by relevance

/barrelfish-2018-10-04/lib/libc/string/
H A Dwcscasecmp.c39 c1 = towlower(*s1);
40 c2 = towlower(*s2);
H A Dwcsncasecmp.c41 c1 = towlower(*s1);
42 c2 = towlower(*s2);
/barrelfish-2018-10-04/lib/libc/gen/
H A Dfnmatch.c198 (towlower(pc) == towlower(sc)))
255 test = towlower(test);
280 c = towlower(c);
295 c2 = towlower(c2);
/barrelfish-2018-10-04/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-2018-10-04/include/
H A Dwctype.h73 wint_t towlower(wint_t);
111 #define towlower(wc) __tolower(wc) macro
/barrelfish-2018-10-04/lib/libc/tests/locale/
H A Dtowctrans_test.c54 { "tolower", towlower },
/barrelfish-2018-10-04/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-2018-10-04/lib/cxx/cxx/
H A Dlocale.cpp66 #define towlower_l(a,b) towlower(a)

Completed in 89 milliseconds