Home
last modified time | relevance | path

Searched defs:SIMPLEQ_FOREACH_SAFE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/libexec/httpd/
H A Dnetbsd_queue.h71 #define SIMPLEQ_FOREACH_SAFE(var, head, field, next) \ macro
/netbsd-src/sys/sys/
H A Dqueue.h324 #define SIMPLEQ_FOREACH_SAFE(var, head, field, next) \ macro