FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SLIST_FIRST
crypto/openssh/openbsd-compat/sys-queue.h
202
#define SLIST_FIRST(head) ((head)->slh_first)
crypto/openssh/openbsd-compat/sys-queue.h
96
#undef SLIST_FIRST
sys/sys/queue.h
293
#define SLIST_FIRST(head) ((head)->slh_first)