DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
P_C
sys/net/netmap/netmap.c
332
#define P_C(x) ((x) >= 0x20 && (x) <= 0x7e ? (x) : '.')
sys/net/netmap/netmap.c
359
#undef P_C