Symbol: realpath
bin/mv/mv.c
227
if (realpath(from, path) == NULL) {
bin/realpath/realpath.c
65
if ((p = realpath(path, buf)) == NULL) {
crypto/openssh/misc.c
2262
if (realpath(name, buf) == NULL) {
crypto/openssh/misc.c
2267
if (pw_dir != NULL && realpath(pw_dir, homedir) != NULL)
crypto/openssh/regress/check-perm.c
102
if (realpath(name, buf) == NULL) {
crypto/openssh/regress/check-perm.c
107
if (pw_dir != NULL && realpath(pw_dir, homedir) != NULL)
crypto/openssh/ssh-agent.c
1425
if (realpath(sk_provider, canonical_provider) == NULL) {
crypto/openssh/ssh-agent.c
1622
if (realpath(provider, canonical_provider) == NULL) {
crypto/openssh/ssh-agent.c
1693
if (realpath(provider, canonical_provider) == NULL) {
include/ssp/stdlib.h
45
__ssp_redirect_raw_impl(char *, realpath, realpath,
include/ssp/stdlib.h
51
return (__ssp_real(realpath)(path, buf));
include/stdlib.h
182
char *realpath(const char * __restrict, char * __restrict);
lib/libc/stdlib/realpath.c
217
__ssp_real(realpath)(const char * __restrict path, char * __restrict resolved)
lib/libc/tests/gen/ftw_test.c
83
ATF_REQUIRE_MSG(realpath(template, dir) != NULL,
lib/libc/tests/gen/realpath2_test.c
109
ATF_REQUIRE_ERRNO(ENOENT, realpath(path, resb) == NULL);
lib/libc/tests/gen/realpath2_test.c
130
ATF_REQUIRE_ERRNO(ENOENT, realpath("foo/bar/baz", resb) == NULL);
lib/libc/tests/gen/realpath2_test.c
137
ATF_REQUIRE_ERRNO(ENOENT, realpath("foo/bar/baz", resb) == NULL);
lib/libc/tests/gen/realpath2_test.c
145
ATF_REQUIRE_ERRNO(ENOENT, realpath("foo/bar/baz", resb) == NULL);
lib/libc/tests/gen/realpath2_test.c
152
ATF_REQUIRE_ERRNO(ENOENT, realpath("foo/bar/baz", resb) == NULL);
lib/libc/tests/gen/realpath2_test.c
159
ATF_REQUIRE_ERRNO(EACCES, realpath("foo/bar/baz", resb) == NULL);
lib/libc/tests/gen/realpath2_test.c
166
ATF_REQUIRE_ERRNO(ENOTDIR, realpath("bar/baz", resb) == NULL);
lib/libc/tests/gen/realpath2_test.c
47
ATF_REQUIRE_ERRNO(EINVAL, realpath(NULL, NULL) == NULL);
lib/libc/tests/gen/realpath2_test.c
61
ATF_REQUIRE_ERRNO(ENOENT, realpath("", resb) == NULL);
lib/libc/tests/gen/realpath2_test.c
80
ATF_REQUIRE(realpath(path, resb) == NULL);
lib/libc/tests/secure/fortify_stdlib_test.c
466
realpath(".", __stack.__buf);
lib/libc/tests/secure/fortify_stdlib_test.c
487
realpath(".", __stack.__buf);
lib/libc/tests/secure/fortify_stdlib_test.c
510
realpath(".", __stack.__buf);
lib/libc/tests/secure/fortify_stdlib_test.c
533
realpath(".", __stack.__buf);
lib/libc/tests/secure/fortify_stdlib_test.c
565
realpath(".", __stack.__buf);
lib/libcam/camlib.c
132
newpath = realpath(path, NULL);
lib/libcasper/services/cap_fileargs/cap_fileargs.c
683
resolvedpath = realpath(pathname, NULL);
lib/libcasper/services/cap_fileargs/cap_fileargs.h
122
realpath(pathname, reserved_path)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
158
ATF_REQUIRE(realpath(file, origpath) != NULL);
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
176
origpath = realpath(file, NULL);
lib/libefivar/efivar-dp-xlate.c
683
rp = realpath(path, NULL);
lib/libfigpar/figpar.c
134
if (realpath(path, rpath) == 0)
lib/libutil/mntopts.c
125
if (realpath(path, resolved) == NULL || stat(resolved, &sb) != 0)
lib/libutil/mntopts.c
139
if (realpath(path, resolved) == NULL || stat(resolved, &sb) != 0)
libexec/bootpd/bootpd.c
625
char realpath[1024];
libexec/bootpd/bootpd.c
834
snprintf(realpath, sizeof(realpath), "%s", hp->tftpdir->string);
libexec/bootpd/bootpd.c
835
clntpath = &realpath[strlen(realpath)];
libexec/bootpd/bootpd.c
837
realpath[0] = '\0';
libexec/bootpd/bootpd.c
838
clntpath = realpath;
libexec/bootpd/bootpd.c
895
if (chk_access(realpath, &bootsize) < 0) {
libexec/bootpd/bootpd.c
897
if (chk_access(realpath, &bootsize) < 0) {
libexec/flua/modules/lposix.c
440
outpath = realpath(inpath, NULL);
libexec/flua/modules/lposix.c
556
REG_SIMPLE(realpath),
libexec/rtld-elf/rtld.c
4603
if (realpath(path, base) == NULL) {
libexec/rtld-elf/rtld.c
6352
if (realpath(res, res1) != NULL) {
sbin/hastd/hastd.c
1233
newcfgpath = realpath(cfgpath, NULL);
sbin/kldconfig/kldconfig.c
152
if (realpath(path, pathbuf) == NULL)
sbin/kldconfig/kldconfig.c
199
if (realpath(path, pathbuf) == NULL)
sbin/mdconfig/mdconfig.c
172
fflag = realpath(optarg, NULL);
sbin/mdconfig/mdconfig.c
472
if (realpath(fn, mdio.md_file) == NULL)
sbin/mount/mount.c
462
if (realpath(fs->fs_file, realfsfile) == NULL) {
sbin/mount_nullfs/mount_nullfs.c
53
if (realpath(path, resolved) == NULL || stat(resolved, sbp) != 0)
tests/sys/capsicum/fexecve.cc
175
char *abspath = realpath(exec_prog_.c_str(), NULL);
usr.bin/dpv/dpv.c
84
if (realpath(file->path, rpath) == 0 ||
usr.bin/stat/stat.c
850
if (realpath(file, path + 4) == NULL) {
usr.bin/xinstall/xinstall.c
710
if (realpath(from_name, src) == NULL)
usr.bin/xinstall/xinstall.c
728
if (realpath(from_name, src) == NULL)
usr.bin/xinstall/xinstall.c
748
if (realpath(dir, dst) == NULL)
usr.sbin/acpi/acpidump/acpi.c
2918
if (realpath(tmpdir, buf) == NULL) {
usr.sbin/config/main.cc
277
if (realpath("../..", srcdir) == NULL)
usr.sbin/cron/crontab/crontab.c
203
} else if (realpath(Filename, resolved_path) != NULL &&
usr.sbin/crunch/crunchgen/crunchgen.c
653
p->realsrcdir = realpath(p->srcdir, NULL);
usr.sbin/mountd/mountd.c
1225
if (realpath(rpcpath, dirpath) == NULL ||
usr.sbin/mountd/mountd.c
1337
if (realpath(rpcpath, dirpath) == NULL) {
usr.sbin/snapinfo/snapinfo.c
93
if (realpath(path, resolved) == NULL || /* can create full path */
usr.sbin/spi/spi.c
485
if (!realpath(dev_name, cpath)) /* get canonical name for info purposes */