Home
last modified time | relevance | path

Searched defs:ISDIGIT (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstrverscmp.c48 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.c79 # define ISDIGIT(c) (ISASCII (c) && isdigit (c)) macro
/ndk/sources/host-tools/sed-4.2.1/
Dbasicdefs.h154 #define ISDIGIT(c) (ISASCII (c) && isdigit (c)) macro
/ndk/sources/host-tools/make-3.81/
Dmake.h304 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro