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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dctype.h63 # define isalpha(__c) (__SB_masks ? (int)__SB_masks[__c] & _IS macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/tests/base/
H A Dctype.h63 # define isalpha(__c) (__SB_masks ? (int)__SB_masks[__c] & _IS macro
/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_bcs_strtoul.c58 #undef isalpha macro
59 #define isalpha(c) _bcs_isalpha(c) macro
H A Dcitrus_bcs_strtol.c53 #undef isalpha macro
54 #define isalpha(c) _bcs_isalpha(c) macro
/netbsd-6-1-5-RELEASE/sys/arch/mmeye/stand/boot/
H A Ddevopen.c70 #define isalpha(c) (((c) >= 'a') && ((c) <= 'z')) macro
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/stand/boot/
H A Ddevopen.c70 #define isalpha(c) (((c) >= 'a') && ((c) <= 'z')) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_cctype.h55 #undef isalpha macro
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dctype_inline.h53 #define isalpha(c) ((int)((_ctype_ + 1)[(c)] & (_CTYPE_U|_CTYPE_L))) macro
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dip_scan.c77 # define isalpha(x) (((x) >= 'A' && 'Z' >= (x)) || \ macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h123 #undef isalpha macro
124 #define isalpha(c) do_not_use_isalpha_with_safe_ctype macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h123 #undef isalpha macro
124 #define isalpha(c) do_not_use_isalpha_with_safe_ctype macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dsafe-ctype.h123 #undef isalpha macro
124 #define isalpha(c) do_not_use_isalpha_with_safe_ctype macro
/netbsd-6-1-5-RELEASE/sys/lib/libkern/
H A Dlibkern.h139 isalpha(int ch) function
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_scan.c82 # define isalpha(x) (((x) >= 'A' && 'Z' >= (x)) || \ macro
H A Dip_proxy.h131 #define isalpha(x) (isupper(x) || islower(x)) macro
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/kern/
H A Dddi.c63 #define isalpha(ch) (isupper(ch) || islower(ch)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.h2553 isalpha(_CharT __c, const locale& __loc) function
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Dicmp6.c1451 #define isalpha(x) (('A' <= (x) && (x) <= 'Z') || ('a' <= (x) && (x) <= 'z')) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dlocale_facets.h4532 isalpha(_CharT __c, const locale& __loc) function in namespace:std

Completed in 376 milliseconds