Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
OUTCHAR
usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
1563
#define OUTCHAR(c) (buflen > 0? (--buflen, *buf++ = (c)): 0)
usr/src/cmd/cmd-inet/usr.bin/pppd/utils.c
169
#define OUTCHAR(c) (buflen > 0? (--buflen, *buf++ = (c)): 0)