Home
last modified time | relevance | path

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

/openbsd/sys/lib/libsa/
H A Dprintf.c67 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
129 } while (is_digit(ch)); in kdoprnt()
/openbsd/lib/libc/stdio/
H A Dvfprintf.c238 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
427 while (is_digit(*cp)) { \ in __vfprintf()
549 while (is_digit(ch)) { in __vfprintf()
581 } while (is_digit(ch)); in __vfprintf()
1178 while (is_digit(*cp)) { \ in __find_arguments()
1227 while (is_digit(ch)) { in __find_arguments()
1239 } while (is_digit(ch)); in __find_arguments()
H A Dvfwprintf.c260 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
421 while (is_digit(*cp)) { \ in __vfwprintf()
537 while (is_digit(ch)) { in __vfwprintf()
569 } while (is_digit(ch)); in __vfwprintf()
1181 while (is_digit(*cp)) { \ in __find_arguments()
1230 while (is_digit(ch)) { in __find_arguments()
1242 } while (is_digit(ch)); in __find_arguments()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dmacroexp.c191 is_digit (int c) in is_digit() function
269 || is_digit (*p))) in get_identifier()
285 && (is_digit (*p) in get_pp_number()
292 if (is_digit (*p) in get_pp_number()
/openbsd/sys/kern/
H A Dsubr_prf.c640 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
824 while (is_digit(ch)) { in kprintf()
844 } while (is_digit(ch)); in kprintf()
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c2205 boolean is_digit = STREQ (str, "digit");
2232 if ( (is_digit && ISDIGIT (ch))
/openbsd/gnu/usr.bin/cvs/lib/
H A Dregex.c2276 boolean is_digit = STREQ (str, "digit"); local
2304 if ( (is_digit && ISDIGIT (ch))
/openbsd/gnu/lib/libiberty/src/
H A Dregex.c3257 boolean is_digit = STREQ (str, "digit"); in PREFIX()
3284 if ( (is_digit && ISDIGIT (ch)) in PREFIX()