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

12

/freebsd-10-stable/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);
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwctype.h73 #undef towlower macro
103 using ::towlower;
/freebsd-10-stable/contrib/libstdc++/include/c_compatibility/
H A Dwctype.h50 using std::towlower;
/freebsd-10-stable/contrib/libstdc++/config/locale/darwin/
H A Dctype_members.cc80 { return towlower(__c); }
87 *__lo = towlower(*__lo);
/freebsd-10-stable/lib/libc/gen/
H A Dfnmatch.c203 (towlower(pc) == towlower(sc)))
264 test = towlower(test);
289 c = towlower(c);
304 c2 = towlower(c2);
/freebsd-10-stable/include/
H A Dwctype.h73 wint_t towlower(wint_t);
111 #define towlower(wc) __tolower(wc) macro
/freebsd-10-stable/lib/libc/locale/
H A Diswctype.c195 #undef towlower macro
197 towlower(wc) function
H A DSymbol.map49 towlower;
H A DMakefile.inc45 setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 towupper.3 \
/freebsd-10-stable/lib/libc/tests/locale/
H A Dtowctrans_test.c54 { "tolower", towlower },
/freebsd-10-stable/contrib/libstdc++/config/locale/generic/
H A Dctype_members.cc116 { return towlower(__c); }
123 *__lo = towlower(*__lo);
/freebsd-10-stable/sys/libkern/
H A Diconv_xlat16.c151 ctmp = towlower(((u_char)*src << 8) | (u_char)*(src + 1),
178 ctmp = towlower((u_char)*src, dp->f_ctp);
234 code = towlower((uint16_t)code, dp->t_ctp);
251 l = (u_char)towlower(l, dp->t_ctp);
H A Diconv_ucs.c204 code = towlower(code, dp->ctype);
304 code = towlower(code, dp->ctype);
/freebsd-10-stable/contrib/libreadline/
H A Drlmbutil.h113 #define _rl_to_wlower(wc) (iswupper (wc) ? towlower (wc) : (wc))
/freebsd-10-stable/contrib/nvi/common/
H A Dmultibyte.h55 #define TOLOWER towlower
/freebsd-10-stable/usr.bin/look/
H A Dlook.c174 ch = towlower(ch);
332 ch2 = towlower(ch2);
/freebsd-10-stable/lib/libc/regex/
H A Dregex2.h155 return (CHIN1(cs, ch) || CHIN1(cs, towlower(ch)) ||
/freebsd-10-stable/usr.bin/comm/
H A Dcomm.c209 *p = towlower(*p);
/freebsd-10-stable/usr.bin/grep/regex/
H A Dtre-fastmatch.c289 towupper(fg->wpattern[i]) : towlower(fg->wpattern[i]); \
319 towupper(fg->wpattern[i]) : towlower(fg->wpattern[i]); \
383 wp[i] = towlower(pat[i]); \
1021 if (fg->icase ? (towlower(pat_wide[i]) == towlower(str_wide[i]))
/freebsd-10-stable/lib/libedit/
H A Dchartype.h84 #define Tolower(x) towlower(x)
/freebsd-10-stable/usr.bin/uniq/
H A Duniq.c257 *p = towlower(*p);
/freebsd-10-stable/sys/sys/
H A Diconv.h48 #define KICONV_WCTYPE 16 /* towlower/towupper characters */
170 int towlower(int c, void *handle);
/freebsd-10-stable/contrib/tcsh/
H A Dglob.c147 c1 = towlower(c1);
148 c2 = towlower(c2);
H A Dtc.str.c413 else if ((l1 = towlower(*str1)) != (l2 = towlower(*str2)))

Completed in 205 milliseconds

12