OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resolvedname
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_exec.c
1021
pathexec(struct proc *p, const char *
resolvedname
)
1026
if (
resolvedname
== NULL) {
1028
resolvedname
= "/";
1030
cmdname = strrchr(
resolvedname
, '/') + 1;
1032
KASSERTMSG(
resolvedname
[0] == '/', "bad
resolvedname
`%s'",
1033
resolvedname
);
1038
p->p_path = kmem_strdupsize(
resolvedname
, NULL, KM_SLEEP);
/src/usr.bin/config/
main.c
420
char
resolvedname
[MAXPATHLEN];
local in function:main
422
if (realpath(conffile,
resolvedname
) == NULL)
428
printf("include \"%s\"\n",
resolvedname
);
Completed in 14 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025