Symbol: is_digit
bin/sh/eval.c
1239
if (!is_digit(argv[1][0]) || *end != '\0')
bin/sh/expand.c
1003
if (is_digit(*name)) {
bin/sh/expand.c
847
} else if (is_digit(*name)) {
bin/sh/jobs.c
652
if (is_digit(name[1])) {
bin/sh/miscbltin.c
431
if (is_digit(*ap)) {
bin/sh/mystring.c
86
if (! is_digit(*q))
bin/sh/parser.c
1596
&& (*out == '\0' || is_digit(*out))) {
bin/sh/parser.c
1671
} else if (is_digit(c)) {
bin/sh/parser.c
1676
} while (is_digit(c));
bin/sh/parser.c
2071
if (is_digit(*fmt)) {
bin/sh/parser.c
2124
if (namelen == 1 && is_digit(*varname)) {
bin/sh/parser.c
735
if (is_digit(text[0]) && text[1] == '\0')
crypto/krb5/src/util/support/json.c
1041
} else if (is_digit(*ctx->p) || *ctx->p == '-') {
crypto/krb5/src/util/support/json.c
738
return is_digit(c) || ('A' <= c && c <= 'F');
crypto/krb5/src/util/support/json.c
745
if (is_digit(c))
crypto/krb5/src/util/support/json.c
768
if (!is_digit(*ctx->p))
crypto/krb5/src/util/support/json.c
773
while (is_digit(*ctx->p)) {
lib/libc/stdio/printf-pos.c
195
while (is_digit(*cp)) {
lib/libc/stdio/printf-pos.c
221
while (is_digit(*cp)) {
lib/libc/stdio/printf-pos.c
291
while (is_digit(ch)) {
lib/libc/stdio/printf-pos.c
308
} while (is_digit(ch));
lib/libc/stdio/printf-pos.c
480
while (is_digit(ch)) {
lib/libc/stdio/printf-pos.c
497
} while (is_digit(ch));
lib/libc/stdio/vfprintf.c
426
while (is_digit(*cp)) { \
lib/libc/stdio/vfprintf.c
539
while (is_digit(ch)) {
lib/libc/stdio/vfprintf.c
558
} while (is_digit(ch));
lib/libc/stdio/vfwprintf.c
500
while (is_digit(*cp)) { \
lib/libc/stdio/vfwprintf.c
608
while (is_digit(ch)) {
lib/libc/stdio/vfwprintf.c
627
} while (is_digit(ch));
lib/libc/stdio/xprintf.c
324
while (*fmt != '\0' && is_digit(*fmt)) {
lib/libc/stdio/xprintf.c
363
while (*fmt != '\0' && is_digit(*fmt)) {