Home
last modified time | relevance | path

Searched refs:SIMPLEQ_EMPTY (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-queue.h78 #undef SIMPLEQ_EMPTY
361 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
412 if (!SIMPLEQ_EMPTY((head2))) { \
/freebsd/sbin/pfctl/
H A Dpfctl_parser.h234 #define SIMPLEQ_EMPTY STAILQ_EMPTY macro
H A Dpfctl_parser.c1297 if (addrs && SIMPLEQ_EMPTY(nodes)) in print_tabledef()
/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