Searched refs:iswlower (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dwctype.h32 int iswlower(wint_t wc);
80 # undef iswlower macro
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcwctype.inc23 using std::iswlower;
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwctype.inc23 using ::iswlower;
/freebsd-current/include/
H A Dwctype.h67 int iswlower(wint_t);
106 #define iswlower(wc) __istype((wc), _CTYPE_L) macro
/freebsd-current/lib/libc/locale/
H A Diswctype.c105 #undef iswlower macro
107 iswlower(wint_t wc) function
H A DMakefile.inc75 iswalnum.3 iswideogram.3 iswalnum.3 iswlower.3 iswalnum.3 iswnumber.3 \
/freebsd-current/lib/libc/tests/locale/
H A Diswctype_test.c69 { "lower", iswlower },
/freebsd-current/contrib/nvi/common/
H A Dmultibyte.h48 #define ISLOWER iswlower
/freebsd-current/contrib/libedit/
H A Demacs.c297 if (iswlower(*cp))
322 if (iswlower(*cp))
H A Dvi.c267 else if (iswlower(c))
/freebsd-current/contrib/tcsh/
H A Dglob.c153 if (iswlower(c1) && iswupper(c2))
155 if (iswupper(c1) && iswlower(c2))
H A Dsh.char.h191 # define Islower(c) (((c) & QUOTE) ? 0 : iswlower(c))
/freebsd-current/lib/libkiconv/
H A Dxlat16_iconv.c204 } else if (iswlower(c)) {
/freebsd-current/usr.bin/tr/
H A Dtr.c234 if (sflag && iswlower(ch))
/freebsd-current/contrib/less/
H A Dless.h150 #define IS_LOWER(c) iswlower(c)

Completed in 293 milliseconds