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

/barrelfish-2018-10-04/lib/libc/iconv/
H A Dcitrus_bcs_strtol.c48 #undef isdigit macro
49 #define isdigit(c) _bcs_isdigit(c) macro
H A Dcitrus_bcs_strtoul.c48 #undef isdigit macro
49 #define isdigit(c) _bcs_isdigit(c) macro
/barrelfish-2018-10-04/include/sys/
H A Dctype.h47 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
/barrelfish-2018-10-04/kernel/
H A Dstdlib.c23 isdigit(int c) function
/barrelfish-2018-10-04/lib/acpica/source/include/
H A Dacclib.h140 #define isdigit(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_DI)) macro
/barrelfish-2018-10-04/lib/libc/locale/
H A Disctype.c88 #undef isdigit macro
90 isdigit(int c) function
/barrelfish-2018-10-04/lib/lwip/src/core/ipv4/
H A Dinet.c47 #define isdigit(c) in_range(c, '0', '9') macro
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv6/
H A Dip6_addr.c56 #define isdigit(c) in_range(c, '0', '9') macro
/barrelfish-2018-10-04/include/
H A Dctype.h91 #define isdigit(c) __sbistype((c), _CTYPE_D) macro
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv4/
H A Dip4_addr.c119 #define isdigit(c) in_range(c, '0', '9') macro
/barrelfish-2018-10-04/lib/arranet/
H A Dip_addr.c117 #define isdigit(c) in_range(c, '0', '9') macro
/barrelfish-2018-10-04/include/openssl/local/
H A De_os.h308 # undef isdigit macro
/barrelfish-2018-10-04/lib/openssl-1.0.0d/
H A De_os.h308 # undef isdigit macro

Completed in 183 milliseconds