Searched refs:iswupper (Results 1 – 24 of 24) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | iswctype.c | 161 #undef iswupper 163 iswupper(wint_t wc) in iswupper() function
|
H A D | Symbol.map | 43 iswupper;
|
H A D | Makefile.inc | 77 iswalnum.3 iswupper.3 iswalnum.3 iswxdigit.3
|
/freebsd/include/ |
H A D | wctype.h | 71 int iswupper(wint_t); 110 #define iswupper(wc) __istype((wc), _CTYPE_U) macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwctype | 39 int iswupper(wint_t wc); 85 using ::iswupper _LIBCPP_USING_IF_EXISTS;
|
H A D | wctype.h | 36 int iswupper(wint_t wc); 84 # undef iswupper
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwctype.inc | 27 using ::iswupper _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwctype.cppm |
|
H A D | cwctype.inc | 27 using std::iswupper _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/libc/tests/locale/ |
H A D | iswctype_test.c | 73 { "upper", iswupper },
|
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 52 #define ISUPPER iswupper
|
/freebsd/contrib/dialog/ |
H A D | dlg_keys.h | 33 #define dlg_isupper(ch) iswupper((wint_t)ch)
|
/freebsd/contrib/libedit/ |
H A D | emacs.c | 329 if (iswupper(*cp)) in em_capitol_case() 353 if (iswupper(*cp)) in em_lower_case()
|
H A D | vi.c | 265 if (iswupper(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 | 192 # define Isupper(c) (((c) & QUOTE) ? 0 : iswupper(c))
|
/freebsd/usr.bin/tr/ |
H A D | tr.c | 217 if (sflag && iswupper(ch)) in main()
|
/freebsd/lib/libkiconv/ |
H A D | xlat16_iconv.c | 199 if (iswupper(c)) { in kiconv_xlat16_open()
|
/freebsd/contrib/less/ |
H A D | less.h | 142 #define IS_UPPER(c) iswupper((wint_t) (c))
|
/freebsd/usr.bin/fmt/ |
H A D | fmt.c | 556 if (!iswupper(*line++)) in might_be_header()
|
/freebsd/lib/libc/regex/ |
H A D | regcomp.c | 1364 if (iswupper(ch))
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 574 SYMBOL(iswupper, None, <wctype.h>)
|
H A D | StdSymbolMap.inc | 1891 SYMBOL(iswupper, std::, <cwctype>) 1892 SYMBOL(iswupper, None, <cwctype>) 1893 SYMBOL(iswupper, None, <wctype.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2141 fun:iswupper=uninstrumented
|