Home
last modified time | relevance | path

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

123

/dragonfly/usr.bin/dfregress/
H A Dmain.c78 if ((p = realpath(optarg, output_file)) == NULL) in main()
84 if ((p = realpath(optarg, testcase_dir)) == NULL) in main()
90 if ((p = realpath(optarg, prepost_dir)) == NULL) in main()
109 if ((p = realpath(argv[0], runlist_file)) == NULL) in main()
/dragonfly/tools/tools/locale/
H A DMakefile60 --cldr=$$(realpath ${CLDRDIR}) \
61 --unidata=$$(realpath ${UNIDATADIR}) \
62 --etc=$$(realpath ${ETCDIR}) \
74 --cldr=$$(realpath ${CLDRDIR}) \
75 --etc=$$(realpath ${ETCDIR})
/dragonfly/tools/tools/genreadmedeleted/
H A Dgenreadmedeleted13 origdir=`realpath $1`/; shift
14 trimdir=`realpath $1`/; shift
/dragonfly/libexec/bootpd/
H A Dbootpd.c626 char realpath[1024]; in handle_request() local
831 snprintf(realpath, sizeof(realpath), "%s", hp->tftpdir->string); in handle_request()
832 clntpath = &realpath[strlen(realpath)]; in handle_request()
834 realpath[0] = '\0'; in handle_request()
835 clntpath = realpath; in handle_request()
892 if (chk_access(realpath, &bootsize) < 0) { in handle_request()
894 if (chk_access(realpath, &bootsize) < 0) { in handle_request()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dlrealpath.c85 const char *rp = realpath (filename, buf); in lrealpath()
123 rp = realpath (filename, buf); in lrealpath()
/dragonfly/contrib/gdb-7/libiberty/
H A Dlrealpath.c85 const char *rp = realpath (filename, buf); in lrealpath()
123 rp = realpath (filename, buf); in lrealpath()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dlrealpath.c85 const char *rp = realpath (filename, buf); in lrealpath()
123 rp = realpath (filename, buf); in lrealpath()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dlrealpath.c85 const char *rp = realpath (filename, buf); in lrealpath()
123 rp = realpath (filename, buf); in lrealpath()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dlrealpath.c85 const char *rp = realpath (filename, buf); in lrealpath()
123 rp = realpath (filename, buf); in lrealpath()
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dstdlib.h1374 # define realpath rpl_realpath
1376 _GL_FUNCDECL_RPL (realpath, char *, (const char *name, char *resolved)
1378 _GL_CXXALIAS_RPL (realpath, char *, (const char *name, char *resolved));
1381 _GL_FUNCDECL_SYS (realpath, char *, (const char *name, char *resolved)
1384 _GL_CXXALIAS_SYS (realpath, char *, (const char *name, char *resolved));
1386 _GL_CXXALIASWARN (realpath);
1388 # undef realpath
1390 _GL_WARN_ON_USE (realpath, "realpath is unportable - use gnulib module "
/dragonfly/contrib/bmake/mk/
H A Dinstall-mk129 realpath() {
142 dest=`realpath $dest`
143 sys_mk_dir=`realpath $SYS_MK_DIR`
161 [ -z "$SKIP" ] && dest=`realpath $dest`
/dragonfly/sbin/umount/
H A Dumount.c746 realpath(name, realname); in getrealname()
749 if ((realpath(name, realname)) == NULL) in getrealname()
759 if ((realpath(name, realname)) == NULL) in getrealname()
763 if ((realpath(name, realname)) == NULL) in getrealname()
766 if ((realpath(name, realname)) == NULL) in getrealname()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Drfkill.c119 phy = realpath(buf, NULL); in rfkill_init()
160 rfk_phy = realpath(buf2, NULL); in rfkill_init()
/dragonfly/lib/libc/stdlib/
H A DMakefile.inc18 reallocarray.c reallocf.c realpath.c recallocarray.c remque.c \
46 radixsort.3 rand.3 random.3 realpath.3 reallocarray.3 \
/dragonfly/bin/realpath/
H A DMakefile3 PROG= realpath
H A Drealpath.c66 if ((p = realpath(path, buf)) == NULL) { in main()
/dragonfly/bin/
H A DMakefile28 realpath \
/dragonfly/libexec/sftp-server/
H A DMakefile6 SRCS+= sftp-common.c sftp-realpath.c sftp-server-main.c
/dragonfly/contrib/binutils-2.27/ld/
H A Dsysdep.h60 # define REALPATH(a,b) realpath (a, b)
/dragonfly/contrib/binutils-2.34/ld/
H A Dsysdep.h60 # define REALPATH(a,b) realpath (a, b)
/dragonfly/sbin/kldconfig/
H A Dkldconfig.c154 if (realpath(path, pathbuf) == NULL) in addpath()
210 if (realpath(path, pathbuf) == NULL) in rempath()
/dragonfly/lib/libutil/
H A Dgetmntopts.c120 if (realpath(path, resolved) != NULL && stat(resolved, &sb) == 0) { in checkpath()
/dragonfly/contrib/openpam/lib/libpam/
H A Dopenpam_check_owner_perms.c111 if (realpath(path, pathbuf) == NULL) in openpam_check_path_owner_perms()
/dragonfly/tools/tools/locale/tools/
H A Dfinalize20 self=$(realpath $0)
/dragonfly/usr.sbin/sshd/
H A DMakefile10 sftp-common.c sftp-realpath.c sftp-server.c sshbuf-misc.c sshlogin.c \

123