DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SPLAY_ROOT
lib/libssh/openbsd-compat/sys-tree.h
157
return (SPLAY_ROOT(head)); \
lib/libssh/openbsd-compat/sys-tree.h
85
#define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL)
sys/sys/tree.h
158
return (SPLAY_ROOT(head)); \
sys/sys/tree.h
86
#define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL)