Home
last modified time | relevance | path

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

/src/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))) { \
/src/sbin/pfctl/
H A Dpfctl_parser.h260 #define SIMPLEQ_EMPTY STAILQ_EMPTY macro
H A Dpfctl_parser.c1398 if (addrs && SIMPLEQ_EMPTY(nodes)) in print_tabledef()
/src/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
/src/contrib/libevent/compat/sys/
H A Dqueue.h233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
/src/contrib/libdiff/test/
H A Dtest020.left.txt301 while (!SIMPLEQ_EMPTY(&changes->entries)) {