Searched refs:ISOCTAL (Results 1 – 2 of 2) sorted by relevance
119 #ifndef ISOCTAL120 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') macro
535 for (temp = 2, c -= '0'; ISOCTAL (seq[i]) && temp--; i++)