Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-queue.h79 #undef SIMPLEQ_END
360 #define SIMPLEQ_END(head) NULL macro
361 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
366 (var) != SIMPLEQ_END(head); \
/freebsd/sbin/pfctl/
H A Dpfctl_parser.h233 #define SIMPLEQ_END(head) NULL macro
239 (var) != SIMPLEQ_END(head); \
H A Dparse.y1747 ti != SIMPLEQ_END(&$5.init_nodes); ti = nti) {
/freebsd/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h232 #define SIMPLEQ_END(head) NULL macro
233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
238 (var) != SIMPLEQ_END(head); \
/freebsd/contrib/libevent/compat/sys/
H A Dqueue.h232 #define SIMPLEQ_END(head) NULL macro
233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
238 (var) != SIMPLEQ_END(head); \