HomeSort by: relevance | last modified time | path
    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