Home
last modified time | relevance | path

Searched refs:ISDIGIT (Results 1 – 21 of 21) sorted by relevance

/coreutils/gl/lib/
Dstrnumcmp-in.h37 # define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
79 if (! ISDIGIT (*a)) in fraccompare()
81 if (ISDIGIT (*a) && ISDIGIT (*b)) in fraccompare()
83 if (ISDIGIT (*a)) in fraccompare()
85 if (ISDIGIT (*b)) in fraccompare()
94 return ISDIGIT (*a); in fraccompare()
101 return - ISDIGIT (*b); in fraccompare()
134 if (ISDIGIT (tmpa)) in numcompare()
142 return - ISDIGIT (tmpb); in numcompare()
148 while (tmpa == tmpb && ISDIGIT (tmpa)) in numcompare()
[all …]
/coreutils/src/
Doperand2sig.c39 if (ISDIGIT (*operand)) in operand2sig()
Dnice.c121 if (s[0] == '-' && ISDIGIT (s[1 + (s[1] == '-' || s[1] == '+')])) in main()
Dseq.c191 || ! ISDIGIT (decimal_point[-1]))); /* -.# -> 0.# */ in scan_arg()
558 return ISDIGIT (s[0]) && n == strspn (s, "0123456789"); in all_digits_p()
590 && ((optc = argv[optind][1]) == '.' || ISDIGIT (optc))) in main()
Dprintf.c586 while (ISDIGIT (*f)) in print_formatted()
623 while (ISDIGIT (*f)) in print_formatted()
Dset-fields.c232 else if (ISDIGIT (*fieldstr)) in set_fields()
Dkill.c156 if (ISDIGIT (**argv)) in list_signals()
Dexpand-common.c186 else if (ISDIGIT (*stops)) in parse_tab_stops()
Dhead.c956 if (1 < argc && argv[1][0] == '-' && ISDIGIT (argv[1][1])) in main()
966 while (ISDIGIT (*a)); in main()
1067 if (ISDIGIT (c)) in main()
Dtest.c152 if (ISDIGIT (*p++)) in find_int()
154 while (ISDIGIT (*p)) in find_int()
Dfmt.c336 if (argc > 1 && argv[1][0] == '-' && ISDIGIT (argv[1][1])) in main()
353 if (ISDIGIT (optchar)) in main()
Dstat.c741 if (ISDIGIT (dot[1])) in out_epoch_sec()
751 if (precision && ISDIGIT (dot[-1])) in out_epoch_sec()
761 while (ISDIGIT (p[-1])); in out_epoch_sec()
Dsystem.h154 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
Dcsplit.c1277 while (ISDIGIT (*f)) in max_out()
1280 while (ISDIGIT (*++f)) in max_out()
Dsort.c1392 if (e == LONGINT_OK && ISDIGIT (suffix[-1])) in specify_sort_size()
1401 if (e == LONGINT_INVALID_SUFFIX_CHAR && ISDIGIT (suffix[-1]) && ! suffix[1]) in specify_sort_size()
1924 while (ISDIGIT (ch = *p++)) in traverse_raw_number()
1945 while (ISDIGIT (ch = *p++)) in traverse_raw_number()
4420 && ISDIGIT (argv[optind][1])); in main()
4645 for (p = optarg; ISDIGIT (*p); p++) in main()
Dod.c603 for (sum = 0; ISDIGIT (*s); s++) in simple_strtoi()
1826 || ISDIGIT (argv[optind + 1][0])) in main()
Dpr.c891 if (ISDIGIT (c)) in main()
1176 if (!ISDIGIT (*arg)) in getoptarg()
Dexpr.c442 if (! ISDIGIT (*cp)) in looks_like_integer()
Dtr.c832 if (!ISDIGIT (to_uchar (es->s[i])) || es->escaped[i]) in star_digits_closebracket()
Dtail.c2117 while (ISDIGIT (*p)) in parse_obsolete_option()
Dfactor.c2288 if (UNLIKELY (!ISDIGIT (c))) in strto2uintmax()