Searched refs:SIMPLEQ_FOREACH (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | sys-queue.h | 82 #undef SIMPLEQ_FOREACH 364 #define SIMPLEQ_FOREACH(var, head, field) \ macro
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.h | 237 #define SIMPLEQ_FOREACH(var, head, field) \ macro
|
H A D | pfctl_parser.c | 1278 SIMPLEQ_FOREACH(ti, nodes, entries) { in print_tabledef()
|
H A D | parse.y | 5584 SIMPLEQ_FOREACH(ti, &opts->init_nodes, entries) { in process_tabledef()
|
/freebsd/contrib/ntp/sntp/libevent/compat/sys/ |
H A D | queue.h | 236 #define SIMPLEQ_FOREACH(var, head, field) \ macro
|
/freebsd/contrib/libevent/compat/sys/ |
H A D | queue.h | 236 #define SIMPLEQ_FOREACH(var, head, field) \ macro
|