Searched refs:is_digit (Results 1 – 12 of 12) sorted by relevance
174 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro180 while (is_digit(**s)) in skip_atoi()
301 #define is_digit(c) ((c >= '0') && (c <= '9')) macro329 while (is_digit(c)) in _vprintk()338 while (is_digit(c)) in _vprintk()
40 #define is_digit(ch) (((ch)>=(unsigned)'0'&&(ch)<=(unsigned)'9')?1:0) macro
335 #define is_digit(ch) (((ch)>=(unsigned)'0'&&(ch)<=(unsigned)'9')?1:0) macro
163 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro184 if (is_digit(*(str+1))) { in reboot_setup()186 if (is_digit(*(str+2))) in reboot_setup()
400 } else if (is_digit(conf->addr[0])) { /* PVC */ in new_if()1507 for (; len && is_digit(*str); ++str, --len) in dec_to_uint()
965 }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()
846 if (is_digit(conf->addr[0])) { in new_if()3711 for (val = 0; len && is_digit(*str); ++str, --len)
1527 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro1545 for (v = 0, cnt = len; cnt > 0 && (c = *ptr++) && is_digit(c); cnt--) { in get_int_arg()
2251 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro2271 for (v = 0, cnt = len; cnt > 0 && (c=*ptr++) && is_digit(c); cnt --) { in get_int_arg()
8874 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro8892 for (v = 0, cnt = len; cnt > 0 && (c = *ptr++) && is_digit(c); cnt--) {
13938 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro13956 for (v = 0, cnt = len; cnt > 0 && (c = *ptr++) && is_digit(c); cnt--) {