Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
STAILQ_NEXT
headers/compatibility/bsd/sys/queue.h
285
#define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next)
headers/private/firewire/queue.h
280
#define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next)
src/libs/compat/freebsd_network/compat/sys/queue.h
368
#define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next)