Home
last modified time | relevance | path

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

/src/crypto/openssh/openbsd-compat/
H A Dsys-queue.h81 #undef SIMPLEQ_FIRST
359 #define SIMPLEQ_FIRST(head) ((head)->sqh_first) macro
361 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
365 for((var) = SIMPLEQ_FIRST(head); \
370 for ((var) = SIMPLEQ_FIRST(head); \
/src/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h231 #define SIMPLEQ_FIRST(head) ((head)->sqh_first) macro
233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
237 for((var) = SIMPLEQ_FIRST(head); \
/src/contrib/libevent/compat/sys/
H A Dqueue.h231 #define SIMPLEQ_FIRST(head) ((head)->sqh_first) macro
233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
237 for((var) = SIMPLEQ_FIRST(head); \
/src/sbin/pfctl/
H A Dpfctl_parser.h258 #define SIMPLEQ_FIRST STAILQ_FIRST macro
264 for((var) = SIMPLEQ_FIRST(head); \
H A Dparse.y1777 for (ti = SIMPLEQ_FIRST(&$5.init_nodes);
/src/contrib/libdiff/test/
H A Dtest020.left.txt302 change = SIMPLEQ_FIRST(&changes->entries);