/freebsd/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/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])
|
/freebsd/include/ssp/ |
H A D | stdlib.h | 41 __ssp_redirect_raw_impl(char *, realpath, realpath, 47 return (__ssp_real(realpath)(path, buf));
|
/freebsd/sbin/bectl/tests/ |
H A D | bectl_test.sh | 111 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/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/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)
|
/freebsd/lib/libc/tests/secure/ |
H A D | fortify_stdlib_test.c | 324 realpath(".", __stack.__buf); in ATF_TC_BODY() 345 realpath(".", __stack.__buf); in ATF_TC_BODY() 368 realpath(".", __stack.__buf); in ATF_TC_BODY() 391 realpath(".", __stack.__buf); in ATF_TC_BODY() 423 realpath(".", __stack.__buf); in ATF_TC_BODY()
|
/freebsd/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()
|
/freebsd/lib/libc/tests/gen/ |
H A D | realpath2_test.c | 57 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 D | freebsd-namespace.sh | 21 self=$(realpath ${0}) 43 libssh_builddir=$(realpath $(ssh_make -V.OBJDIR))
|
/freebsd/tools/tools/shlib-compat/ |
H A D | shlib-compat-dirs.sh | 33 rorig=`realpath $orig` 34 rnew=`realpath $new`
|
/freebsd/cddl/usr.sbin/dtrace/tests/tools/ |
H A D | genmakefiles.sh | 92 readonly ORIGINDIR=$(realpath $(dirname $0)) 93 readonly TOPDIR=$(realpath ${ORIGINDIR}/../../../../..)
|
/freebsd/contrib/bmake/mk/ |
H A D | install-mk | 136 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 D | fill_pkg.sh | 135 NANO_PKG_DUMP=`realpath $1` 142 NANO_PKG_DIR=`realpath $1`
|
/freebsd/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/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}`
|
/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/ |
H A D | zutil_device_path_os.c | 438 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 D | rfkill.c | 119 phy = realpath(buf, NULL); in rfkill_init() 160 rfk_phy = realpath(buf2, NULL); in rfkill_init()
|
/freebsd/bin/realpath/ |
H A D | Makefile | 2 PROG= realpath
|
/freebsd/tests/sys/cddl/zfs/bin/ |
H A D | testenv.ksh | 2 script=$(realpath $0)
|
/freebsd/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() 323 INTERCEPT_FUNCTION(realpath); in InitializeInterceptors()
|
/freebsd/tools/tools/makeroot/ |
H A D | makeroot.sh | 98 IMGFILE=$(realpath $(dirname $1))/$(basename $1) 186 extradir=`realpath ${eman}`; extradir=`dirname ${extradir}`
|
/freebsd/lib/libc/stdlib/ |
H A D | Makefile.inc | 13 random.c reallocarray.c reallocf.c realpath.c remque.c \ 40 radixsort.3 rand.3 random.3 reallocarray.3 reallocf.3 realpath.3 \
|
/freebsd/contrib/libder/tests/ |
H A D | test_common.h | 19 resolved = realpath(prog, &pdir[0]); in open_progdir()
|
/freebsd/tests/sys/compat32/aarch64/ |
H A D | swp_cond_test.sh | 3 scriptdir=$(dirname $(realpath "$0"))
|