Searched refs:__isdigit_char (Results 1 – 7 of 7) sorted by relevance
1300 #define ISDIGIT(C) __isdigit_char((C)) in libc_hidden_def()1742 if (__isdigit_char(*e)) { in getoffset()1745 if (__isdigit_char(*e)) { in getoffset()1771 while (n && __isdigit_char(*e)) { in getnumber()1783 while (n && __isdigit_char(*e)) { in getnumber()1995 if (count && !__isdigit_char(*e)) { in _time_tzset()
99 # define __isdigit_char(c) ((unsigned char)((c) - '0') <= 9) macro
83 __isdigit_char, __isdigit_int
122 #define __isdigit_char_or_EOF(C) __isdigit_char((C))796 if (!__isdigit_char(*psfs->fmt)) { /* Not a positional arg. */ in __psfs_parse_spec()806 } while (__isdigit_char(*psfs->fmt)); in __psfs_parse_spec()864 for (i = 0 ; __isdigit_char(*psfs->fmt) ; ) { in __psfs_parse_spec()
213 #define __isdigit_char(C) (((unsigned char)((C) - '0')) <= 9)
199 #define __isdigit_char_or_EOF(C) __isdigit_char((C))
2855 if (!__isdigit_char(c)) in libc_hidden_def()2865 if (!__isdigit_char(c)) { in libc_hidden_def()
Completed in 23 milliseconds