FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
PUTC
usr.bin/col/col.c
105
#define PUTC(ch) \
usr.bin/write/write.c
330
#define PUTC(c) if (putwchar(c) == WEOF) err(1, NULL);
usr.bin/write/write.c
343
#undef PUTC