Searched refs:iswlower (Results 1 – 22 of 22) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | iswctype.c | 105 #undef iswlower 107 iswlower(wint_t wc) in iswlower() function
|
H A D | Symbol.map | 35 iswlower;
|
H A D | Makefile.inc | 74 iswalnum.3 iswideogram.3 iswalnum.3 iswlower.3 iswalnum.3 iswnumber.3 \
|
/freebsd/include/ |
H A D | wctype.h | 67 int iswlower(wint_t); 106 #define iswlower(wc) __istype((wc), _CTYPE_L) macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwctype | 35 int iswlower(wint_t wc); 81 using ::iswlower _LIBCPP_USING_IF_EXISTS;
|
H A D | wctype.h | 32 int iswlower(wint_t wc); 80 # undef iswlower
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwctype.inc | 23 using ::iswlower _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwctype.cppm |
|
H A D | cwctype.inc | 23 using std::iswlower _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/libc/tests/locale/ |
H A D | iswctype_test.c | 69 { "lower", iswlower },
|
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 48 #define ISLOWER iswlower
|
/freebsd/contrib/libedit/ |
H A D | emacs.c | 297 if (iswlower(*cp)) in em_upper_case() 322 if (iswlower(*cp)) in em_capitol_case()
|
H A D | vi.c | 267 else if (iswlower(c)) in vi_change_case()
|
/freebsd/contrib/tcsh/ |
H A D | glob.c | 153 if (iswlower(c1) && iswupper(c2)) in globcharcoll() 155 if (iswupper(c1) && iswlower(c2)) in globcharcoll()
|
H A D | sh.char.h | 191 # define Islower(c) (((c) & QUOTE) ? 0 : iswlower(c))
|
/freebsd/usr.bin/tr/ |
H A D | tr.c | 234 if (sflag && iswlower(ch)) in main()
|
/freebsd/lib/libkiconv/ |
H A D | xlat16_iconv.c | 204 } else if (iswlower(c)) { in kiconv_xlat16_open()
|
/freebsd/contrib/less/ |
H A D | less.h | 143 #define IS_LOWER(c) iswlower((wint_t) (c))
|
/freebsd/lib/libc/regex/ |
H A D | regcomp.c | 1366 else if (iswlower(ch))
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 570 SYMBOL(iswlower, None, <wctype.h>)
|
H A D | StdSymbolMap.inc | 1879 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 D | libc_ubuntu1404_abilist.txt | 2133 fun:iswlower=uninstrumented
|