Symbol: towlower
crypto/openssh/openbsd-compat/bsd-cygwin_util.c
179
if (*pattern != '?' && towlower(*pattern) != towlower(*s))
include/wctype.h
74
wint_t towlower(wint_t);
lib/libc/gen/fnmatch.c
198
(towlower(pc) == towlower(sc)))
lib/libc/gen/fnmatch.c
262
test = towlower(test);
lib/libc/gen/fnmatch.c
399
c = towlower(c);
lib/libc/gen/fnmatch.c
445
c2 = towlower(c2);
lib/libc/regex/regcomp.c
1366
return(towlower(ch));
lib/libc/regex/regcomp.c
1658
if ((nch = towlower(ch)) < NC)
lib/libc/regex/regex2.h
139
if (ch == towlower(cs->wides[i]) ||
lib/libc/regex/regex2.h
163
return (CHIN1(cs, ch) || CHIN1(cs, towlower(ch)) ||
lib/libc/string/wcscasecmp.c
38
c1 = towlower(*s1);
lib/libc/string/wcscasecmp.c
39
c2 = towlower(*s2);
lib/libc/string/wcsncasecmp.c
40
c1 = towlower(*s1);
lib/libc/string/wcsncasecmp.c
41
c2 = towlower(*s2);
lib/libc/tests/locale/towctrans_test.c
51
{ "tolower", towlower },
lib/libkiconv/xlat16_iconv.c
200
c = towlower(c);
sys/libkern/iconv_ucs.c
202
code = towlower(code, dp->ctype);
sys/libkern/iconv_ucs.c
302
code = towlower(code, dp->ctype);
sys/libkern/iconv_xlat16.c
149
ctmp = towlower(((u_char)*src << 8) | (u_char)*(src + 1),
sys/libkern/iconv_xlat16.c
176
ctmp = towlower((u_char)*src, dp->f_ctp);
sys/libkern/iconv_xlat16.c
232
code = towlower((uint16_t)code, dp->t_ctp);
sys/libkern/iconv_xlat16.c
249
l = (u_char)towlower(l, dp->t_ctp);
sys/sys/iconv.h
170
int towlower(int c, void *handle);
usr.bin/comm/comm.c
197
*p = towlower(*p);
usr.bin/look/look.c
174
ch = towlower(ch);
usr.bin/look/look.c
332
ch2 = towlower(ch2);
usr.bin/tr/tr.c
232
ch = towlower(s1.lastch);
usr.bin/tr/tr.c
266
ch = towlower(s1.lastch);
usr.bin/uniq/uniq.c
278
*p = towlower(*p);