| /src/crypto/openssl/doc/ |
| H A D | build.info.in | 4 use File::Spec::Functions qw(:DEFAULT abs2rel rel2abs); 26 my $podfile = abs2rel($p, $sourcedir); 32 my $htmlfile = abs2rel(catfile($buildtop, "doc", "html", "man$section", 35 my $manfile = abs2rel(catfile($buildtop, "doc", "man", "man$section", 70 my $relpath = abs2rel($p, $sourcedir); 71 my $imagefile = abs2rel(catfile($buildtop, "doc", "$relpath"),
|
| /src/lib/libpathconv/ |
| H A D | Makefile | 6 MAN= rel2abs.3 abs2rel.3 8 SRCS= abs2rel.c rel2abs.c
|
| H A D | pathconv.h | 29 char * abs2rel(const char *path, const char *base, char *result, const size_t size);
|
| H A D | abs2rel.c | 41 abs2rel(const char *path, const char *base, char *result, const size_t size) in abs2rel() function
|
| /src/lib/libpathconv/tests/ |
| H A D | test.pl | 36 @abs2rel = ( 90 foreach (@abs2rel) {
|
| H A D | Makefile | 1 TAP_TESTS_C+= abs2rel
|
| H A D | abs2rel.c | 53 if (abs2rel(argv[1], cwd, result, MAXPATHLEN)) { in main()
|
| /src/crypto/openssl/util/perl/OpenSSL/ |
| H A D | Test.pm | 1007 return abs2rel(catfile($directories{SRCTOP},@_,$f),getcwd); 1013 return abs2rel(catdir($directories{SRCTOP},@_), getcwd); 1020 return abs2rel(catfile($directories{BLDTOP},@_,$f), getcwd); 1026 return abs2rel(catdir($directories{BLDTOP},@_), getcwd); 1120 my $reverse = abs2rel($abscurdir, $absdir); 1149 my $newpath = abs2rel($oldpath, $absdir); 1165 my $newpath = abs2rel($oldpath, $absdir);
|
| /src/crypto/openssl/test/ |
| H A D | run_tests.pl | 337 $harness->runtests(map { [ abs2rel($_, rel2abs(curdir())), basename($_) ] } 342 $harness->runtests(map { [ abs2rel($_, rel2abs(curdir())), basename($_) ] }
|
| /src/release/packages/ucl/ |
| H A D | libpathconv-all.ucl | 22 libpathconv provides the abs2rel() and rel2abs() functions to convert between
|
| /src/crypto/openssl/util/ |
| H A D | mkinstallvars.pl | 98 File::Spec->abs2rel($v, $values{$var}->[0]);
|
| H A D | mkerr.pl | 515 $hprivincf = abs2rel(rel2abs($hprivincf),
|
| /src/crypto/openssl/test/recipes/ |
| H A D | 03-test_fipsinstall.t | 406 local $ENV{OPENSSL_CONF_INCLUDE} = abs2rel(curdir());
|
| /src/crypto/openssl/ |
| H A D | Configure | 287 my $dofile = abs2rel(catfile($srcdir, "util/dofile.pl")); 291 $config{sourcedir} = abs2rel($srcdir, $blddir); 292 $config{builddir} = abs2rel($blddir, $blddir); 1972 my $res = abs2rel(absolutedir($dir), rel2abs($relativeto)); 1991 my $res = abs2rel(catfile(absolutedir($d), $f), rel2abs($relativeto));
|
| /src/crypto/openssl/Configurations/ |
| H A D | descrip.mms.tmpl | 5 use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs/; 818 use File::Spec::Functions qw/abs2rel rel2abs catfile catdir/; 1068 my $dofile = abs2rel(rel2abs(catfile($config{sourcedir}, 1160 my $backward = abs2rel(rel2abs("."), rel2abs($forward)); 1161 my $objd = abs2rel(rel2abs(dirname($obj)), rel2abs($forward)); 1163 my $depd = abs2rel(rel2abs(dirname($dep)), rel2abs($forward)); 1166 join(", ", map { abs2rel(rel2abs($_), rel2abs($forward)) } @srcs); 1261 my $translatesyms_pl = abs2rel(rel2abs(catfile($config{sourcedir}, 1474 my $dofile = abs2rel(rel2abs(catfile($config{sourcedir},
|
| H A D | windows-makefile.tmpl | 689 use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs file_name_is_absolute/; 751 my $mkdef = abs2rel(rel2abs(catfile($config{sourcedir}, 801 my $dofile = abs2rel(rel2abs(catfile($config{sourcedir}, 1048 my $dofile = abs2rel(rel2abs(catfile($config{sourcedir},
|
| H A D | unix-Makefile.tmpl | 1523 use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs/; 1642 my $dofile = abs2rel(rel2abs(catfile($config{sourcedir}, 2037 my $dofile = abs2rel(rel2abs(catfile($config{sourcedir},
|