Searched refs:execpath (Results 1 – 4 of 4) sorted by relevance
627 const char *execpath, *pidfile; in main() local633 execpath = argv[0]; in main()634 if (execpath[0] != '/') { in main()687 if (proto_set("execpath", execpath) == -1) in main()
556 vn_fullpath(td, imgp->vp, &imgp->execpath, &imgp->freepath) != 0))557 imgp->execpath = args->fname;563 imgp->execpath != NULL ? imgp->execpath : "<unresolved>");1275 if (imgp->execpath != NULL && imgp->auxargs != NULL)1276 execpath_len = strlen(imgp->execpath) + 1;1303 copyout(imgp->execpath, (void *)destp, execpath_len);
75 char *execpath; member
2866 if (imgp->execpath != NULL && imgp->auxargs != NULL) in freebsd32_copyout_strings()2867 execpath_len = strlen(imgp->execpath) + 1; in freebsd32_copyout_strings()2894 copyout(imgp->execpath, (void *)destp, execpath_len); in freebsd32_copyout_strings()