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

/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Dqueue.h118 #undef LIST_EMPTY macro
396 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dsys-queue.h64 #undef LIST_EMPTY macro
271 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dqueue.h464 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro

Completed in 81 milliseconds