Searched refs:is_digit (Results 1 – 5 of 5) sorted by relevance
13 #define is_digit(c) ((c) >= '0' && (c) <= '9') // 用来判断是否是数字的宏 macro
19 while (is_digit(**s)) in skip_and_atoi()156 else if (is_digit(*fmt)) in vsprintf()176 else if is_digit (*fmt) in vsprintf()
16 #define is_digit(c) ((c) >= '0' && (c) <= '9') // 用来判断是否是数字的宏 macro
36 while (is_digit(**s)) in skip_and_atoi()143 else if (is_digit(*fmt)) in __do_vsprintf()163 else if (is_digit(*fmt)) in __do_vsprintf()
87 else if (is_digit(*fmt))