Searched refs:iswlower (Results 1 - 20 of 20) sorted by last modified time

/freebsd-11-stable/contrib/less/
H A Dless.h139 #define IS_LOWER(c) iswlower(c)
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dwctype.h32 int iswlower(wint_t wc);
63 #undef iswlower macro
/freebsd-11-stable/contrib/tcsh/
H A Dsh.char.h191 # define Islower(c) (((c) & QUOTE) ? 0 : iswlower(c))
H A Dglob.c153 if (iswlower(c1) && iswupper(c2))
155 if (iswupper(c1) && iswlower(c2))
/freebsd-11-stable/lib/libedit/
H A Dchartype.h81 #define Islower(x) iswlower(x)
/freebsd-11-stable/usr.bin/grep/regex/
H A Dtre-fastmatch.c301 tre_char_t wc = iswlower(fg->wpattern[i]) ? \
331 tre_char_t wc = iswlower(fg->wpattern[i]) ? \
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c1085 else if (iswlower(ch))
/freebsd-11-stable/include/
H A Dwctype.h66 int iswlower(wint_t);
105 #define iswlower(wc) __istype((wc), _CTYPE_L) macro
/freebsd-11-stable/contrib/libreadline/
H A Dconfigure8066 for ac_func in iswlower iswupper towlower towupper iswctype
H A Drlmbutil.h112 #define _rl_to_wupper(wc) (iswlower (wc) ? towupper (wc) : (wc))
H A Dvi_mode.c753 else if (iswlower (wc))
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex_internal.c316 if (iswlower (wc))
386 if (iswlower (wc))
/freebsd-11-stable/contrib/nvi/common/
H A Dmultibyte.h50 #define ISLOWER iswlower
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dwctype.h39 using std::iswlower;
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwctype.h66 #undef iswlower macro
96 using ::iswlower;
/freebsd-11-stable/lib/libkiconv/
H A Dxlat16_iconv.c204 } else if (iswlower(c)) {
/freebsd-11-stable/lib/libc/tests/locale/
H A Diswctype_test.c72 { "lower", iswlower },
/freebsd-11-stable/lib/libc/locale/
H A DMakefile.inc64 iswalnum.3 iswideogram.3 iswalnum.3 iswlower.3 iswalnum.3 iswnumber.3 \
H A Diswctype.c106 #undef iswlower macro
108 iswlower(wint_t wc) function
/freebsd-11-stable/usr.bin/tr/
H A Dtr.c238 if (sflag && iswlower(ch))

Completed in 183 milliseconds