Searched defs:head2 (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/sys/sys/ |
H A D | queue.h | 231 #define SLIST_SWAP(head1, head2, type) do { \ argument 257 #define STAILQ_CONCAT(head1, head2) do { \ argument 345 #define STAILQ_SWAP(head1, head2, type) do { \ argument 473 #define LIST_SWAP(head1, head2, type, field) do { \ argument 539 #define TAILQ_CONCAT(head1, head2, field) do { \ argument 664 #define TAILQ_SWAP(head1, head2, type, field) do { \ argument
|
/dflybsd-src/lib/libssh/openbsd-compat/ |
H A D | sys-queue.h | 411 #define SIMPLEQ_CONCAT(head1, head2) do { \ argument 619 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
|
/dflybsd-src/contrib/elftoolchain/common/ |
H A D | _elftc.h | 94 #define STAILQ_CONCAT(head1, head2) do { \ argument
|