Searched defs:isalpha (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/gcc/fixincludes/tests/base/
H A Dctype.h63 # define isalpha(__c) (__SB_masks ? (int)__SB_masks[__c] & _IS macro
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/tests/base/
H A Dctype.h63 # define isalpha(__c) (__SB_masks ? (int)__SB_masks[__c] & _IS macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cctype.h55 #undef isalpha macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cctype.h53 #undef isalpha macro
/openbsd-current/gnu/llvm/libcxx/include/
H A Dctype.h45 #undef isalpha macro
/openbsd-current/lib/libc/gen/
H A Disctype.c49 #undef isalpha macro
51 isalpha(int c) function
56 DEF_STRONG(isalpha); variable
/openbsd-current/lib/libc/hidden/
H A Dctype.h63 PROTO_NORMAL(isalpha); variable
/openbsd-current/sys/lib/libsa/
H A Dstand.h118 #define isalpha(c) (isupper(c)||islower(c)) macro
/openbsd-current/include/
H A Dctype.h121 __only_inline int isalpha(int _c) function
/openbsd-current/sys/net/
H A Dpf_if.c69 #define isalpha(c) (isupper(c)||islower(c)) macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_facets.h4641 isalpha(_CharT __c, const locale& __loc) function
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_facets.h1924 isalpha(_CharT __c, const locale& __loc) function in namespace:std

Completed in 485 milliseconds