Home
last modified time | relevance | path

Searched refs:towlower (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/lib/libc/gen/
H A Dfnmatch.c195 (towlower(pc) == towlower(sc))) in fnmatch1()
252 test = towlower(test); in rangematch()
277 c = towlower(c); in rangematch()
292 c2 = towlower(c2); in rangematch()
/freebsd/lib/libc/string/
H A Dwcscasecmp.c38 c1 = towlower(*s1); in wcscasecmp()
39 c2 = towlower(*s2); in wcscasecmp()
H A Dwcsncasecmp.c40 c1 = towlower(*s1); in wcsncasecmp()
41 c2 = towlower(*s2); in wcsncasecmp()
/freebsd/sys/libkern/
H A Diconv_xlat16.c149 ctmp = towlower(((u_char)*src << 8) | (u_char)*(src + 1), in iconv_xlat16_conv()
176 ctmp = towlower((u_char)*src, dp->f_ctp); in iconv_xlat16_conv()
232 code = towlower((uint16_t)code, dp->t_ctp); in iconv_xlat16_conv()
249 l = (u_char)towlower(l, dp->t_ctp); in iconv_xlat16_conv()
H A Diconv_ucs.c202 code = towlower(code, dp->ctype); in iconv_ucs_conv()
302 code = towlower(code, dp->ctype); in iconv_ucs_conv()
/freebsd/lib/libc/locale/
H A Diswctype.c175 #undef towlower
177 towlower(wint_t wc) in towlower() function
H A DSymbol.map45 towlower;
H A DMakefile.inc42 setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 towupper.3 \
/freebsd/include/
H A Dwctype.h74 wint_t towlower(wint_t);
112 #define towlower(wc) __tolower(wc) macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-cygwin_util.c179 if (*pattern != '?' && towlower(*pattern) != towlower(*s)) in __match_pattern()
/freebsd/lib/libc/regex/
H A Dregex2.h139 if (ch == towlower(cs->wides[i]) || in CHIN1()
163 return (CHIN1(cs, ch) || CHIN1(cs, towlower(ch)) || in CHIN()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcwctype43 wint_t towlower(wint_t wc);
89 using ::towlower _LIBCPP_USING_IF_EXISTS;
H A Dwctype.h40 wint_t towlower(wint_t wc);
88 # undef towlower
/freebsd/usr.bin/look/
H A Dlook.c174 ch = towlower(ch); in prepkey()
332 ch2 = towlower(ch2); in compare()
/freebsd/lib/libc/tests/locale/
H A Dtowctrans_test.c51 { "tolower", towlower }, in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwctype.inc30 using ::towlower _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcwctype.cppm
H A Dcwctype.inc30 using std::towlower _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/nvi/common/
H A Dmultibyte.h53 #define TOLOWER towlower
/freebsd/usr.bin/comm/
H A Dcomm.c197 *p = towlower(*p); in convert()
/freebsd/contrib/libedit/
H A Demacs.c330 *cp = towlower(*cp); in em_capitol_case()
354 *cp = towlower(*cp); in em_lower_case()
/freebsd/sys/sys/
H A Diconv.h170 int towlower(int c, void *handle);
/freebsd/contrib/tcsh/
H A Dtc.str.c410 else if ((l1 = towlower(*str1)) != (l2 = towlower(*str2)))
H A Dglob.c147 c1 = towlower(c1); in globcharcoll()
148 c2 = towlower(c2); in globcharcoll()
/freebsd/usr.bin/tr/
H A Dtr.c232 ch = towlower(s1.lastch); in main()

12