HomeSort by: relevance | last modified time | path
    Searched refs:POD (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/util/
find-doc-nits 13 use Pod::Checker;
19 use OpenSSL::Util::Pod;
36 -n Print nits in POD pages
75 $simplename =~ s/.pod$//;
83 if -f "$dirname/$n.pod" && $n ne $simplename;
85 print "$id the following exist as other .pod files:\n",
162 open POD, $filename or die "Couldn't open $filename, $!";
163 $contents = <POD>;
164 close POD;
180 print "$id doesn't start with =pod\n
    [all...]
  /src/libexec/makewhatis/
makewhatis.c 875 static const char POD[] = ".\\\" Automatically generated by Pod";
887 * by Pod, until we find the TITLE.
889 if (strncasecmp(buffer, POD, sizeof(POD) - 1) == 0) {
  /src/crypto/external/apache2/openssl/dist/util/
find-doc-nits 15 use Pod::Checker;
23 use OpenSSL::Util::Pod;
56 -n Print nits in POD pages
118 # Collect all POD files, both internal and public, and regardless of location
203 # contains hash tables showing which POD file each of those man
204 # files depend on. We use that information to find the POD files,
223 'doc', 'internal', $mansect, '*.pod')) ) {
298 err($id, "POD markup among the names in NAME")
306 my $simplename = basename($filename, ".pod");
318 if ( ( grep { basename($_) eq "$n.pod" }
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/
find-doc-nits 15 use Pod::Checker;
23 use OpenSSL::Util::Pod;
55 -n Print nits in POD pages
114 # Collect all POD files, both internal and public, and regardless of location
199 # contains hash tables showing which POD file each of those man
200 # files depend on. We use that information to find the POD files,
219 'doc', 'internal', $mansect, '*.pod')) ) {
292 err($id, "POD markup among the names in NAME")
300 my $simplename = basename($filename, ".pod");
312 if ( ( grep { basename($_) eq "$n.pod" }
    [all...]

Completed in 24 milliseconds