Searched refs:SIMPLEQ_FOREACH (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sbin/pfctl/
H A Dpfctl_parser.h215 /*#define SIMPLEQ_FOREACH STAILQ_FOREACH*/
216 #define SIMPLEQ_FOREACH(var, head, field) \ macro
H A Dpfctl_parser.c1080 SIMPLEQ_FOREACH(ti, nodes, entries) { function
H A Dparse.y4806 SIMPLEQ_FOREACH(ti, &opts->init_nodes, entries) {
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h83 #undef SIMPLEQ_FOREACH macro
362 #define SIMPLEQ_FOREACH(var, head, field) \ macro
/freebsd-12-stable/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h236 #define SIMPLEQ_FOREACH(var, head, field) \ macro
/freebsd-12-stable/contrib/libevent/compat/sys/
H A Dqueue.h236 #define SIMPLEQ_FOREACH(var, head, field) \ macro
/freebsd-12-stable/sys/dev/ubsec/
H A Dubsec.c93 #define SIMPLEQ_FOREACH STAILQ_FOREACH macro
737 SIMPLEQ_FOREACH(q, &sc->sc_queue, q_next) {

Completed in 185 milliseconds