Home
last modified time | relevance | path

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

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