Searched defs:ISDIGIT (Results 1 – 9 of 9) sorted by relevance
40 #define ISDIGIT(x) (isdigit((int) ((unsigned char)x))) macro65 #define ISDIGIT(x) (Curl_isdigit((int) ((unsigned char)x))) macro
62 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
276 #define ISDIGIT(x) (isdigit((int) ((unsigned char)x))) macro
1041 #define ISDIGIT(s) (s) == DIGIT_ZERO || \ macro
60 #define ISDIGIT(s) (s) == DIGIT_ZERO || \ macro