Home
last modified time | relevance | path

Searched defs:LIST_FOREACH_SAFE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/elftoolchain/common/
H A D_elftc.h80 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/dragonfly/lib/libnvmm/
H A Dlibnvmm.c50 #define LIST_FOREACH_SAFE LIST_FOREACH_MUTABLE macro
/dragonfly/lib/libssh/openbsd-compat/
H A Dsys-queue.h286 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro