/freebsd/sys/contrib/ck/include/ |
H A D | ck_queue.h | 219 #define CK_SLIST_MOVE(head1, head2, field) do { \ argument 252 #define CK_STAILQ_CONCAT(head1, head2) do { \ argument 338 #define CK_STAILQ_MOVE(head1, head2, field) do { \ argument 348 #define CK_STAILQ_SWAP(head1, head2, type) do { \ argument 434 #define CK_LIST_MOVE(head1, head2, field) do { \ argument 443 #define CK_LIST_SWAP(head1, head2, type, field) do { \ argument
|
/freebsd/contrib/libarchive/unzip/ |
H A D | la_queue.h | 184 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument 271 #define SLIST_SWAP(head1, head2, type) do { \ argument 308 #define STAILQ_CONCAT(head1, head2) do { \ argument 396 #define STAILQ_SWAP(head1, head2, type) do { \ argument 484 #define LIST_CONCAT(head1, head2, type, field) do { \ argument 574 #define LIST_SWAP(head1, head2, type, field) do { \ argument 674 #define TAILQ_CONCAT(head1, head2, field) do { \ argument 823 #define TAILQ_SWAP(head1, head2, type, field) do { \ argument
|
/freebsd/sys/sys/ |
H A D | queue.h | 214 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument 306 #define SLIST_SWAP(head1, head2, type) do { \ argument 379 #define STAILQ_CONCAT(head1, head2) do { \ argument 475 #define STAILQ_SWAP(head1, head2, type) do { \ argument 565 #define LIST_CONCAT(head1, head2, type, field) do { \ argument 676 #define LIST_SWAP(head1, head2, type, field) do { \ argument 778 #define TAILQ_CONCAT(head1, head2, field) do { \ argument 951 #define TAILQ_SWAP(head1, head2, type, field) do { \ argument
|
H A D | queue_mergesort.h | 41 #define STAILQ_CONCAT_4(head1, head2, type, field) \ argument 43 #define TAILQ_CONCAT_4(head1, head2, type, field) \ argument
|
/freebsd/contrib/libucl/uthash/ |
H A D | utlist.h | 318 #define LL_CONCAT(head1,head2) \ argument 321 #define LL_CONCAT2(head1,head2,next) \ argument 536 #define DL_CONCAT(head1,head2) \ argument 539 #define DL_CONCAT2(head1,head2,prev,next) \ argument
|
/freebsd/contrib/openbsm/compat/ |
H A D | queue.h | 229 #define STAILQ_CONCAT(head1, head2) do { \ argument 434 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
|
/freebsd/crypto/openssh/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
|
/freebsd/contrib/elftoolchain/common/ |
H A D | _elftc.h | 94 #define STAILQ_CONCAT(head1, head2) do { \ argument
|
/freebsd/contrib/unbound/dnscrypt/ |
H A D | dnscrypt.c | 579 struct config_strlist *head, *head2; in dnsc_parse_certs() local
|