Searched defs:elm2 (Results 1 – 5 of 5) sorted by relevance
/freebsd/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/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/contrib/sendmail/include/sm/ |
H A D | tailq.h | 147 #define SM_TAILQ_REPLACE(head, elm, elm2, field) do { \ argument
|
/freebsd/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/sys/sys/ |
H A D | queue.h | 661 #define LIST_REPLACE(elm, elm2, field) do { \ argument 933 #define TAILQ_REPLACE(head, elm, elm2, field) do { \ argument
|