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