Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.c79 # define ISDIGIT(c) (ISASCII (c) && isdigit (c)) macro
380 || (STREQ (str, "digit") && ISDIGIT ((unsigned char) *n))
/ndk/sources/host-tools/make-3.81/
Dmake.h304 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
Dmain.c2498 for (cp=argv[optind]; ISDIGIT (cp[0]); ++cp) in decode_switches()
2513 for (cp = optarg; ISDIGIT (cp[0]); ++cp) in decode_switches()
2533 && (ISDIGIT (argv[optind][0]) || argv[optind][0] == '.')) in decode_switches()
Dvariable.c235 && (*name < 'A' || *name > 'Z') && !ISDIGIT(*name)) in define_variable_in_set()
Dfunction.c742 if (!ISDIGIT (*s)) /* ISDIGIT only evals its arg once: see make.h. */ in check_numeric()