NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SIMPLEQ_FIRST
libexec/httpd/netbsd_queue.h
79
#define SIMPLEQ_FIRST(head) ((head)->sqh_first)
sys/sys/queue.h
314
#define SIMPLEQ_FIRST(head) ((head)->sqh_first)