Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 25 of 172) sorted by relevance

1234567

/freebsd-13.1/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-13.1/contrib/netbsd-tests/lib/libc/gen/
H A Dt_realpath.c83 ptr = realpath(paths[i].path, buf); in ATF_TC_BODY()
110 ATF_CHECK(realpath(buffer, result) != NULL); in ATF_TC_BODY()
147 ATF_REQUIRE(realpath(slnk, resb) != NULL); in ATF_TC_BODY()
/freebsd-13.1/lib/libc/tests/gen/
H A Drealpath2_test.c60 ATF_REQUIRE(realpath(path, resb) == NULL); in ATF_TC_BODY()
89 ATF_REQUIRE_ERRNO(ENOENT, realpath(path, resb) == NULL); in ATF_TC_BODY()
/freebsd-13.1/crypto/openssh/
H A Dfreebsd-namespace.sh23 self=$(realpath ${0})
45 libssh_builddir=$(realpath $(ssh_make -V.OBJDIR))
/freebsd-13.1/libexec/bootpd/
H A Dbootpd.c631 char realpath[1024]; in handle_request() local
840 snprintf(realpath, sizeof(realpath), "%s", hp->tftpdir->string); in handle_request()
841 clntpath = &realpath[strlen(realpath)]; in handle_request()
843 realpath[0] = '\0'; in handle_request()
844 clntpath = realpath; in handle_request()
901 if (chk_access(realpath, &bootsize) < 0) { in handle_request()
903 if (chk_access(realpath, &bootsize) < 0) { in handle_request()
/freebsd-13.1/sbin/bectl/tests/
H A Dbectl_test.sh113 cwd=$(realpath .)
177 cwd=$(realpath .)
267 cwd=$(realpath .)
305 cwd=$(realpath .)
350 cwd=$(realpath .)
394 cwd=$(realpath .)
431 cwd=$(realpath .)
/freebsd-13.1/tools/tools/shlib-compat/
H A Dshlib-compat-dirs.sh34 rorig=`realpath $orig`
35 rnew=`realpath $new`
/freebsd-13.1/cddl/usr.sbin/dtrace/tests/tools/
H A Dgenmakefiles.sh95 readonly ORIGINDIR=$(realpath $(dirname $0))
96 readonly TOPDIR=$(realpath ${ORIGINDIR}/../../../../..)
/freebsd-13.1/usr.sbin/certctl/
H A Dcertctl.sh92 install ${INSTALLFLAGS} -lrs $(realpath "$1") "$CERTDESTDIR/$hash.$suffix"
104 srcfile=$(realpath "$1")
109 srcfile=$(realpath "${CERTDESTDIR}/$1")
/freebsd-13.1/contrib/bmake/mk/
H A Dinstall-mk129 realpath() {
136 dest=`realpath $dest`
137 sys_mk_dir=`realpath $SYS_MK_DIR`
155 [ -z "$SKIP" ] && dest=`realpath $dest`
/freebsd-13.1/tools/tools/nanobsd/
H A Dfill_pkg.sh134 NANO_PKG_DUMP=`realpath $1`
141 NANO_PKG_DIR=`realpath $1`
/freebsd-13.1/crypto/openssh/regress/
H A Dcheck-perm.c102 if (realpath(name, buf) == NULL) { in auth_secure_path()
107 if (pw_dir != NULL && realpath(pw_dir, homedir) != NULL) in auth_secure_path()
/freebsd-13.1/bin/realpath/
H A DMakefile4 PROG= realpath
/freebsd-13.1/tests/sys/cddl/zfs/bin/
H A Dtestenv.ksh2 script=$(realpath $0)
/freebsd-13.1/tests/sys/netinet/
H A Doutput.sh55 script_name=`realpath ${script_name}`
125 script_name=`realpath ${script_name}`
192 script_name=`realpath ${script_name}`
260 script_name=`realpath ${script_name}`
389 script_name=`realpath ${script_name}`
/freebsd-13.1/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_device_path_os.c431 realp = realpath(dm_name, NULL); in dm_get_underlying_path()
600 tmp = realpath(dev_name, NULL); in zfs_get_underlying_path()
655 if (realpath(path, nodepath) == NULL) in is_mpath_whole_disk()
/freebsd-13.1/lib/libc/stdlib/
H A DMakefile.inc16 random.c reallocarray.c reallocf.c realpath.c remque.c \
39 radixsort.3 rand.3 random.3 reallocarray.3 reallocf.3 realpath.3 \
/freebsd-13.1/contrib/wpa/src/drivers/
H A Drfkill.c119 phy = realpath(buf, NULL); in rfkill_init()
160 rfk_phy = realpath(buf2, NULL); in rfkill_init()
/freebsd-13.1/tools/tools/makeroot/
H A Dmakeroot.sh99 IMGFILE=$(realpath $(dirname $1))/$(basename $1)
187 extradir=`realpath ${eman}`; extradir=`dirname ${extradir}`
/freebsd-13.1/share/mk/
H A Dbsd.port.subdir.mk16 PORTSDIR!= realpath ${_PORTSDIR}
H A Dbsd.port.mk16 PORTSDIR!= realpath ${_PORTSDIR}
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp226 INTERCEPTOR(char*, realpath, const char *path, char *resolved_path) { in INTERCEPTOR() argument
228 return REAL(realpath)(path, resolved_path); in INTERCEPTOR()
322 INTERCEPT_FUNCTION(realpath); in InitializeInterceptors()
/freebsd-13.1/tests/sys/acl/
H A D04.sh44 TESTDIR=$(dirname $(realpath $0))
/freebsd-13.1/tools/boot/
H A Dlua-test.sh12 scriptdir=$(dirname $(realpath $0))
/freebsd-13.1/contrib/ldns/
H A Dfreebsd-configure.sh13 ldns=$(dirname $(realpath $0))

1234567