Symbol: fullpath
sbin/fsck_msdosfs/dir.c
1022
fullpath(dir), 1);
sbin/fsck_msdosfs/dir.c
399
fullpath(dir), dir->size, dir->head);
sbin/fsck_msdosfs/dir.c
433
fullpath(dir), dir->size, (uintmax_t)physicalSize);
sbin/fsck_msdosfs/dir.c
445
fullpath(dir));
sbin/fsck_msdosfs/dir.c
632
fullpath(dir));
sbin/fsck_msdosfs/dir.c
769
fullpath(dir), 2);
sbin/fsck_msdosfs/dir.c
809
fullpath(&dirent), 0);
sbin/fsck_msdosfs/dir.c
849
fullpath(&dirent),
sbin/fsck_msdosfs/dir.c
853
fullpath(&dirent));
sbin/fsck_msdosfs/dir.c
885
fullpath(&dirent));
sbin/fsck_msdosfs/dir.c
89
static char *fullpath(struct dosDirEntry *);
sbin/fsck_msdosfs/dir.c
899
fullpath(dir));
sbin/fsck_msdosfs/dir.c
918
fullpath(dir));
sbin/fsck_msdosfs/dir.c
930
fullpath(dir));
sbin/fsck_msdosfs/dir.c
952
dirent.name, fullpath(dir));
stand/boot/common/commands.c
447
char *fullpath;
stand/boot/common/commands.c
449
if ((fd = rel_open(filename, &fullpath, O_RDONLY)) != -1) {
stand/boot/common/commands.c
451
result = pager_file(fullpath);
stand/boot/common/commands.c
452
free(fullpath);
sys/dev/disk/vn/vn.c
758
char *freepath, *fullpath;
sys/dev/disk/vn/vn.c
785
&fullpath, &freepath, 0);
sys/dev/disk/vn/vn.c
793
strlcpy(vnu->vnu_file, fullpath,
sys/kern/imgact_elf.c
1150
char *freepath, *fullpath;
sys/kern/imgact_elf.c
1156
if (vn_fullpath(curproc, vp, &fullpath, &freepath, 0)) {
sys/kern/imgact_elf.c
1161
kprintf("Warning: coredump, error %d: cannot store file handle for %s\n", error, fullpath);
sys/kern/imgact_resident.c
91
char *freepath, *fullpath;
sys/kern/imgact_resident.c
92
error = vn_fullpath(td->td_proc, vrtmp, &fullpath, &freepath, 0);
sys/kern/imgact_resident.c
98
strlcpy(in->res_file, fullpath, sizeof(in->res_file));
sys/kern/kern_jail.c
675
char *fullpath, *freepath;
sys/kern/kern_jail.c
699
&fullpath, &freepath, 0);
sys/kern/kern_jail.c
706
pr->pr_id, pr->pr_host, fullpath);
sys/kern/kern_proc.c
2037
char *fullpath, *freepath;
sys/kern/kern_proc.c
2060
&fullpath, &freepath, 0);
sys/kern/kern_proc.c
2064
error = SYSCTL_OUT(req, fullpath, strlen(fullpath) + 1);
sys/kern/vfs_syscalls.c
1423
char *fullpath, *freepath;
sys/kern/vfs_syscalls.c
1439
error = mount_path(p, mp, &fullpath, &freepath);
sys/kern/vfs_syscalls.c
1443
strlcpy(sp->f_mntonname, fullpath, sizeof(sp->f_mntonname));
sys/kern/vfs_syscalls.c
1483
char *fullpath, *freepath;
sys/kern/vfs_syscalls.c
1514
if ((error = mount_path(p, mp, &fullpath, &freepath)) != 0)
sys/kern/vfs_syscalls.c
1517
strlcpy(sp->f_mntonname, fullpath, sizeof(sp->f_mntonname));
sys/kern/vfs_syscalls.c
1695
char *fullpath;
sys/kern/vfs_syscalls.c
1720
error = mount_path(info->td->td_proc, mp, &fullpath, &freepath);
sys/kern/vfs_syscalls.c
1726
strlcpy(sp->f_mntonname, fullpath, sizeof(sp->f_mntonname));
sys/kern/vfs_syscalls.c
1789
char *fullpath;
sys/kern/vfs_syscalls.c
1826
error = mount_path(info->td->td_proc, mp, &fullpath, &freepath);
sys/kern/vfs_syscalls.c
1832
strlcpy(sp->f_mntonname, fullpath, sizeof(sp->f_mntonname));
sys/kern/vfs_syscalls.c
5049
char *fullpath, *freepath;
sys/kern/vfs_syscalls.c
5080
error = mount_path(p, mp, &fullpath, &freepath);
sys/kern/vfs_syscalls.c
5084
strlcpy(sp->f_mntonname, fullpath, sizeof(sp->f_mntonname));
sys/netgraph/netgraph/ng_base.c
1079
char fullpath[NG_PATHSIZ];
sys/netgraph/netgraph/ng_base.c
1092
strncpy(fullpath, address, sizeof(fullpath) - 1);
sys/netgraph/netgraph/ng_base.c
1093
fullpath[sizeof(fullpath) - 1] = '\0';
sys/netgraph/netgraph/ng_base.c
1096
if (ng_path_parse(fullpath, &nodename, &path, NULL) < 0) {
sys/netgraph7/netgraph/ng_base.c
1692
char fullpath[NG_PATHSIZ];
sys/netgraph7/netgraph/ng_base.c
1706
strncpy(fullpath, address, sizeof(fullpath) - 1);
sys/netgraph7/netgraph/ng_base.c
1707
fullpath[sizeof(fullpath) - 1] = '\0';
sys/netgraph7/netgraph/ng_base.c
1710
if (ng_path_parse(fullpath, &nodename, &path, NULL) < 0) {
sys/vfs/devfs/devfs_core.c
2028
devfs_resolve_name_path(char *fullpath, char *buf, char **pathp, char **namep)
sys/vfs/devfs/devfs_core.c
2032
size_t len = strlen(fullpath) + 1;
sys/vfs/devfs/devfs_core.c
2035
KKASSERT((fullpath != NULL) && (buf != NULL));
sys/vfs/devfs/devfs_core.c
2038
memcpy(buf, fullpath, len);
sys/vfs/procfs/procfs_map.c
146
fullpath = "-";
sys/vfs/procfs/procfs_map.c
181
vn_fullpath(p, vp, &fullpath, &freepath, 1);
sys/vfs/procfs/procfs_map.c
223
type, fullpath);
sys/vfs/procfs/procfs_map.c
63
char *fullpath, *freepath;
sys/vfs/procfs/procfs_vnops.c
1118
char *fullpath, *freepath;
sys/vfs/procfs/procfs_vnops.c
1151
&fullpath, &freepath, 0);
sys/vfs/procfs/procfs_vnops.c
1162
error = uiomove(fullpath, strlen(fullpath), ap->a_uio);
sys/vfs/procfs/procfs_vnops.c
643
char *fullpath, *freepath;
sys/vfs/procfs/procfs_vnops.c
650
&fullpath, &freepath, 0);
sys/vfs/procfs/procfs_vnops.c
657
vap->va_size = strlen(fullpath);
test/stress/stress2/testcases/run/run.c
105
snprintf(fullpath, sizeof(fullpath), "%s/%s", home,
test/stress/stress2/testcases/run/run.c
107
if (execv(fullpath, mkargv(basename(op->argv[i]))) == -1)
test/stress/stress2/testcases/run/run.c
108
err(1, "execl(%s), %s:%d", fullpath, __FILE__,
test/stress/stress2/testcases/run/run.c
91
char fullpath[MAXPATHLEN+1];
usr.sbin/installer/libinstaller/confed.c
245
char *fullpath, *key, *value, *end;
usr.sbin/installer/libinstaller/confed.c
248
asprintf(&fullpath, "%s%s", a->os_root, filename);
usr.sbin/installer/libinstaller/confed.c
249
f = fopen(fullpath, "r");
usr.sbin/installer/libinstaller/confed.c
250
free(fullpath);
usr.sbin/mtree/create.c
110
user, host, fullpath, ctime(&clocktime));
usr.sbin/mtree/create.c
160
mtree_err("%s checksum: %u", fullpath, crc_total);
usr.sbin/mtree/extern.h
89
extern char fullpath[];
usr.sbin/mtree/mtree.c
273
if ((cflag || sflag) && !getcwd(fullpath, sizeof(fullpath)))
usr.sbin/mtree/mtree.c
47
char fullpath[MAXPATHLEN];
usr.sbin/mtree/verify.c
156
warnx("%s checksum: %u", fullpath, crc_total);