Searched defs:isdigit (Results 1 - 22 of 22) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprom_init.c497 #define isdigit(c) ('0' <= (c) && (c) <= '9') macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h1124 #undef isdigit macro
1125 #define isdigit(a) ((unsigned)((a) - '0') <= 9) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dctype.h25 #define isdigit(c) ((__ismask(c)&(_D)) != 0) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/src/
H A Diconv.c90 #undef isdigit macro
91 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-awk.c82 #undef isdigit macro
83 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
[all...]
H A Dformat-boost.c102 #undef isdigit macro
103 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
[all...]
H A Dformat-c.c167 #undef isdigit macro
168 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
[all...]
H A Dformat-elisp.c83 #undef isdigit macro
84 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
H A Dformat-gcc-internal.c145 #undef isdigit macro
146 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
H A Dformat-librep.c80 #undef isdigit macro
81 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
H A Dformat-pascal.c91 #undef isdigit macro
92 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
H A Dformat-perl.c119 #undef isdigit macro
120 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
H A Dformat-php.c82 #undef isdigit macro
83 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
H A Dformat-python.c100 #undef isdigit macro
101 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
H A Dformat-tcl.c86 #undef isdigit macro
87 #define isdigit(c) ((unsigned int) ((c) - '0') < 10) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dclib_port.h198 #define isdigit __db_Cisdigit macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Dclib_port.h198 #define isdigit __db_Cisdigit macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Dclib_port.h200 #define isdigit __db_Cisdigit macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Dclib_port.h200 #define isdigit __db_Cisdigit macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Dclib_port.h200 #define isdigit __db_Cisdigit macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Dclib_port.h200 #define isdigit __db_Cisdigit macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Disdigit.c21 isdigit(c) function

Completed in 139 milliseconds