NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
safeputc
sbin/ping6/ping6.c
1291
#define safeputc(c) printf((isprint((c)) ? "%c" : "\\%03o"), c)
sbin/ping6/ping6.c
1569
#undef safeputc