/freebsd-src/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-src/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-src/sys/sys/ |
H A D | queue.h | 214 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument 303 #define SLIST_SWAP(head1, head2, type) do { \ argument 342 STAILQ_CONCAT(head1,head2) global() argument 430 STAILQ_SWAP(head1,head2,type) global() argument 520 LIST_CONCAT(head1,head2,type,field) global() argument 628 LIST_SWAP(head1,head2,type,field) global() argument 730 TAILQ_CONCAT(head1,head2,field) global() argument 900 TAILQ_SWAP(head1,head2,type,field) global() argument [all...] |
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-src/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-src/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-src/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-src/contrib/elftoolchain/common/ |
H A D | _elftc.h | 94 #define STAILQ_CONCAT(head1, head2) do { \ argument
|
/freebsd-src/contrib/unbound/dnscrypt/ |
H A D | dnscrypt.c | 579 struct config_strlist *head, *head2; in dnsc_parse_certs() local
|