| /freebsd-12.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-12.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-12.1/sbin/bectl/tests/ |
| H A D | bectl_test.sh | 96 cwd=$(realpath .) 146 cwd=$(realpath .) 181 cwd=$(realpath .) 209 cwd=$(realpath .) 244 cwd=$(realpath .) 278 cwd=$(realpath .) 304 cwd=$(realpath .)
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzpool/common/ |
| H A D | kernel.c | 441 char realpath[MAXPATHLEN]; in vn_open() local 464 (void) sprintf(realpath, "%s", path); in vn_open() 467 (void) sprintf(realpath + (dsk - path) + 1, "r%s", in vn_open() 470 (void) sprintf(realpath, "%s", path); in vn_open() 471 if (!(flags & FCREAT) && stat64(realpath, &st) == -1) in vn_open() 482 fd = open64(realpath, flags - FREAD, mode); in vn_open() 490 "%s/%s", vn_dumpdir, basename(realpath)); in vn_open() 523 char *realpath = umem_alloc(strlen(path) + 2, UMEM_NOFAIL); in vn_openat() local 527 (void) sprintf(realpath, "/%s", path); in vn_openat() 530 ret = vn_open(realpath, x1, flags, mode, vpp, x2, x3); in vn_openat() [all …]
|
| /freebsd-12.1/libexec/bootpd/ |
| H A D | bootpd.c | 639 char realpath[1024]; in handle_request() local 848 snprintf(realpath, sizeof(realpath), "%s", hp->tftpdir->string); in handle_request() 849 clntpath = &realpath[strlen(realpath)]; in handle_request() 851 realpath[0] = '\0'; in handle_request() 852 clntpath = realpath; in handle_request() 909 if (chk_access(realpath, &bootsize) < 0) { in handle_request() 911 if (chk_access(realpath, &bootsize) < 0) { in handle_request()
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | lrealpath.c | 85 const char *rp = realpath (filename, buf); in lrealpath() 123 rp = realpath (filename, buf); in lrealpath()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | freebsd-namespace.sh | 23 self=$(realpath ${0}) 45 libssh_builddir=$(realpath $(ssh_make -V.OBJDIR))
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | lrealpath.c | 85 const char *rp = realpath (filename, buf); in lrealpath() 123 rp = realpath (filename, buf); in lrealpath()
|
| /freebsd-12.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-12.1/tools/tools/shlib-compat/ |
| H A D | shlib-compat-dirs.sh | 34 rorig=`realpath $orig` 35 rnew=`realpath $new`
|
| /freebsd-12.1/cddl/usr.sbin/dtrace/tests/tools/ |
| H A D | genmakefiles.sh | 95 readonly ORIGINDIR=$(realpath $(dirname $0)) 96 readonly TOPDIR=$(realpath ${ORIGINDIR}/../../../../..)
|
| /freebsd-12.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-12.1/tools/tools/locale/ |
| H A D | Makefile | 82 --unidir=$$(realpath ${UNIDIR}) \ 83 --etc=$$(realpath ${ETCDIR}) \ 101 perl -I tools tools/utf8-rollup.pl --unidir=$$(realpath ${UNIDIR})
|
| /freebsd-12.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-12.1/crypto/openssh/openbsd-compat/ |
| H A D | openbsd-compat.h | 89 # define realpath(x, y) _ssh_compat_realpath(x, y) macro 92 char *realpath(const char *path, char *resolved);
|
| /freebsd-12.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-12.1/bin/realpath/ |
| H A D | Makefile | 4 PROG= realpath
|
| /freebsd-12.1/release/picobsd/build/ |
| H A D | picobsd | 542 local i=`realpath ${o_objdir:-${i1}/..}` 596 [ -f "$i" ] && echo `realpath $i` && continue 1037 SRC=`realpath $2` 1087 o_additional_config=`realpath $2` 1093 o_objdir=`realpath $2`
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cc | 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-12.1/tests/sys/cddl/zfs/bin/ |
| H A D | testenv.ksh | 2 script=$(realpath $0)
|
| /freebsd-12.1/tools/tools/makeroot/ |
| H A D | makeroot.sh | 99 IMGFILE=$(realpath $(dirname $1))/$(basename $1) 187 extradir=`realpath ${eman}`; extradir=`dirname ${extradir}`
|
| /freebsd-12.1/sys/conf/ |
| H A D | newvers.sh | 160 ${dir}/svnversion $(realpath ${0}) >/dev/null 2>&1 169 /usr/bin/svnliteversion $(realpath ${0}) >/dev/null 2>&1
|
| /freebsd-12.1/share/mk/ |
| H A D | bsd.port.subdir.mk | 16 PORTSDIR!= realpath ${_PORTSDIR}
|
| /freebsd-12.1/tests/sys/acl/ |
| H A D | 04.sh | 45 TESTDIR=$(dirname $(realpath $0))
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | sysdep.h | 72 # define REALPATH(a,b) realpath (a, b)
|