Searched refs:iswalpha (Results 1 – 17 of 17) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | iswctype.c | 49 #undef iswalpha 51 iswalpha(wint_t wc) in iswalpha() function
|
H A D | Symbol.map | 27 iswalpha;
|
H A D | Makefile.inc | 71 MLINKS+=iswalnum.3 iswalpha.3 iswalnum.3 iswascii.3 iswalnum.3 iswblank.3 \
|
/freebsd/include/ |
H A D | wctype.h | 61 int iswalpha(wint_t); 100 #define iswalpha(wc) __istype((wc), _CTYPE_A) macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwctype | 30 int iswalpha(wint_t wc); 76 using ::iswalpha _LIBCPP_USING_IF_EXISTS;
|
H A D | wctype.h | 27 int iswalpha(wint_t wc); 75 # undef iswalpha
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwctype.inc | 17 using ::iswalpha _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwctype.cppm |
|
H A D | cwctype.inc | 17 using std::iswalpha _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/ncurses/form/ |
H A D | fty_alpha.c | 143 if (iswalpha((wint_t)c)) in Check_This_Character()
|
/freebsd/lib/libc/tests/locale/ |
H A D | iswctype_test.c | 64 { "alpha", iswalpha },
|
/freebsd/contrib/tcsh/ |
H A D | sh.char.h | 169 (iswalpha((c)) || (c) == '_')) 190 # define Isalpha(c) (((c) & QUOTE) ? 0 : iswalpha(c))
|
/freebsd/lib/libc/regex/ |
H A D | regcomp.c | 1317 if (iswalpha(ch) || ch == '\'' || ch == '`') 1363 assert(iswalpha(ch)); 1410 if ((p->g->cflags®_ICASE) && iswalpha(ch) && othercase(ch) != ch)
|
/freebsd/contrib/libedit/ |
H A D | emacs.c | 321 if (iswalpha(*cp)) { in em_capitol_case()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 564 SYMBOL(iswalpha, None, <wctype.h>)
|
H A D | StdSymbolMap.inc | 1861 SYMBOL(iswalpha, std::, <cwctype>) 1862 SYMBOL(iswalpha, None, <cwctype>) 1863 SYMBOL(iswalpha, None, <wctype.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2121 fun:iswalpha=uninstrumented
|