Searched defs:elm2 (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/libevent/compat/sys/ |
H A D | queue.h | 203 #define LIST_REPLACE(elm, elm2, field) do { \ argument 365 #define TAILQ_REPLACE(head, elm, elm2, field) do { \ argument 475 #define CIRCLEQ_REPLACE(head, elm, elm2, field) do { \ argument
|
/freebsd-src/contrib/ntp/sntp/libevent/compat/sys/ |
H A D | queue.h | 203 #define LIST_REPLACE(elm, elm2, field) do { \ argument 365 #define TAILQ_REPLACE(head, elm, elm2, field) do { \ argument 475 #define CIRCLEQ_REPLACE(head, elm, elm2, field) do { \ argument
|
/freebsd-src/contrib/sendmail/include/sm/ |
H A D | tailq.h | 147 #define SM_TAILQ_REPLACE(head, elm, elm2, field) do { \ argument
|
/freebsd-src/crypto/openssh/openbsd-compat/ |
H A D | sys-queue.h | 329 #define LIST_REPLACE(elm, elm2, field) do { \ argument 607 #define TAILQ_REPLACE(head, elm, elm2, field) do { \ argument
|
/freebsd-src/sys/sys/ |
H A D | queue.h | 613 LIST_REPLACE(elm,elm2,field) global() argument 882 TAILQ_REPLACE(head,elm,elm2,field) global() argument [all...] |