Searched refs:is_digit (Results 1 – 5 of 5) sorted by relevance
16 #define is_digit(c) ((c) >= '0' && (c) <= '9') // 用来判断是否是数字的宏 macro
20 while (is_digit(**s)) in skip_and_atoi()158 else if (is_digit(*fmt)) in vsprintf()178 else if is_digit (*fmt) in vsprintf()
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))