Searched refs:head1 (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/sys/sys/ |
H A D | queue.h | 231 #define SLIST_SWAP(head1, head2, type) do { \ argument 232 struct type *swap_first = SLIST_FIRST(head1); \ 233 SLIST_FIRST(head1) = SLIST_FIRST(head2); \ 257 #define STAILQ_CONCAT(head1, head2) do { \ argument 259 *(head1)->stqh_last = (head2)->stqh_first; \ 260 (head1)->stqh_last = (head2)->stqh_last; \ 345 #define STAILQ_SWAP(head1, head2, type) do { \ argument 346 struct type *swap_first = STAILQ_FIRST(head1); \ 347 struct type **swap_last = (head1)->stqh_last; \ 348 STAILQ_FIRST(head1) = STAILQ_FIRST(head2); \ [all …]
|
/dflybsd-src/contrib/lvm2/dist/scripts/lvm2create_initrd/ |
H A D | lvm2create_initrd.pod | 1 =head1 NAME 5 =head1 SYNOPSIS 10 =head1 DESCRIPTION 55 =head1 OPTIONS 118 =head1 ENVIRONMENT VARIABLES 172 =head1 BUGS 179 =head1 AUTHORS 185 =head1 SEE ALSO
|
/dflybsd-src/lib/libssh/openbsd-compat/ |
H A D | sys-queue.h | 411 #define SIMPLEQ_CONCAT(head1, head2) do { \ argument 413 *(head1)->sqh_last = (head2)->sqh_first; \ 414 (head1)->sqh_last = (head2)->sqh_last; \ 619 #define TAILQ_CONCAT(head1, head2, field) do { \ argument 621 *(head1)->tqh_last = (head2)->tqh_first; \ 622 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \ 623 (head1)->tqh_last = (head2)->tqh_last; \
|
/dflybsd-src/contrib/cvs-1.12/contrib/ |
H A D | cvs_acls.in | 34 =head1 Name 38 =head1 Synopsis 63 =head1 Licensing 84 =head1 Description 217 =head1 Version Information 349 =head1 Format of the cvsacl file 397 =head1 Program Logic
|
/dflybsd-src/contrib/elftoolchain/common/ |
H A D | _elftc.h | 94 #define STAILQ_CONCAT(head1, head2) do { \ argument 96 *(head1)->stqh_last = (head2)->stqh_first; \ 97 (head1)->stqh_last = (head2)->stqh_last; \
|
/dflybsd-src/contrib/file/magic/Magdir/ |
H A D | perl | 49 0 search/1024/W \=head1\ Perl POD document text 50 0 search/1024/W \n\=head1\ Perl POD document text
|
/dflybsd-src/usr.sbin/lpr/common_source/ |
H A D | displayq.c | 77 static const char *head1 = "Total Size\n"; variable 274 printf("%s", head1); in header()
|