FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TAILQ_NEXT
crypto/openssh/openbsd-compat/sys-queue.h
127
#undef TAILQ_NEXT
crypto/openssh/openbsd-compat/sys-queue.h
522
#define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
sys/sys/queue.h
1013
#define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)