NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ZERO_FINAL
sys/dev/raidframe/rf_netbsdkintf.c
1337
#define ZERO_FINAL(s) do { s[sizeof(s) - 1] = '\0'; } while (0)
sys/dev/raidframe/rf_netbsdkintf.c
1347
#undef ZERO_FINAL