Searched defs:isxdigit (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/locale/
H A Dctype.cpp23 #undef isxdigit macro
162 isxdigit(int c) function
/haiku-fatelf/headers/posix/
H A Dctype.h73 #define isxdigit(c) __isctype((c), _ISxdigit) macro
/haiku-fatelf/src/bin/bash/include/
H A Dchartypes.h65 # define isxdigit(c) (((c) >= '0' && (c) <= '9') || ((c) >= 'a' && (c) <= 'f') || ((c) >= 'A' && (c) <= 'F')) macro
/haiku-fatelf/src/system/libroot/posix/glibc/ctype/
H A Dctype.h101 __exctype (isxdigit); variable
160 # define isxdigit(c) __isctype((c), _ISxdigit) macro
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dchardefs.h76 # define isxdigit(c) (isdigit((c)) || ((c) >= 'a' && (c) <= 'f') || ((c) >= 'A' && (c) <= 'F')) macro
/haiku-fatelf/src/bin/gdb/readline/
H A Dchardefs.h77 # define isxdigit(c) (isdigit((c)) || ((c) >= 'a' && (c) <= 'f') || ((c) >= 'A' && (c) <= 'F')) macro

Completed in 65 milliseconds