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

12

/freebsd-current/lib/libc/string/
H A Dwcsncasecmp.c40 c1 = towlower(*s1);
41 c2 = towlower(*s2);
H A Dwcscasecmp.c38 c1 = towlower(*s1);
39 c2 = towlower(*s2);
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dwctype.h40 wint_t towlower(wint_t wc);
88 # undef towlower macro
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcwctype.inc30 using std::towlower;
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwctype.inc30 using ::towlower;
/freebsd-current/lib/libc/gen/
H A Dfnmatch.c195 (towlower(pc) == towlower(sc)))
252 test = towlower(test);
277 c = towlower(c);
292 c2 = towlower(c2);
/freebsd-current/include/
H A Dwctype.h74 wint_t towlower(wint_t);
112 #define towlower(wc) __tolower(wc) macro
/freebsd-current/lib/libc/locale/
H A Diswctype.c175 #undef towlower macro
177 towlower(wint_t wc) function
H A DMakefile.inc43 setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 towupper.3 \
/freebsd-current/lib/libc/tests/locale/
H A Dtowctrans_test.c51 { "tolower", towlower },
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-cygwin_util.c179 if (*pattern != '?' && towlower(*pattern) != towlower(*s))
/freebsd-current/lib/libc/regex/
H A Dregex2.h139 if (ch == towlower(cs->wides[i]) ||
163 return (CHIN1(cs, ch) || CHIN1(cs, towlower(ch)) ||
/freebsd-current/sys/libkern/
H A Diconv_xlat16.c149 ctmp = towlower(((u_char)*src << 8) | (u_char)*(src + 1),
176 ctmp = towlower((u_char)*src, dp->f_ctp);
232 code = towlower((uint16_t)code, dp->t_ctp);
249 l = (u_char)towlower(l, dp->t_ctp);
H A Diconv_ucs.c202 code = towlower(code, dp->ctype);
302 code = towlower(code, dp->ctype);
/freebsd-current/contrib/nvi/common/
H A Dmultibyte.h53 #define TOLOWER towlower
/freebsd-current/usr.bin/look/
H A Dlook.c174 ch = towlower(ch);
332 ch2 = towlower(ch2);
/freebsd-current/usr.bin/comm/
H A Dcomm.c195 *p = towlower(*p);
/freebsd-current/contrib/libedit/
H A Demacs.c330 *cp = towlower(*cp);
354 *cp = towlower(*cp);
/freebsd-current/sys/sys/
H A Diconv.h48 #define KICONV_WCTYPE 16 /* towlower/towupper characters */
170 int towlower(int c, void *handle);
/freebsd-current/usr.bin/uniq/
H A Duniq.c277 *p = towlower(*p);
/freebsd-current/contrib/tcsh/
H A Dglob.c147 c1 = towlower(c1);
148 c2 = towlower(c2);
H A Dtc.str.c410 else if ((l1 = towlower(*str1)) != (l2 = towlower(*str2)))
H A Dsh.char.h193 # define Tolower(c) (((c) & QUOTE) ? 0 : (wchar_t)towlower(c))
/freebsd-current/lib/libkiconv/
H A Dxlat16_iconv.c200 c = towlower(c);
/freebsd-current/usr.bin/tr/
H A Dtr.c232 ch = towlower(s1.lastch);

Completed in 372 milliseconds

12