Searched refs:realpath (Results 1 - 25 of 125) sorted by relevance

12345

/freebsd-12-stable/bin/realpath/
H A DMakefile4 PROG= realpath
H A Drealpath.c68 if ((p = realpath(path, buf)) == NULL) {
82 (void)fprintf(stderr, "usage: realpath [-q] [path ...]\n");
/freebsd-12-stable/tests/sys/cddl/zfs/bin/
H A Dtestenv.ksh2 script=$(realpath $0)
/freebsd-12-stable/contrib/unbound/
H A Dfreebsd-configure.sh13 unbound=$(dirname $(realpath $0))
25 ldnssrc=$(realpath $unbound/../ldns)
29 ldnsbld=$(realpath $unbound/../../lib/libldns)
32 ldnsobj=$(realpath $(make -C$ldnsbld -V.OBJDIR))
/freebsd-12-stable/contrib/ldns/
H A Dfreebsd-configure.sh13 ldns=$(dirname $(realpath $0))
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dlrealpath.c1 /* Libiberty realpath. Like realpath, but more consistent behavior.
68 /* cygwin has realpath, so it won't get here. */
79 path. Use that and realpath() to canonicalize the name. This is
81 upper bound, you want to avoid realpath() at all costs. */
85 const char *rp = realpath (filename, buf);
110 to realpath() (it could always overflow). On those systems, we
123 rp = realpath (filename, buf);
131 /* The MS Windows method. If we don't have realpath, we assume we
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dlrealpath.c1 /* Libiberty realpath. Like realpath, but more consistent behavior.
68 /* cygwin has realpath, so it won't get here. */
79 path. Use that and realpath() to canonicalize the name. This is
81 upper bound, you want to avoid realpath() at all costs. */
85 const char *rp = realpath (filename, buf);
110 to realpath() (it could always overflow). On those systems, we
123 rp = realpath (filename, buf);
131 /* The MS Windows method. If we don't have realpath, we assume we
/freebsd-12-stable/lib/libc/tests/gen/
H A Drealpath2_test.c45 "(compile realpath.c with '-fsanitize=address')");
60 ATF_REQUIRE(realpath(path, resb) == NULL);
89 ATF_REQUIRE_ERRNO(ENOENT, realpath(path, resb) == NULL);
/freebsd-12-stable/tests/sys/acl/
H A D01.sh53 TESTDIR=$(dirname $(realpath $0))
H A D04.sh45 TESTDIR=$(dirname $(realpath $0))
H A D00.sh51 TESTDIR=$(dirname $(realpath $0))
H A D02.sh51 TESTDIR=$(dirname $(realpath $0))
/freebsd-12-stable/crypto/openssh/
H A Dfreebsd-namespace.sh23 self=$(realpath ${0})
45 libssh_builddir=$(realpath $(ssh_make -V.OBJDIR))
H A Dfreebsd-configure.sh19 openssh=$(dirname $(realpath $0))
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_realpath.c70 atf_tc_set_md_var(tc, "descr", "A basic test of realpath(3)");
83 ptr = realpath(paths[i].path, buf);
89 atf_tc_fail("realpath failed for '%s'", paths[i].path);
100 atf_tc_set_md_var(tc, "descr", "Test huge path with realpath(3)");
110 ATF_CHECK(realpath(buffer, result) != NULL);
118 atf_tc_set_md_var(tc, "descr", "Test symbolic link with realpath(3)");
138 (void)strlcat(path, "/realpath", sizeof(path));
147 ATF_REQUIRE(realpath(slnk, resb) != NULL);
/freebsd-12-stable/contrib/googletest/googletest/scripts/
H A Dcommon.py63 root = os.path.realpath(rel_path.count('/') * '../')
/freebsd-12-stable/bin/
H A DMakefile32 realpath \
/freebsd-12-stable/contrib/binutils/ld/
H A Dsysdep.h72 # define REALPATH(a,b) realpath (a, b)
/freebsd-12-stable/tools/boot/
H A Dlua-test.sh12 scriptdir=$(dirname $(realpath $0))
/freebsd-12-stable/libexec/rc/rc.d/
H A Dsavecore31 dumpdev=`/bin/realpath /dev/dumpdev`
/freebsd-12-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Dgenmakefiles.sh95 readonly ORIGINDIR=$(realpath $(dirname $0))
96 readonly TOPDIR=$(realpath ${ORIGINDIR}/../../../../..)
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dcreate_upgrade_pool_dat.sh5 scriptpath=$(realpath $0)
/freebsd-12-stable/share/mk/
H A Dbsd.port.subdir.mk16 PORTSDIR!= realpath ${_PORTSDIR}
H A Dbsd.port.mk16 PORTSDIR!= realpath ${_PORTSDIR}
/freebsd-12-stable/tools/tools/shlib-compat/
H A Dshlib-compat-dirs.sh34 rorig=`realpath $orig`
35 rnew=`realpath $new`

Completed in 236 milliseconds

12345