Searched refs:head1 (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/crypto/openssl/util/
H A Dextract-names.pl7 if (/^=head1 /) {
20 if (/^=head1 *NAME *$/) {
H A Dpod2man.pl7 =head1 NAME
11 =head1 SYNOPSIS
23 =head1 DESCRIPTION
41 =head1 OPTIONS
86 =head1 Anatomy of a Proper Man Page
90 major headers should be setout as a C<=head1> directive, and
180 =head1 EXAMPLES
186 =head1 DIAGNOSTICS
242 C<=head1>, C<=head2>, C<=item>, C<=over>, C<=back>, or C<=cut>.
247 =head1 NOTE
[all...]
/freebsd-10-stable/sys/sys/
H A Dqueue.h190 #define SLIST_CONCAT(head1, head2, type, field) do { \
191 QUEUE_TYPEOF(type) *curelm = SLIST_FIRST(head1); \
193 if ((SLIST_FIRST(head1) = SLIST_FIRST(head2)) != NULL) \
271 #define SLIST_SWAP(head1, head2, type) do { \
272 QUEUE_TYPEOF(type) *swap_first = SLIST_FIRST(head1); \
273 SLIST_FIRST(head1) = SLIST_FIRST(head2); \
308 #define STAILQ_CONCAT(head1, head2) do { \
310 *(head1)->stqh_last = (head2)->stqh_first; \
311 (head1)->stqh_last = (head2)->stqh_last; \
396 #define STAILQ_SWAP(head1, head
[all...]
/freebsd-10-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser32 =head1 NAME
36 =head1 SYNOPSIS
40 =head1 DESCRIPTION
59 =head1 CONFIGURATION
71 =head1 EXAMPLES
89 =head1 AUTHOR
/freebsd-10-stable/contrib/libucl/uthash/
H A Dutlist.h318 #define LL_CONCAT(head1,head2) \
319 LL_CONCAT2(head1,head2,next)
321 #define LL_CONCAT2(head1,head2,next) \
323 LDECLTYPE(head1) _tmp; \
324 if (head1) { \
325 _tmp = head1; \
329 (head1)=(head2); \
536 #define DL_CONCAT(head1,head2) \
537 DL_CONCAT2(head1,head2,prev,next)
539 #define DL_CONCAT2(head1,head
[all...]
/freebsd-10-stable/contrib/openbsm/compat/
H A Dqueue.h229 #define STAILQ_CONCAT(head1, head2) do { \
231 *(head1)->stqh_last = (head2)->stqh_first; \
232 (head1)->stqh_last = (head2)->stqh_last; \
434 #define TAILQ_CONCAT(head1, head2, field) do { \
436 *(head1)->tqh_last = (head2)->tqh_first; \
437 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
438 (head1)->tqh_last = (head2)->tqh_last; \
440 QMD_TRACE_HEAD(head1); \
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
H A Dqueue.h260 #define STAILQ_CONCAT(head1, head2) do { \
262 *(head1)->stqh_last = (head2)->stqh_first; \
263 (head1)->stqh_last = (head2)->stqh_last; \
491 #define TAILQ_CONCAT(head1, head2, field) do { \
493 *(head1)->tqh_last = (head2)->tqh_first; \
494 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
495 (head1)->tqh_last = (head2)->tqh_last; \
497 QMD_TRACE_HEAD(head1); \
/freebsd-10-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm1 =head1 NAME
5 =head1 SYNOPSIS
11 =head1 FUNCTIONS
105 =head1 CONSTANTS
136 =head1 TODO
/freebsd-10-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm28 =head1 NAME
32 =head1 SYNOPSIS
38 =head1 FUNCTIONS
132 =head1 CONSTANTS
163 =head1 TODO
/freebsd-10-stable/usr.sbin/lpr/common_source/
H A Ddisplayq.c88 static const char *head1 = "Total Size\n"; variable
379 printf("%s", head1);

Completed in 288 milliseconds