Searched defs:ISOCTAL (Results 1 – 3 of 3) sorted by relevance
78 #define ISOCTAL(ch) (ISDIGIT(ch) && (ch) != '8' && (ch) != '9') in unescape() macro
119 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') macro