Home
last modified time | relevance | path

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

12345678

/freebsd/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/contrib/ntp/sntp/m4/
H A Drealpath.m48 # This macro defines HAVE_FUNC_REALPATH if we have a realpath()
25 AC_MSG_CHECKING([for a POSIX-2008 compliant realpath()])
34 int main() { return (NULL == realpath(".", NULL)); }
44 [Define to 1 if we have realpath() that supports NULL as the 2nd argument])
/freebsd/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/sbin/bectl/tests/
H A Dbectl_test.sh111 cwd=$(realpath .)
174 cwd=$(realpath .)
262 cwd=$(realpath .)
298 cwd=$(realpath .)
341 cwd=$(realpath .)
383 cwd=$(realpath .)
418 cwd=$(realpath .)
533 cwd=$(realpath .)
586 cwd=$(realpath .)
630 cwd=$(realpath .)
/freebsd/lib/libc/tests/gen/
H A Drealpath2_test.c57 ATF_REQUIRE(realpath(path, resb) == NULL); in ATF_TC_BODY()
86 ATF_REQUIRE_ERRNO(ENOENT, realpath(path, resb) == NULL); in ATF_TC_BODY()
/freebsd/crypto/openssh/
H A Dfreebsd-namespace.sh21 self=$(realpath ${0})
43 libssh_builddir=$(realpath $(ssh_make -V.OBJDIR))
/freebsd/libexec/bootpd/
H A Dbootpd.c625 char realpath[1024]; in handle_request() local
834 snprintf(realpath, sizeof(realpath), "%s", hp->tftpdir->string); in handle_request()
835 clntpath = &realpath[strlen(realpath)]; in handle_request()
837 realpath[0] = '\0'; in handle_request()
838 clntpath = realpath; in handle_request()
895 if (chk_access(realpath, &bootsize) < 0) { in handle_request()
897 if (chk_access(realpath, &bootsize) < 0) { in handle_request()
/freebsd/tools/tools/shlib-compat/
H A Dshlib-compat-dirs.sh33 rorig=`realpath $orig`
34 rnew=`realpath $new`
/freebsd/cddl/usr.sbin/dtrace/tests/tools/
H A Dgenmakefiles.sh92 readonly ORIGINDIR=$(realpath $(dirname $0))
93 readonly TOPDIR=$(realpath ${ORIGINDIR}/../../../../..)
/freebsd/contrib/bmake/mk/
H A Dinstall-mk136 realpath() {
149 dest=`realpath $dest`
150 sys_mk_dir=`realpath $SYS_MK_DIR`
168 [ -z "$SKIP" ] && dest=`realpath $dest`
/freebsd/tools/tools/nanobsd/
H A Dfill_pkg.sh133 NANO_PKG_DUMP=`realpath $1`
140 NANO_PKG_DIR=`realpath $1`
/freebsd/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/bin/realpath/
H A DMakefile3 PROG= realpath
/freebsd/tests/sys/cddl/zfs/bin/
H A Dtestenv.ksh2 script=$(realpath $0)
/freebsd/tests/sys/netinet/
H A Doutput.sh54 script_name=`realpath ${script_name}`
124 script_name=`realpath ${script_name}`
191 script_name=`realpath ${script_name}`
259 script_name=`realpath ${script_name}`
388 script_name=`realpath ${script_name}`
/freebsd/contrib/libdiff/test/
H A Dtest016.left.txt56 repo_path = realpath(optarg, NULL);
58 error = got_error_from_errno2("realpath",
125 path_dir = realpath(argv[0], NULL);
127 error = got_error_from_errno2("realpath", argv[0]);
H A Dtest016.right.txt56 repo_path = realpath(optarg, NULL);
58 error = got_error_from_errno2("realpath",
125 path_dir = realpath(argv[0], NULL);
127 error = got_error_from_errno2("realpath", argv[0]);
H A Dtest116.left-P.txt56 repo_path = realpath(optarg, NULL);
58 error = got_error_from_errno2("realpath",
125 path_dir = realpath(argv[0], NULL);
127 error = got_error_from_errno2("realpath", argv[0]);
H A Dtest116.right-P.txt56 repo_path = realpath(optarg, NULL);
58 error = got_error_from_errno2("realpath",
125 path_dir = realpath(argv[0], NULL);
127 error = got_error_from_errno2("realpath", argv[0]);
/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_device_path_os.c438 realp = realpath(dm_name, NULL); in dm_get_underlying_path()
606 tmp = realpath(dev_name, NULL); in zfs_get_underlying_path()
661 if (realpath(path, nodepath) == NULL) in is_mpath_whole_disk()
/freebsd/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/tests/sys/compat32/aarch64/
H A Dswp_cond_test.sh3 scriptdir=$(dirname $(realpath "$0"))
H A Dswp_test.sh3 scriptdir=$(dirname $(realpath "$0"))
/freebsd/tools/tools/makeroot/
H A Dmakeroot.sh98 IMGFILE=$(realpath $(dirname $1))/$(basename $1)
186 extradir=`realpath ${eman}`; extradir=`dirname ${extradir}`
/freebsd/lib/libc/stdlib/
H A DMakefile.inc14 random.c reallocarray.c reallocf.c realpath.c remque.c \
41 radixsort.3 rand.3 random.3 reallocarray.3 reallocf.3 realpath.3 \

12345678