Searched refs:ISOCTAL (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dunescape.c78 #define ISOCTAL(ch) (ISDIGIT(ch) && (ch) != '8' && (ch) != '9') macro
117 i < 2 && (ch = *UCHAR(data)) != 0 && ISOCTAL(ch);
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dchardefs.h118 #ifndef ISOCTAL
119 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') macro
H A Dbind.c599 for (temp = 2, c -= '0'; ISOCTAL ((unsigned char)seq[i]) && temp--; i++)
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dchardefs.h118 #ifndef ISOCTAL
119 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') macro
H A Dbind.c590 for (temp = 2, c -= '0'; ISOCTAL ((unsigned char)seq[i]) && temp--; i++)

Completed in 203 milliseconds