Home
last modified time | relevance | path

Searched refs:iswalpha (Results 1 – 17 of 17) sorted by relevance

/freebsd/lib/libc/locale/
H A Diswctype.c49 #undef iswalpha
51 iswalpha(wint_t wc) in iswalpha() function
H A DSymbol.map27 iswalpha;
H A DMakefile.inc71 MLINKS+=iswalnum.3 iswalpha.3 iswalnum.3 iswascii.3 iswalnum.3 iswblank.3 \
/freebsd/include/
H A Dwctype.h61 int iswalpha(wint_t);
100 #define iswalpha(wc) __istype((wc), _CTYPE_A) macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcwctype30 int iswalpha(wint_t wc);
76 using ::iswalpha _LIBCPP_USING_IF_EXISTS;
H A Dwctype.h27 int iswalpha(wint_t wc);
75 # undef iswalpha
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwctype.inc17 using ::iswalpha _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcwctype.cppm
H A Dcwctype.inc17 using std::iswalpha _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/ncurses/form/
H A Dfty_alpha.c143 if (iswalpha((wint_t)c)) in Check_This_Character()
/freebsd/lib/libc/tests/locale/
H A Diswctype_test.c64 { "alpha", iswalpha },
/freebsd/contrib/tcsh/
H A Dsh.char.h169 (iswalpha((c)) || (c) == '_'))
190 # define Isalpha(c) (((c) & QUOTE) ? 0 : iswalpha(c))
/freebsd/lib/libc/regex/
H A Dregcomp.c1317 if (iswalpha(ch) || ch == '\'' || ch == '`')
1363 assert(iswalpha(ch));
1410 if ((p->g->cflags&REG_ICASE) && iswalpha(ch) && othercase(ch) != ch)
/freebsd/contrib/libedit/
H A Demacs.c321 if (iswalpha(*cp)) { in em_capitol_case()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc564 SYMBOL(iswalpha, None, <wctype.h>)
H A DStdSymbolMap.inc1861 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 Dlibc_ubuntu1404_abilist.txt2121 fun:iswalpha=uninstrumented