Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/libcxx/include/__support/solaris/
H A Dwchar.h9 #define iswalpha sun_iswalpha macro
29 #undef iswalpha
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cwctype.h57 #undef iswalpha
85 using ::iswalpha;
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cwctype.h58 #undef iswalpha
88 using ::iswalpha;
/openbsd/regress/lib/libc/locale/uselocale/
H A Duselocale.c124 TESTFUNC(iswalpha, int, "U+%.4X", "%d", 0)
262 TEST_R(iswalpha, 0, 0x00E9); in child_func()
289 TEST_R(iswalpha, 1, 0x00E9); /* e accent aigu */ in child_func()
292 TEST_R(iswalpha, 1, 0x0153); /* ligature oe */ in child_func()
295 TEST_R(iswalpha, 0, 0x2200); /* for all */ in child_func()
394 TEST_R(iswalpha, 0, 0x0153); in child_func()
408 TEST_R(iswalpha, 1, 0x0153); in child_func()
/openbsd/regress/lib/libc/locale/check_isw/
H A Dcheck_isw.c56 check_bool(isalpha(i), iswalpha(i), '2'); in test1()
106 check_bool(isalpha(s[j]), iswalpha(c), '2'); in test2()
/openbsd/gnu/llvm/libcxx/include/
H A Dcwctype30 int iswalpha(wint_t wc);
77 using ::iswalpha _LIBCPP_USING_IF_EXISTS;
H A Dwctype.h74 #undef iswalpha
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/17_intro/
H A Dheader_cwctype.cc31 using std::iswalpha;
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dwctype.h37 using std::iswalpha;
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dwctype.h37 using std::iswalpha;
/openbsd/lib/libc/hidden/
H A Dwctype.h25 PROTO_STD_DEPRECATED(iswalpha);
/openbsd/lib/libform/
H A Dfty_alpha.c144 if (iswalpha((wint_t)c)) in Check_This_Character()
/openbsd/include/
H A Dwctype.h66 int iswalpha(wint_t);
/openbsd/lib/libc/locale/
H A Diswctype.c87 iswalpha(wint_t c) in iswalpha() function
/openbsd/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h61 inline _LIBCPP_HIDE_FROM_ABI_C int iswalpha_l(wint_t __c, locale_t) { return ::iswalpha(__c); } in iswalpha_l()
/openbsd/gnu/gcc/gcc/cp/
H A Dcfns.gperf94 iswalpha
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcfns.gperf93 iswalpha
/openbsd/lib/libedit/
H A Demacs.c306 if (iswalpha(*cp)) { in em_capitol_case()
/openbsd/lib/libc/
H A DSymbols.list980 iswalpha
/openbsd/gnu/gcc/gcc/
H A Dbuiltins.def575 DEF_C94_BUILTIN (BUILT_IN_ISWALPHA, "iswalpha", BT_FN_INT_WINT, ATTR_PURE_NOTHROW_LIST)
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc564 SYMBOL(iswalpha, None, <wctype.h>)
H A DStdSymbolMap.inc677 SYMBOL(iswalpha, std::, <cwctype>)
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2116 fun:iswalpha=uninstrumented
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DCHECKLIST1349 X iswalpha iswdigit iswprint iswupper towlower wctype
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DCHECKLIST1349 X iswalpha iswdigit iswprint iswupper towlower wctype

12