| /freebsd-13.1/contrib/unbound/ |
| H A D | freebsd-configure.sh | 13 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 D | t_realpath.c | 83 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 D | realpath2_test.c | 60 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 D | freebsd-namespace.sh | 23 self=$(realpath ${0}) 45 libssh_builddir=$(realpath $(ssh_make -V.OBJDIR))
|
| /freebsd-13.1/libexec/bootpd/ |
| H A D | bootpd.c | 631 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 D | bectl_test.sh | 113 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 D | shlib-compat-dirs.sh | 34 rorig=`realpath $orig` 35 rnew=`realpath $new`
|
| /freebsd-13.1/cddl/usr.sbin/dtrace/tests/tools/ |
| H A D | genmakefiles.sh | 95 readonly ORIGINDIR=$(realpath $(dirname $0)) 96 readonly TOPDIR=$(realpath ${ORIGINDIR}/../../../../..)
|
| /freebsd-13.1/usr.sbin/certctl/ |
| H A D | certctl.sh | 92 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 D | install-mk | 129 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 D | fill_pkg.sh | 134 NANO_PKG_DUMP=`realpath $1` 141 NANO_PKG_DIR=`realpath $1`
|
| /freebsd-13.1/crypto/openssh/regress/ |
| H A D | check-perm.c | 102 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 D | Makefile | 4 PROG= realpath
|
| /freebsd-13.1/tests/sys/cddl/zfs/bin/ |
| H A D | testenv.ksh | 2 script=$(realpath $0)
|
| /freebsd-13.1/tests/sys/netinet/ |
| H A D | output.sh | 55 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 D | zutil_device_path_os.c | 431 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 D | Makefile.inc | 16 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 D | rfkill.c | 119 phy = realpath(buf, NULL); in rfkill_init() 160 rfk_phy = realpath(buf2, NULL); in rfkill_init()
|
| /freebsd-13.1/tools/tools/makeroot/ |
| H A D | makeroot.sh | 99 IMGFILE=$(realpath $(dirname $1))/$(basename $1) 187 extradir=`realpath ${eman}`; extradir=`dirname ${extradir}`
|
| /freebsd-13.1/share/mk/ |
| H A D | bsd.port.subdir.mk | 16 PORTSDIR!= realpath ${_PORTSDIR}
|
| H A D | bsd.port.mk | 16 PORTSDIR!= realpath ${_PORTSDIR}
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 226 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 D | 04.sh | 44 TESTDIR=$(dirname $(realpath $0))
|
| /freebsd-13.1/tools/boot/ |
| H A D | lua-test.sh | 12 scriptdir=$(dirname $(realpath $0))
|
| /freebsd-13.1/contrib/ldns/ |
| H A D | freebsd-configure.sh | 13 ldns=$(dirname $(realpath $0))
|