Searched refs:toxdigit (Results 1 – 3 of 3) sorted by relevance
44 #define toxdigit(c) ((isdigit(c))?todigit(c):(toupper(c)-(int)'A'+10)) macro162 buf[bp] |= toxdigit(*end) << shift;
51 #define toxdigit(c) ((isdigit(c))?todigit(c):(toupper(c)-(int)'A'+10)) macro177 buf[bp] |= toxdigit(*end) << shift; in dobase()
66 #define toxdigit(c) ((isdigit(c))?todigit(c):(toupper(c)-(int)'A'+10)) macro277 buf[bp] |= toxdigit(*end) << shift;