Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dutils.c176 #define OUTCHAR(c) (buflen > 0? (--buflen, *buf++ = (c)): 0) macro
364 (void) OUTCHAR('M');
365 (void) OUTCHAR('-');
369 (void) OUTCHAR('\\');
372 (void) OUTCHAR('\\');
374 case '\t': (void) OUTCHAR('t'); break;
375 case '\n': (void) OUTCHAR('n'); break;
376 case '\b': (void) OUTCHAR('b'); break;
377 case '\f': (void) OUTCHAR('f'); break;
379 (void) OUTCHAR('x');
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c1567 #define OUTCHAR(c) (buflen > 0? (--buflen, *buf++ = (c)): 0) macro
1683 OUTCHAR('M');
1684 OUTCHAR('-');
1688 OUTCHAR('\\');
1691 OUTCHAR('\\');
1693 case '\t': OUTCHAR('t'); break;
1694 case '\n': OUTCHAR('n'); break;
1695 case '\b': OUTCHAR('b'); break;
1696 case '\f': OUTCHAR('f'); break;
1698 OUTCHAR('x');
[all …]