ISDIGIT 116 dev/raidframe/rf_utils.c #define ISHEX(x) (ISDIGIT(x) || ISHEXCHAR(x)) ISDIGIT 131 dev/raidframe/rf_utils.c for (; ISDIGIT(*p); p++)