Symbol: realpath
bin/pax/ar_subs.c
168
if (realpath(arcn->name, buf) == NULL) {
bin/pax/tables.c
1153
if ((rp = realpath(name, realname)) == NULL) {
crypto/dist/ipsec-tools/src/racoon/privsep.c
1486
if (realpath(script, rpath) == NULL) {
include/stdlib.h
198
char *realpath(const char * __restrict, char * __restrict);
lib/libc/gen/getcwd.c
60
__weak_alias(realpath,_realpath)
lib/libc/gen/getcwd.c
71
realpath(const char * __restrict path, char * __restrict resolved)
lib/libpuffs/puffs.c
585
if (realpath(dir, rp) == NULL) {
libexec/ftpd/cmds.c
818
if (realpath(fe->display, realfile) != NULL)
libexec/ftpd/ftpd.c
3608
if ((r1 = realpath(file1, realfile1)) == NULL)
libexec/ftpd/ftpd.c
3611
if ((r2 = realpath(file2, realfile2)) == NULL)
sbin/efi/gptsubr.c
592
rname = realpath(fname, NULL);
sbin/mount/mount.c
230
canonical_path = realpath(*argv, canonical_path_buf);
sbin/mount/mount.c
383
if (realpath(name, mntpath) == NULL) {
sbin/mount/pathadj.c
40
if (realpath(input, adjusted) == NULL)
sbin/umount/umount.c
213
if (realpath(name, rname) != NULL) {
tests/lib/libc/gen/t_realpath.c
107
ATF_CHECK(realpath(buffer, result) != NULL);
tests/lib/libc/gen/t_realpath.c
137
ATF_REQUIRE(realpath(slnk, resb) != NULL);
tests/lib/libc/gen/t_realpath.c
80
ptr = realpath(paths[i].path, buf);
usr.bin/config/main.c
422
if (realpath(conffile, resolvedname) == NULL)
usr.bin/ftp/util.c
891
if (realpath(parentdir, realdir) == NULL) {
usr.bin/mail/cmd2.c
590
if (realpath(fname, canon_name) == NULL) {
usr.bin/mail/fio.c
415
if (realpath(folder, res) == NULL)
usr.bin/mail/lex.c
151
if (name != NULL && realpath(name, mailname) == NULL) {
usr.bin/mail/mime_attach.c
721
if (realpath(fname, canon_name) == NULL) {
usr.bin/make/main.c
2021
rp = realpath(pathname, resolved);
usr.bin/make/parse.c
435
const char *realPath = realpath(fname, dirbuf);
usr.bin/make/parse.c
561
dir.str = realpath(dir.str, dirbuf);
usr.bin/realpath/realpath.c
115
if ((p = realpath(path, buf)) != NULL) {
usr.bin/realpath/realpath.c
134
p = realpath(".", buf);
usr.bin/realpath/realpath.c
155
while (realpath(*q ? q : "/", r) != NULL) {
usr.bin/realpath/realpath.c
210
s = realpath(q, r);
usr.bin/stat/stat.c
913
if (realpath(file, path + 4) == NULL) {
usr.bin/xinstall/xinstall.c
610
if (realpath(from_name, src) == NULL)
usr.bin/xinstall/xinstall.c
622
if (realpath(from_name, src) == NULL)
usr.bin/xinstall/xinstall.c
630
if (realpath(cp, dst) == NULL)
usr.sbin/acpitools/acpidump/acpi.c
4680
if (realpath(tmpdir, buf) == NULL) {
usr.sbin/inetd/parse.c
1224
new_file.abs = realpath(CONFIG, NULL);
usr.sbin/inetd/parse.c
1321
glob_path = realpath(tmp, NULL);
usr.sbin/inetd/parse.c
1345
char *abs_path = realpath(glob_path, NULL);
usr.sbin/mountd/mountd.c
637
realpath(rpcpath, rdirpath) == NULL ||
usr.sbin/veriexecgen/veriexecgen.c
221
if (realpath(file, e->filename) == NULL) {
usr.sbin/veriexecgen/veriexecgen.c
259
if (realpath(file->fts_accpath, e->filename) == NULL) {