Home
last modified time | relevance | path

Searched refs:sourcedir (Results 1 – 25 of 27) sorted by relevance

12

/openssl-master/doc/
A Dbuild.info.in7 my $sourcedir = catdir($config{sourcedir}, 'doc');
14 map { $_ => 1 } glob catfile($sourcedir, "man$section", "img", "*.png");
16 map { $_ => 1 } glob catfile($sourcedir, "man$section", "*.pod");
18 map { $_ => 1 } glob catfile($sourcedir, "man$section", "*.pod.in");
26 my $podfile = abs2rel($p, $sourcedir);
70 my $relpath = abs2rel($p, $sourcedir);
/openssl-master/
A Dconfigdata.pm.in35 sub sourcedir { subroutine
36 return _fixup_path(File::Spec->catdir($config{sourcedir}, @_))
39 return _fixup_path(File::Spec->catfile($config{sourcedir}, @_))
41 use lib sourcedir('util', 'perl');
204 catfile($config{sourcedir}, 'Configure'),
302 unless file_name_is_absolute($config{sourcedir});
315 exec $^X,catfile($config{sourcedir}, 'Configure'),'reconf';
A DConfigure275 $config{sourcedir} = abs2rel($srcdir, $blddir);
/openssl-master/util/
A Dwrap.pl.in15 "'" . abs_path(catfile($config{sourcedir},
31 "'" . abs_path(catfile($config{sourcedir}, 'test/fips-and-base.cnf')) . "'";
A Dfind-doc-nits218 foreach ( glob(catfile($config{sourcedir},
230 foreach ( glob(catfile($config{sourcedir},
854 open my $IN, '<', catfile($config{sourcedir}, $file)
874 open FH, catfile($config{sourcedir}, $missingfile)
1142 open OFH, catdir($config{sourcedir}, "apps/include/opt.h")
A Dshlib_wrap.sh.in5 use lib catdir($config{sourcedir}, 'Configurations');
A Dadd-depends.pl54 my $srcdir = $config{sourcedir};
A Dmkdef.pl25 use lib catdir($config{sourcedir}, 'Configurations');
/openssl-master/providers/common/der/
A Dder_ec_gen.c.in17 { dir => $config{sourcedir},
A Dder_ecx_gen.c.in17 { dir => $config{sourcedir},
A Dder_sm2_gen.c.in17 { dir => $config{sourcedir},
A Dder_wrap_gen.c.in17 { dir => $config{sourcedir},
A Dder_digests_gen.c.in18 { dir => $config{sourcedir},
A Dder_rsa_gen.c.in18 { dir => $config{sourcedir},
A Dder_dsa_gen.c.in23 { dir => $config{sourcedir},
/openssl-master/providers/common/include/prov/
A Dder_wrap.h.in17 { dir => $config{sourcedir},
A Dder_digests.h.in18 { dir => $config{sourcedir},
A Dder_dsa.h.in17 { dir => $config{sourcedir},
A Dder_ec.h.in18 { dir => $config{sourcedir},
A Dder_sm2.h.in18 { dir => $config{sourcedir},
A Dder_ecx.h.in18 { dir => $config{sourcedir},
A Dder_rsa.h.in19 { dir => $config{sourcedir},
/openssl-master/Configurations/
A Ddescrip.mms.tmpl14 our $sourcedir = $config{sourcedir};
27 catfile($sourcedir, @_);
32 sub sourcedir {
33 catdir($sourcedir, @_);
260 SRCDIR={- $config{sourcedir} -}
432 $(NODEBUG) DEFINE openssl "{- sourcedir('include/openssl') -}
894 my $srcdoc = sourcedir('doc');
976 my $dofile = abs2rel(rel2abs(catfile($config{sourcedir},
1131 my $translatesyms_pl = abs2rel(rel2abs(catfile($config{sourcedir},
1330 my $dofile = abs2rel(rel2abs(catfile($config{sourcedir},
A Dwindows-makefile.tmpl39 SRCDIR={- $config{sourcedir} -}
729 my $mkdef = abs2rel(rel2abs(catfile($config{sourcedir},
788 my $dofile = abs2rel(rel2abs(catfile($config{sourcedir},
1003 my $dofile = abs2rel(rel2abs(catfile($config{sourcedir},
A Dunix-Makefile.tmpl65 SRCDIR={- $config{sourcedir} -}
1277 map { catfile($config{sourcedir}, $d, $_) } ( '*.h', '*.h.in' );
1281 my $dir = catfile($config{sourcedir}, $d);
1578 my $dofile = abs2rel(rel2abs(catfile($config{sourcedir},
1930 my $dofile = abs2rel(rel2abs(catfile($config{sourcedir},

Completed in 18 milliseconds

12