Home
last modified time | relevance | path

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

/dflybsd-src/contrib/elftoolchain/common/
H A D_elftc.h188 #define STAILQ_REMOVE(head, elm, type, field) do { \ macro
/dflybsd-src/sys/sys/
H A Dqueue.h319 #define STAILQ_REMOVE(head, elm, type, field) do { \ macro