OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fdpath
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/fstyp/
fstyp.c
192
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);
/src/dist/pf/usr.sbin/authpf/
authpf.c
649
char *
fdpath
= NULL, *userstr = NULL, *ipstr = NULL;
local
662
if (asprintf(&
fdpath
, "/dev/fd/%d", dev) == -1)
681
pargv[2] =
fdpath
;
724
free(
fdpath
);
/src/sys/kern/
vfs_syscalls.c
2611
do_sys_linkat(struct lwp *l, int
fdpath
, const char *path, int fdlink,
2625
error = fd_nameiat_simple_user(l,
fdpath
, path, ns_flags, &vp);
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026