Searched refs:fdpath (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.sbin/fstyp/
H A Dfstyp.c192 char fdpath[MAXPATHLEN]; local
231 strlcpy(fdpath, path, sizeof(fdpath));
232 p = strchr(fdpath, '@');
236 fp = fopen(fdpath, "r");
238 if (strcmp(path, fdpath))
243 strlcpy(fdpath, path, sizeof(fdpath));
247 type_check(fdpath, fp);
/netbsd-current/dist/pf/usr.sbin/authpf/
H A Dauthpf.c649 char *fdpath = NULL, *userstr = NULL, *ipstr = NULL; local
662 if (asprintf(&fdpath, "/dev/fd/%d", dev) == -1)
681 pargv[2] = fdpath;
724 free(fdpath);
/netbsd-current/sys/kern/
H A Dvfs_syscalls.c2568 do_sys_linkat(struct lwp *l, int fdpath, const char *path, int fdlink, argument
2582 error = fd_nameiat_simple_user(l, fdpath, path, ns_flags, &vp);

Completed in 215 milliseconds