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

  /src/crypto/external/apache2/openssl/dist/util/
write-man-symlinks 34 my $podfile = "$srcdir/$mainf.pod";
36 unless (-e $podfile) {
37 $podfile = "$builddir/$mainf.pod";
39 my %podinfo = extract_pod_info($podfile);
  /src/crypto/external/bsd/openssl/dist/util/
write-man-symlinks 34 my $podfile = "$srcdir/$mainf.pod";
36 unless (-e $podfile) {
37 $podfile = "$builddir/$mainf.pod";
39 my %podinfo = extract_pod_info($podfile);
  /src/crypto/external/bsd/openssl.old/dist/util/
process_docs.pl 88 foreach my $podfile (glob $podglob) {
89 my $podname = basename($podfile, ".pod");
90 my $podpath = catfile($podfile);

Completed in 22 milliseconds