Searched defs:SLIST_EMPTY (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dqueue.h133 #undef SLIST_EMPTY macro
235 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dsys-queue.h50 #undef SLIST_EMPTY macro
197 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dqueue.h224 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro

Completed in 71 milliseconds