FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TAILQ_FIRST
crypto/openssh/openbsd-compat/sys-queue.h
114
#undef TAILQ_FIRST
crypto/openssh/openbsd-compat/sys-queue.h
520
#define TAILQ_FIRST(head) ((head)->tqh_first)
sys/sys/queue.h
904
#define TAILQ_FIRST(head) ((head)->tqh_first)