Searched defs:isoctal (Results 1 – 4 of 4) sorted by relevance
100 #define isoctal(c) ((c) >= '0' && (c) <= '7') in v_increment() macro
75 #define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7') macro
558 #define isoctal(chr) (((chr) >= '0') && ((chr) <= '7')) in clean() macro
837 #define isoctal(c) ((c) >= '0' && (c) <= '7') macro