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

/haiku-fatelf/src/system/libroot/posix/locale/
H A Dctype.cpp12 #undef isalpha macro
54 isalpha(int c) function
/haiku-fatelf/headers/posix/
H A Dctype.h63 #define isalpha(c) __isctype((c), _ISalpha) macro
/haiku-fatelf/src/system/libroot/posix/glibc/ctype/
H A Dctype.h92 __exctype (isalpha); variable
151 # define isalpha(c) __isctype((c), _ISalpha) macro
/haiku-fatelf/headers/private/kernel/arch/sparc/
H A Dstand.h126 #define isalpha(c) (isupper(c)||islower(c)) macro

Completed in 46 milliseconds