Searched refs:abs2rel (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/lib/libpathconv/
H A Dpathconv.h31 char * abs2rel(const char *path, const char *base, char *result, const size_t size);
H A DMakefile8 MAN= rel2abs.3 abs2rel.3
10 SRCS= abs2rel.c rel2abs.c
H A Dabs2rel.c33 * abs2rel: convert an absolute path name into relative.
43 abs2rel(const char *path, const char *base, char *result, const size_t size) function
/freebsd-12-stable/lib/libpathconv/tests/
H A DMakefile3 TAP_TESTS_C+= abs2rel
H A Dtest.pl31 # Test script for abs2rel(3) and rel2abs(3).
37 @abs2rel = (
90 $progname = 'abs2rel';
91 foreach (@abs2rel) {
H A Dabs2rel.c44 fprintf(stderr, "usage: abs2rel path [base]\n");
55 if (abs2rel(argv[1], cwd, result, MAXPATHLEN)) {
/freebsd-12-stable/crypto/openssl/
H A DConfigure18 use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs/;
230 my $dofile = abs2rel(catfile($srcdir, "util/dofile.pl"));
234 $config{sourcedir} = abs2rel($srcdir, $blddir);
235 $config{builddir} = abs2rel($blddir, $blddir);
1686 my $res = abs2rel(absolutedir($dir), rel2abs($relativeto));
1704 my $res = abs2rel(catfile(absolutedir($d), $f), rel2abs($relativeto));
1806 push @{$config{build_infos}}, catfile(abs2rel($sourced, $blddir), $f);
1818 builddir => abs2rel($buildd, $blddir),
1819 sourcedir => abs2rel($sourced, $blddir),
1820 buildtop => abs2rel(
[all...]

Completed in 105 milliseconds