Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dtowlower.c84 #undef towlower
86 towlower(wint_t wc) in towlower() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreglib.h201 #if !defined(towlower) && !_lib_towlower
202 #define towlower(x) tolower(x) macro
243 #ifndef towlower
244 #define towlower(x) tolower(x) macro
H A Dregcomp.c1073 c = towlower(c); in col()
1129 c = towlower(c); in col()
1615 wc = towlower(wc); in bra()
1661 wc = towlower(wc); in bra()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex2.h134 if (ch == towlower(cs->wides[i]) || in CHIN1()
158 return (CHIN1(nc, cs, ch) || CHIN1(nc, cs, towlower(ch)) || in CHIN()
H A Dregcomp.c1071 return (towlower(ch)); in othercase()
1356 if ((nch = towlower(ch)) < p->nc) in CHadd()
/illumos-gate/usr/src/head/
H A Dwchar.h139 extern wint_t towlower(wint_t);
160 using std::towlower;
H A Dwctype.h61 using std::towlower;
/illumos-gate/usr/src/head/iso/
H A Dwctype_iso.h103 extern wint_t towlower(wint_t);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h354 #undef towlower
369 #define towlower(c) tolower(c) macro
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dwctype_h.cfg175 func | towlower |\
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dwchar12 lib towlower,towupper stdlib.h stdio.h wchar.h
/illumos-gate/usr/src/lib/libw/common/
H A Dmapfile-vers105 towlower { TYPE = FUNCTION };
/illumos-gate/usr/src/cmd/tr/
H A Dtr.c250 ch = towlower(s1.lastch); in main()
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dwchar76 #define _lib_towlower 1 /* towlower() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dwchar76 #define _lib_towlower 1 /* towlower() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dwchar76 #define _lib_towlower 1 /* towlower() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dwchar76 #define _lib_towlower 1 /* towlower() in default lib(s) */
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c689 cp[-1] = towlower(c); in docasetr()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vmain.c667 (wc = towlower(wc)));
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c126 #define CHRTRAN(x) (iflag ? (iswupper(x) ? towlower(x) : (x)) : (x))
127 #define NCCHRTRAN(x) (iswupper(x) ? towlower(x) : (x))
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c1202 tokname[i] = towlower(c); in gettok()
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile806 towlower.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com853 towlower.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com824 towlower.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com880 towlower.o \

12