NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SIMPLEQ_NEXT
libexec/httpd/netbsd_queue.h
80
#define SIMPLEQ_NEXT(elm, field) ((elm)->field.sqe_next)
sys/sys/queue.h
317
#define SIMPLEQ_NEXT(elm, field) ((elm)->field.sqe_next)