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