| /src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| Request.pm | 19 =head1 NAME 23 =head1 SYNOPSIS 27 =head1 DESCRIPTION 85 =head1 SEE ALSO 89 =head1 HISTORY
|
| Getopt.pm | 18 =head1 NAME 22 =head1 SYNOPSIS 26 =head1 DESCRIPTION 92 =head1 SEE ALSO
|
| Configure_ac.pm | 34 =head1 NAME 38 =head1 SYNOPSIS
|
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Test/ |
| Simple.pm | 19 =head1 NAME 23 =head1 SYNOPSIS 29 =head1 DESCRIPTION 80 =head1 SEE ALSO 84 =head1 AUTHORS
|
| Utils.pm | 20 =head1 NAME 24 =head1 SYNOPSIS 38 =head1 DESCRIPTION 246 =head1 SEE ALSO 250 =head1 AUTHORS
|
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/ |
| Simple.pm | 19 =head1 NAME 23 =head1 SYNOPSIS 29 =head1 DESCRIPTION 80 =head1 SEE ALSO 84 =head1 AUTHORS
|
| Utils.pm | 20 =head1 NAME 24 =head1 SYNOPSIS 38 =head1 DESCRIPTION 246 =head1 SEE ALSO 250 =head1 AUTHORS
|
| /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Test/ |
| Simple.pm | 19 =head1 NAME 23 =head1 SYNOPSIS 29 =head1 DESCRIPTION 80 =head1 SEE ALSO 84 =head1 AUTHORS
|
| /src/crypto/external/bsd/openssl.old/dist/util/ |
| find-doc-nits | 64 return unless $contents =~ /=head1 NAME(.*)=head1 SYNOPSIS/ms; 96 return unless $contents =~ /=head1 SYNOPSIS(.*)=head1 DESCRIPTION/ms; 149 unless $contents =~ /=head1 $section/ and $contents =~ /=head1 $before/; 151 if $contents =~ /=head1 $before.*=head1 $section/ms; 187 if $contents =~ /=head1 EXAMPLE[^S]/; 189 if $contents =~ /=head1 WARNING[^S]/ [all...] |
| /src/external/mpl/dhcp/dist/keama/ |
| data.h | 51 #define TAILQ_CONCAT(head1, head2) do { \ 53 *(head1)->tqh_last = (head2)->tqh_first; \ 54 (head2)->tqh_first->next.tqe_prev = (head1)->tqh_last; \ 55 (head1)->tqh_last = (head2)->tqh_last; \ 133 #define TAILQ_SWAP(head1, head2, type) do { \ 134 struct type *swap_first = (head1)->tqh_first; \ 135 struct type **swap_last = (head1)->tqh_last; \ 136 (head1)->tqh_first = (head2)->tqh_first; \ 137 (head1)->tqh_last = (head2)->tqh_last; \ 140 if ((swap_first = (head1)->tqh_first) != NULL) [all...] |
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/ |
| fallback.pm | 8 =head1 NAME 22 =head1 SYNOPSIS 26 =head1 DESCRIPTION 39 =head1 CAVEAT 48 =head1 NOTES 117 =head1 SEE ALSO 122 =head1 AUTHOR
|
| OID.pm | 33 =head1 NAME 37 =head1 VERSION 46 =head1 SYNOPSIS 69 =head1 EXPORT 138 =head1 SUBROUTINES/METHODS 282 =head1 AUTHOR
|
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| fallback.pm | 8 =head1 NAME 22 =head1 SYNOPSIS 26 =head1 DESCRIPTION 39 =head1 CAVEAT 48 =head1 NOTES 117 =head1 SEE ALSO 122 =head1 AUTHOR
|
| OID.pm | 33 =head1 NAME 37 =head1 VERSION 46 =head1 SYNOPSIS 69 =head1 EXPORT 138 =head1 SUBROUTINES/METHODS 282 =head1 AUTHOR
|
| /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Util/ |
| Pod.pm | 20 =head1 NAME 24 =head1 SYNOPSIS 35 =head1 DESCRIPTION 67 =head1 RETURN VALUES 110 last if (m|^=head1| 115 if (m|^=head1\s*(.*)|) {
|
| /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/lib/Text/Template/ |
| Preprocess.pm | 50 =head1 NAME 54 =head1 VERSION 58 =head1 SYNOPSIS 69 =head1 DESCRIPTION 95 =head1 WHY? 119 =head1 SEE ALSO 123 =head1 SOURCE 128 =head1 BUGS 137 =head1 AUTHOR 150 =head1 COPYRIGHT AND LICENS [all...] |
| /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/Template/ |
| Preprocess.pm | 50 =head1 NAME 54 =head1 VERSION 58 =head1 SYNOPSIS 69 =head1 DESCRIPTION 95 =head1 WHY? 119 =head1 SEE ALSO 123 =head1 SOURCE 128 =head1 BUGS 137 =head1 AUTHOR 150 =head1 COPYRIGHT AND LICENS [all...] |
| /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/Template/ |
| Preprocess.pm | 31 =head1 NAME 35 =head1 VERSION 39 =head1 SYNOPSIS 50 =head1 DESCRIPTION 76 =head1 WHY? 103 =head1 SEE ALSO 107 =head1 AUTHOR 121 =head1 LICENSE
|
| /src/external/apache2/mDNSResponder/dist/mDNSShared/utilities/ |
| bsd_queue.h | 358 #define STAILQ_CONCAT(head1, head2) do { \ 360 *(head1)->stqh_last = (head2)->stqh_first; \ 361 (head1)->stqh_last = (head2)->stqh_last; \ 456 #define STAILQ_SWAP(head1, head2, type) \ 460 struct type *swap_first = STAILQ_FIRST(head1); \ 461 struct type **swap_last = (head1)->stqh_last; \ 462 STAILQ_FIRST(head1) = STAILQ_FIRST(head2); \ 463 (head1)->stqh_last = (head2)->stqh_last; \ 466 if (STAILQ_EMPTY(head1)) \ 467 (head1)->stqh_last = &STAILQ_FIRST(head1); [all...] |
| /src/crypto/external/apache2/openssl/dist/util/ |
| find-doc-nits | 292 return unless $contents =~ /=head1 NAME(.*)=head1 SYNOPSIS/ms; 329 return unless $contents =~ /=head1 SYNOPSIS(.*)=head1 DESCRIPTION/ms; 436 return unless $contents =~ /=head1 $section/ 437 and $contents =~ /=head1 $before/; 439 if $contents =~ /=head1 $before.*=head1 $section/ms; 448 my (undef, $rest) = split('=head1 HISTORY\s*', $contents); 455 my ($histsect, undef) = split('=head1 COPYRIGHT\s*', $rest) [all...] |
| /src/crypto/external/bsd/openssl/dist/util/ |
| find-doc-nits | 286 return unless $contents =~ /=head1 NAME(.*)=head1 SYNOPSIS/ms; 323 return unless $contents =~ /=head1 SYNOPSIS(.*)=head1 DESCRIPTION/ms; 430 return unless $contents =~ /=head1 $section/ 431 and $contents =~ /=head1 $before/; 433 if $contents =~ /=head1 $before.*=head1 $section/ms; 436 # Check if a =head1 is duplicated, or a =headX is duplicated within a 437 # =head1. Treats =head2 =head3 as equivalent -- it doesn't reset the head [all...] |
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Util/ |
| Pod.pm | 20 =head1 NAME 24 =head1 SYNOPSIS 35 =head1 DESCRIPTION 67 =head1 RETURN VALUES 133 last if (m|^=head1| 138 if (m|^=head1\s*(.*)|) {
|
| /src/crypto/external/bsd/heimdal/dist/cf/ |
| w32-check-exported-symbols.pl | 110 =head1 NAME 114 =head1 SYNOPSIS 122 =head1 DESCRIPTION
|
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Util/ |
| Pod.pm | 20 =head1 NAME 24 =head1 SYNOPSIS 35 =head1 DESCRIPTION 67 =head1 RETURN VALUES 133 last if (m|^=head1| 138 if (m|^=head1\s*(.*)|) {
|
| /src/external/bsd/ipf/dist/perl/ |
| ipfmeta.pl | 89 =head1 NAME 93 =head1 SYNOPSIS 97 =head1 DESCRIPTION 126 =head1 OPTIONS 138 =head1 BUGS 142 =head1 EXAMPLE 206 =head1 AUTHOR
|