Home
last modified time | relevance | path

Searched refs:is_digit (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/net/khttpd/
Drfc_time.c174 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro
180 while (is_digit(**s)) in skip_atoi()
/linux-2.4.37.9/arch/ppc/boot/common/
Dmisc-common.c301 #define is_digit(c) ((c >= '0') && (c <= '9')) macro
329 while (is_digit(c)) in _vprintk()
338 while (is_digit(c)) in _vprintk()
/linux-2.4.37.9/include/linux/
Dcyclomx.h40 #define is_digit(ch) (((ch)>=(unsigned)'0'&&(ch)<=(unsigned)'9')?1:0) macro
Dwanpipe.h335 #define is_digit(ch) (((ch)>=(unsigned)'0'&&(ch)<=(unsigned)'9')?1:0) macro
/linux-2.4.37.9/arch/i386/kernel/
Dprocess.c163 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro
184 if (is_digit(*(str+1))) { in reboot_setup()
186 if (is_digit(*(str+2))) in reboot_setup()
/linux-2.4.37.9/drivers/net/wan/
Dcycx_x25.c400 } else if (is_digit(conf->addr[0])) { /* PVC */ in new_if()
1507 for (; len && is_digit(*str); ++str, --len) in dec_to_uint()
Dsdla_x25.c965 }else if (is_digit(conf->addr[0])){ /* PVC */ in new_if()
3957 for (val = 0; len && is_digit(*str); ++str, --len) in dec_to_uint()
3978 if (is_digit(ch)) in hex_to_uint()
Dsdla_fr.c846 if (is_digit(conf->addr[0])) { in new_if()
3711 for (val = 0; len && is_digit(*str); ++str, --len)
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_glue.c1527 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro
1545 for (v = 0, cnt = len; cnt > 0 && (c = *ptr++) && is_digit(c); cnt--) { in get_int_arg()
/linux-2.4.37.9/drivers/message/fusion/
Dmptscsih.c2251 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro
2271 for (v = 0, cnt = len; cnt > 0 && (c=*ptr++) && is_digit(c); cnt --) { in get_int_arg()
/linux-2.4.37.9/drivers/scsi/
Dncr53c8xx.c8874 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro
8892 for (v = 0, cnt = len; cnt > 0 && (c = *ptr++) && is_digit(c); cnt--) {
Dsym53c8xx.c13938 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro
13956 for (v = 0, cnt = len; cnt > 0 && (c = *ptr++) && is_digit(c); cnt--) {