Home
last modified time | relevance | path

Searched refs:towlower (Results 1 – 25 of 39) sorted by last modified time

12

/freebsd/contrib/one-true-awk/
H A Drun.c2040 static wint_t towlower(wint_t wc) in towlower() function
2056 return nawk_convert(s, tolower, towlower); in nawk_tolower()
/freebsd/lib/libc/regex/
H A Dregcomp.c1365 return(towlower(ch));
1657 if ((nch = towlower(ch)) < NC)
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/modules/std/
H A Dcwctype.inc30 using std::towlower;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dwctype.h88 # undef towlower
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwctype.inc30 using ::towlower;
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3163 fun:towlower=uninstrumented
/freebsd/lib/libc/locale/
H A DSymbol.map45 towlower;
H A DMakefile.inc43 setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 towupper.3 \
H A Diswctype.c175 #undef towlower
177 towlower(wint_t wc) in towlower() function
/freebsd/usr.bin/uniq/
H A Duniq.c277 *p = towlower(*p); in convert()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc828 SYMBOL(towlower, None, <wctype.h>)
H A DStdSymbolMap.inc2926 SYMBOL(towlower, std::, <cwctype>)
2927 SYMBOL(towlower, None, <cwctype>)
2928 SYMBOL(towlower, None, <wctype.h>)
/freebsd/usr.bin/tr/
H A Dtr.c232 ch = towlower(s1.lastch); in main()
/freebsd/usr.bin/look/
H A Dlook.c174 ch = towlower(ch); in prepkey()
332 ch2 = towlower(ch2); in compare()
/freebsd/usr.bin/comm/
H A Dcomm.c195 *p = towlower(*p); in convert()
/freebsd/sys/libkern/
H A Diconv.c308 towlower(int c, void *handle) in towlower() function
H A Diconv_ucs.c202 code = towlower(code, dp->ctype); in iconv_ucs_conv()
302 code = towlower(code, dp->ctype); in iconv_ucs_conv()
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()
/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/tests/locale/
H A Dtowctrans_test.c51 { "tolower", towlower }, in ATF_TC_BODY()
/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/contrib/bsddialog/lib/
H A Dlib_util.c409 if (towlower(key) == towlower(bs->first[i])) { in shortcut_buttons()
/freebsd/sys/sys/
H A Diconv.h170 int towlower(int c, void *handle);

12