Home
last modified time | relevance | path

Searched refs:iswlower (Results 1 – 22 of 22) sorted by relevance

/freebsd/lib/libc/locale/
H A Diswctype.c105 #undef iswlower
107 iswlower(wint_t wc) in iswlower() function
H A DSymbol.map35 iswlower;
H A DMakefile.inc74 iswalnum.3 iswideogram.3 iswalnum.3 iswlower.3 iswalnum.3 iswnumber.3 \
/freebsd/include/
H A Dwctype.h67 int iswlower(wint_t);
106 #define iswlower(wc) __istype((wc), _CTYPE_L) macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcwctype35 int iswlower(wint_t wc);
81 using ::iswlower _LIBCPP_USING_IF_EXISTS;
H A Dwctype.h32 int iswlower(wint_t wc);
80 # undef iswlower
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwctype.inc23 using ::iswlower _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcwctype.cppm
H A Dcwctype.inc23 using std::iswlower _LIBCPP_USING_IF_EXISTS;
/freebsd/lib/libc/tests/locale/
H A Diswctype_test.c69 { "lower", iswlower },
/freebsd/contrib/nvi/common/
H A Dmultibyte.h48 #define ISLOWER iswlower
/freebsd/contrib/libedit/
H A Demacs.c297 if (iswlower(*cp)) in em_upper_case()
322 if (iswlower(*cp)) in em_capitol_case()
H A Dvi.c267 else if (iswlower(c)) in vi_change_case()
/freebsd/contrib/tcsh/
H A Dglob.c153 if (iswlower(c1) && iswupper(c2)) in globcharcoll()
155 if (iswupper(c1) && iswlower(c2)) in globcharcoll()
H A Dsh.char.h191 # define Islower(c) (((c) & QUOTE) ? 0 : iswlower(c))
/freebsd/usr.bin/tr/
H A Dtr.c234 if (sflag && iswlower(ch)) in main()
/freebsd/lib/libkiconv/
H A Dxlat16_iconv.c204 } else if (iswlower(c)) { in kiconv_xlat16_open()
/freebsd/contrib/less/
H A Dless.h143 #define IS_LOWER(c) iswlower((wint_t) (c))
/freebsd/lib/libc/regex/
H A Dregcomp.c1366 else if (iswlower(ch))
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc570 SYMBOL(iswlower, None, <wctype.h>)
H A DStdSymbolMap.inc1879 SYMBOL(iswlower, std::, <cwctype>)
1880 SYMBOL(iswlower, None, <cwctype>)
1881 SYMBOL(iswlower, None, <wctype.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2133 fun:iswlower=uninstrumented