Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
STAILQ_FIRST
headers/compatibility/bsd/sys/queue.h
243
#define STAILQ_FIRST(head) ((head)->stqh_first)
headers/private/firewire/queue.h
238
#define STAILQ_FIRST(head) ((head)->stqh_first)
src/libs/compat/freebsd_network/compat/sys/queue.h
318
#define STAILQ_FIRST(head) ((head)->stqh_first)