Home
last modified time | relevance | path

Searched refs:head1 (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/sys/
H A Dqueue.h233 SLIST_FIRST(head1) = SLIST_FIRST(head2); \
257 #define STAILQ_CONCAT(head1, head2) do { \ argument
260 (head1)->stqh_last = (head2)->stqh_last; \
349 (head1)->stqh_last = (head2)->stqh_last; \
352 if (STAILQ_EMPTY(head1)) \
353 (head1)->stqh_last = &STAILQ_FIRST(head1); \
541 *(head1)->tqh_last = (head2)->tqh_first; \
543 (head1)->tqh_last = (head2)->tqh_last; \
545 QMD_TRACE_HEAD(head1); \
668 (head1)->tqh_last = (head2)->tqh_last; \
[all …]
/dragonfly/contrib/lvm2/dist/scripts/lvm2create_initrd/
H A Dlvm2create_initrd.pod1 =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
/dragonfly/lib/libssh/openbsd-compat/
H A Dsys-queue.h411 #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; \
/dragonfly/contrib/cvs-1.12/contrib/
H A Dcvs_acls.in34 =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
/dragonfly/contrib/elftoolchain/common/
H A D_elftc.h94 #define STAILQ_CONCAT(head1, head2) do { \ argument
96 *(head1)->stqh_last = (head2)->stqh_first; \
97 (head1)->stqh_last = (head2)->stqh_last; \
/dragonfly/contrib/file/magic/Magdir/
H A Dperl49 0 search/1024/W \=head1\ Perl POD document text
50 0 search/1024/W \n\=head1\ Perl POD document text
/dragonfly/usr.sbin/lpr/common_source/
H A Ddisplayq.c77 static const char *head1 = "Total Size\n"; variable
274 printf("%s", head1); in header()