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

/freebsd-9.3-release/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-9.3-release/sys/sys/
H A Dqueue.h231 #define SLIST_SWAP(head1, head2, type) do { \
232 struct type *swap_first = SLIST_FIRST(head1); \
233 SLIST_FIRST(head1) = SLIST_FIRST(head2); \
257 #define STAILQ_CONCAT(head1, head2) do { \
259 *(head1)->stqh_last = (head2)->stqh_first; \
260 (head1)->stqh_last = (head2)->stqh_last; \
344 #define STAILQ_SWAP(head1, head2, type) do { \
345 struct type *swap_first = STAILQ_FIRST(head1); \
346 struct type **swap_last = (head1)->stqh_last; \
347 STAILQ_FIRST(head1)
[all...]
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dipfmeta.pl89 =head1 NAME
93 =head1 SYNOPSIS
97 =head1 DESCRIPTION
126 =head1 OPTIONS
138 =head1 BUGS
142 =head1 EXAMPLE
206 =head1 AUTHOR
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dbuildvirtuser32 =head1 NAME
36 =head1 SYNOPSIS
40 =head1 DESCRIPTION
59 =head1 CONFIGURATION
71 =head1 EXAMPLES
89 =head1 AUTHOR
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcheck_cvs.in11 =head1 check_cvs.pl
15 =head1 SYNOPSIS
19 =head1 DESCRIPTION
30 =head1 OPTIONS
34 =head1 EXAMPLES
43 =head1 SEE ALSO
H A Dcvs_acls.in34 =head1 Name
38 =head1 Synopsis
63 =head1 Licensing
84 =head1 Description
105 =head1 Enhancements
217 =head1 Version Information
246 =head1 Installation
349 =head1 Format of the cvsacl file
397 =head1 Program Logic
/freebsd-9.3-release/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-9.3-release/contrib/nvi/build/ExtUtils/
H A DEmbed.pm248 =head1 NAME
252 =head1 SYNOPSIS
258 =head1 DESCRIPTION
265 =head1 @EXPORT
272 =head1 FUNCTIONS
456 =head1 EXAMPLES
461 =head1 SEE ALSO
465 =head1 AUTHOR
/freebsd-9.3-release/contrib/openbsm/compat/
H A Dqueue.h230 #define STAILQ_CONCAT(head1, head2) do { \
232 *(head1)->stqh_last = (head2)->stqh_first; \
233 (head1)->stqh_last = (head2)->stqh_last; \
435 #define TAILQ_CONCAT(head1, head2, field) do { \
437 *(head1)->tqh_last = (head2)->tqh_first; \
438 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
439 (head1)->tqh_last = (head2)->tqh_last; \
441 QMD_TRACE_HEAD(head1); \
/freebsd-9.3-release/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-9.3-release/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm28 =head1 NAME
32 =head1 SYNOPSIS
38 =head1 FUNCTIONS
132 =head1 CONSTANTS
163 =head1 TODO
/freebsd-9.3-release/usr.sbin/lpr/common_source/
H A Ddisplayq.c89 static const char *head1 = "Total Size\n"; variable
380 printf("%s", head1);

Completed in 391 milliseconds