HomeSort by: relevance | last modified time | path
    Searched refs:fdpath (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/fstyp/
fstyp.c 192 char fdpath[MAXPATHLEN]; local in function:main
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);
  /src/dist/pf/usr.sbin/authpf/
authpf.c 649 char *fdpath = NULL, *userstr = NULL, *ipstr = NULL; local in function:change_filter
662 if (asprintf(&fdpath, "/dev/fd/%d", dev) == -1)
681 pargv[2] = fdpath;
724 free(fdpath);
  /src/sys/kern/
vfs_syscalls.c 2610 do_sys_linkat(struct lwp *l, int fdpath, const char *path, int fdlink,
2624 error = fd_nameiat_simple_user(l, fdpath, path, ns_flags, &vp);

Completed in 16 milliseconds