Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c675 #define isoctal(chr) (((chr) >= '0') && ((chr) <= '7')) macro
803 if (isoctal (cur_chr)) {
805 if (isoctal (*s)) {
808 if (isoctal (*s)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c1157 #define isoctal(c) ((c) >= '0' && (c) < '8') macro
1271 if (isoctal(c)) {
1276 for (n = 0; n < 3 && isoctal(c); ++n) {
1385 #undef isoctal