| /src/lib/libc/tests/gen/ |
| H A D | realpath2_test.c | 47 ATF_REQUIRE_ERRNO(EINVAL, realpath(NULL, NULL) == NULL); in ATF_TC_BODY() 61 ATF_REQUIRE_ERRNO(ENOENT, realpath("", resb) == NULL); in ATF_TC_BODY() 80 ATF_REQUIRE(realpath(path, resb) == NULL); in ATF_TC_BODY() 109 ATF_REQUIRE_ERRNO(ENOENT, realpath(path, resb) == NULL); in ATF_TC_BODY() 130 ATF_REQUIRE_ERRNO(ENOENT, realpath("foo/bar/baz", resb) == NULL); in ATF_TC_BODY() 137 ATF_REQUIRE_ERRNO(ENOENT, realpath("foo/bar/baz", resb) == NULL); in ATF_TC_BODY() 145 ATF_REQUIRE_ERRNO(ENOENT, realpath("foo/bar/baz", resb) == NULL); in ATF_TC_BODY() 152 ATF_REQUIRE_ERRNO(ENOENT, realpath("foo/bar/baz", resb) == NULL); in ATF_TC_BODY() 159 ATF_REQUIRE_ERRNO(EACCES, realpath("foo/bar/baz", resb) == NULL); in ATF_TC_BODY() 166 ATF_REQUIRE_ERRNO(ENOTDIR, realpath("bar/baz", resb) == NULL); in ATF_TC_BODY()
|
| /src/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))
|
| /src/contrib/ntp/sntp/m4/ |
| H A D | realpath.m4 | 8 # 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])
|
| /src/include/ssp/ |
| H A D | stdlib.h | 45 __ssp_redirect_raw_impl(char *, realpath, realpath, 51 return (__ssp_real(realpath)(path, buf));
|
| /src/tools/tools/nanobsd/embedded/ |
| H A D | common | 86 NANO_CFG_BASE=$(realpath ${NANO_CFG_BASE}/..) 87 NANO_SRC=$(realpath ${NANO_CFG_BASE}/../../..) 104 NANO_OBJ=$(realpath ${NANO_OBJ}) 106 NANO_LOG=$(realpath ${NANO_LOG}) 108 NANO_WORLDDIR=$(realpath ${NANO_WORLDDIR}) 110 NANO_DISKIMGDIR=$(realpath ${NANO_DISKIMGDIR}) 333 rp=$(realpath ${NANO_OBJ}/)
|
| /src/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()
|
| /src/sbin/bectl/tests/ |
| H A D | bectl_test.sh | 90 cwd=$(realpath .) 161 cwd=$(realpath .) 249 cwd=$(realpath .) 285 cwd=$(realpath .) 328 cwd=$(realpath .) 370 cwd=$(realpath .) 405 cwd=$(realpath .) 520 cwd=$(realpath .) 573 cwd=$(realpath .) 617 cwd=$(realpath .)
|
| /src/targets/pseudo/bootstrap-packages/ |
| H A D | bootstrap-packages.sh | 62 SRCTOP=${SRCTOP:-$(realpath $Mydir/../../..)} 66 PACKAGES=${PACKAGES:-$(realpath $Mydir/../..)} 72 script_name=$(realpath $0 | to_reldir)
|
| /src/crypto/openssh/ |
| H A D | freebsd-namespace.sh | 21 self=$(realpath ${0}) 43 libssh_builddir=$(realpath $(ssh_make -V.OBJDIR))
|
| /src/libexec/bootpd/ |
| H A D | bootpd.c | 625 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()
|
| /src/bin/pwd/tests/ |
| H A D | pwd_test.sh | 15 root=$(realpath $PWD) 38 root=$(realpath $PWD)
|
| /src/tools/tools/shlib-compat/ |
| H A D | shlib-compat-dirs.sh | 33 rorig=`realpath $orig` 34 rnew=`realpath $new`
|
| /src/cddl/usr.sbin/dtrace/tests/tools/ |
| H A D | genmakefiles.sh | 92 readonly ORIGINDIR=$(realpath $(dirname $0)) 93 readonly TOPDIR=$(realpath ${ORIGINDIR}/../../../../..)
|
| /src/usr.sbin/quot/tests/ |
| H A D | quot_test.sh | 14 local mnt=$(realpath mnt) 67 atf_check -o file:expect quot -fkN $(realpath mnt)
|
| /src/contrib/bmake/mk/ |
| H A D | install-mk | 131 realpath() { 144 dest=`realpath $dest` 145 sys_mk_dir=`realpath $SYS_MK_DIR` 163 [ -z "$SKIP" ] && dest=`realpath $dest`
|
| /src/lib/libc/tests/secure/ |
| H A D | fortify_stdlib_test.c | 466 realpath(".", __stack.__buf); in ATF_TC_BODY() 487 realpath(".", __stack.__buf); in ATF_TC_BODY() 510 realpath(".", __stack.__buf); in ATF_TC_BODY() 533 realpath(".", __stack.__buf); in ATF_TC_BODY() 565 realpath(".", __stack.__buf); in ATF_TC_BODY()
|
| /src/tools/tools/nanobsd/ |
| H A D | fill_pkg.sh | 135 NANO_PKG_DUMP=`realpath $1` 142 NANO_PKG_DIR=`realpath $1`
|
| /src/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()
|
| /src/tests/sys/netinet/ |
| H A D | output.sh | 54 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}`
|
| /src/contrib/libdiff/test/ |
| H A D | test016.right.txt | 56 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 D | test116.left-P.txt | 56 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 D | test016.left.txt | 56 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 D | test116.right-P.txt | 56 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]);
|
| /src/bin/realpath/ |
| H A D | Makefile | 2 PROG= realpath
|
| /src/sys/contrib/openzfs/lib/libzutil/os/linux/ |
| H A D | zutil_device_path_os.c | 439 realp = realpath(dm_name, NULL); in dm_get_underlying_path() 607 tmp = realpath(dev_name, NULL); in zfs_get_underlying_path() 662 if (realpath(path, nodepath) == NULL) in is_mpath_whole_disk()
|