| /freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/sbin/bectl/tests/ |
| H A D | bectl_test.sh | 112 cwd=$(realpath .) 176 cwd=$(realpath .) 266 cwd=$(realpath .) 304 cwd=$(realpath .) 349 cwd=$(realpath .) 393 cwd=$(realpath .) 430 cwd=$(realpath .) 545 cwd=$(realpath .)
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | freebsd-namespace.sh | 21 self=$(realpath ${0}) 43 libssh_builddir=$(realpath $(ssh_make -V.OBJDIR))
|
| /freebsd-14.2/libexec/bootpd/ |
| H A D | bootpd.c | 626 char realpath[1024]; in handle_request() local 835 snprintf(realpath, sizeof(realpath), "%s", hp->tftpdir->string); in handle_request() 836 clntpath = &realpath[strlen(realpath)]; in handle_request() 838 realpath[0] = '\0'; in handle_request() 839 clntpath = realpath; in handle_request() 896 if (chk_access(realpath, &bootsize) < 0) { in handle_request() 898 if (chk_access(realpath, &bootsize) < 0) { in handle_request()
|
| /freebsd-14.2/tools/tools/shlib-compat/ |
| H A D | shlib-compat-dirs.sh | 33 rorig=`realpath $orig` 34 rnew=`realpath $new`
|
| /freebsd-14.2/cddl/usr.sbin/dtrace/tests/tools/ |
| H A D | genmakefiles.sh | 92 readonly ORIGINDIR=$(realpath $(dirname $0)) 93 readonly TOPDIR=$(realpath ${ORIGINDIR}/../../../../..)
|
| /freebsd-14.2/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-14.2/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-14.2/tools/tools/nanobsd/ |
| H A D | fill_pkg.sh | 133 NANO_PKG_DUMP=`realpath $1` 140 NANO_PKG_DIR=`realpath $1`
|
| /freebsd-14.2/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-14.2/bin/realpath/ |
| H A D | Makefile | 3 PROG= realpath
|
| /freebsd-14.2/tests/sys/cddl/zfs/bin/ |
| H A D | testenv.ksh | 2 script=$(realpath $0)
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/tests/sys/compat32/aarch64/ |
| H A D | swp_cond_test.sh | 3 scriptdir=$(dirname $(realpath "$0"))
|
| H A D | swp_test.sh | 3 scriptdir=$(dirname $(realpath "$0"))
|
| /freebsd-14.2/lib/libc/stdlib/ |
| H A D | Makefile.inc | 15 random.c reallocarray.c reallocf.c realpath.c remque.c \ 42 radixsort.3 rand.3 random.3 reallocarray.3 reallocf.3 realpath.3 \
|
| /freebsd-14.2/tools/tools/makeroot/ |
| H A D | makeroot.sh | 98 IMGFILE=$(realpath $(dirname $1))/$(basename $1) 186 extradir=`realpath ${eman}`; extradir=`dirname ${extradir}`
|
| /freebsd-14.2/share/mk/ |
| H A D | bsd.port.subdir.mk | 15 PORTSDIR!= realpath ${_PORTSDIR}
|
| /freebsd-14.2/contrib/ldns/ |
| H A D | freebsd-configure.sh | 13 ldns=$(dirname $(realpath $0))
|
| /freebsd-14.2/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()
|