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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c1164 #define isoctal(c) ((c) >= '0' && (c) < '8') macro
1278 if (isoctal(c)) {
1283 for (n = 0; n < 3 && isoctal(c); ++n) {
1390 #undef isoctal macro

Completed in 98 milliseconds