Home
last modified time | relevance | path

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

/openbmc/linux/scripts/coccinelle/misc/
H A Ddo_div.cocci22 is_digit = False
27 is_digit = True
30 is_digit = True
33 is_digit = True
36 is_digit = True
39 is_digit = True
42 is_digit = True
46 is_digit = False
49 return is_digit, value
52 is_digit, value = get_digit_type_and_value(str)
[all …]
/openbmc/u-boot/lib/
H A Dvsprintf.c29 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro
35 while (is_digit(**s)) in skip_atoi()
562 if (is_digit(*fmt)) in vsnprintf_internal()
578 if (is_digit(*fmt)) in vsnprintf_internal()