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

/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Dqueue.h163 #undef TAILQ_EMPTY macro
474 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dsys-queue.h94 #undef TAILQ_EMPTY macro
433 #define TAILQ_EMPTY(head) \ macro
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dqueue.h571 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro

Completed in 76 milliseconds