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

/haiku/src/system/libroot/posix/locale/
H A Dctype.cpp16 #undef isdigit macro
92 isdigit(int c) function
/haiku/headers/posix/
H A Dctype.h90 #define isdigit(c) __isctype((c), _ISdigit) macro
/haiku/src/system/libroot/posix/glibc/ctype/
H A Dctype.h99 __exctype (isdigit); variable
158 # define isdigit(c) __isctype((c), _ISdigit) macro
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h176 #define isdigit(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_DI)) macro
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1937 void isdigit() {} function
H A Dlibroot_stubs_legacy.c1904 void isdigit() {} function

Completed in 129 milliseconds