fullpath
fullpath(dir), 1);
fullpath(dir), dir->size, dir->head);
fullpath(dir), dir->size, (uintmax_t)physicalSize);
fullpath(dir));
fullpath(dir));
fullpath(dir), 2);
fullpath(&dirent), 0);
fullpath(&dirent),
fullpath(&dirent));
fullpath(&dirent));
static char *fullpath(struct dosDirEntry *);
fullpath(dir));
fullpath(dir));
fullpath(dir));
dirent.name, fullpath(dir));
char *fullpath;
if ((fd = rel_open(filename, &fullpath, O_RDONLY)) != -1) {
result = pager_file(fullpath);
free(fullpath);
char *freepath, *fullpath;
&fullpath, &freepath, 0);
strlcpy(vnu->vnu_file, fullpath,
char *freepath, *fullpath;
if (vn_fullpath(curproc, vp, &fullpath, &freepath, 0)) {
kprintf("Warning: coredump, error %d: cannot store file handle for %s\n", error, fullpath);
char *freepath, *fullpath;
error = vn_fullpath(td->td_proc, vrtmp, &fullpath, &freepath, 0);
strlcpy(in->res_file, fullpath, sizeof(in->res_file));
char *fullpath, *freepath;
&fullpath, &freepath, 0);
pr->pr_id, pr->pr_host, fullpath);
char *fullpath, *freepath;
&fullpath, &freepath, 0);
error = SYSCTL_OUT(req, fullpath, strlen(fullpath) + 1);
char *fullpath, *freepath;
error = mount_path(p, mp, &fullpath, &freepath);
strlcpy(sp->f_mntonname, fullpath, sizeof(sp->f_mntonname));
char *fullpath, *freepath;
if ((error = mount_path(p, mp, &fullpath, &freepath)) != 0)
strlcpy(sp->f_mntonname, fullpath, sizeof(sp->f_mntonname));
char *fullpath;
error = mount_path(info->td->td_proc, mp, &fullpath, &freepath);
strlcpy(sp->f_mntonname, fullpath, sizeof(sp->f_mntonname));
char *fullpath;
error = mount_path(info->td->td_proc, mp, &fullpath, &freepath);
strlcpy(sp->f_mntonname, fullpath, sizeof(sp->f_mntonname));
char *fullpath, *freepath;
error = mount_path(p, mp, &fullpath, &freepath);
strlcpy(sp->f_mntonname, fullpath, sizeof(sp->f_mntonname));
char fullpath[NG_PATHSIZ];
strncpy(fullpath, address, sizeof(fullpath) - 1);
fullpath[sizeof(fullpath) - 1] = '\0';
if (ng_path_parse(fullpath, &nodename, &path, NULL) < 0) {
char fullpath[NG_PATHSIZ];
strncpy(fullpath, address, sizeof(fullpath) - 1);
fullpath[sizeof(fullpath) - 1] = '\0';
if (ng_path_parse(fullpath, &nodename, &path, NULL) < 0) {
devfs_resolve_name_path(char *fullpath, char *buf, char **pathp, char **namep)
size_t len = strlen(fullpath) + 1;
KKASSERT((fullpath != NULL) && (buf != NULL));
memcpy(buf, fullpath, len);
fullpath = "-";
vn_fullpath(p, vp, &fullpath, &freepath, 1);
type, fullpath);
char *fullpath, *freepath;
char *fullpath, *freepath;
&fullpath, &freepath, 0);
error = uiomove(fullpath, strlen(fullpath), ap->a_uio);
char *fullpath, *freepath;
&fullpath, &freepath, 0);
vap->va_size = strlen(fullpath);
snprintf(fullpath, sizeof(fullpath), "%s/%s", home,
if (execv(fullpath, mkargv(basename(op->argv[i]))) == -1)
err(1, "execl(%s), %s:%d", fullpath, __FILE__,
char fullpath[MAXPATHLEN+1];
char *fullpath, *key, *value, *end;
asprintf(&fullpath, "%s%s", a->os_root, filename);
f = fopen(fullpath, "r");
free(fullpath);
user, host, fullpath, ctime(&clocktime));
mtree_err("%s checksum: %u", fullpath, crc_total);
extern char fullpath[];
if ((cflag || sflag) && !getcwd(fullpath, sizeof(fullpath)))
char fullpath[MAXPATHLEN];
warnx("%s checksum: %u", fullpath, crc_total);