Home
last modified time | relevance | path

Searched defs:SIMPLEQ_EMPTY (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
/freebsd/contrib/libevent/compat/sys/
H A Dqueue.h233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-queue.h361 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
/freebsd/sbin/pfctl/
H A Dpfctl_parser.h234 #define SIMPLEQ_EMPTY STAILQ_EMPTY macro