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