Searched refs:execpath (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/kcm/
H A Dclient.c157 if (client->execpath[0] == '\0') {
158 int ret = proc_pidpath(client->pid, client->execpath, sizeof(client->execpath));
160 client->execpath[sizeof(client->execpath) - 1] = '\0';
163 client->execpath[0] = 0x01;
164 client->execpath[1] = 0x0;
167 if (client->execpath[0] != '/')
170 return client->execpath;
H A Dconnect.c55 peercred.execpath[0] = '\0';
H A Dkcm_locl.h125 char execpath[MAXPATHLEN]; member in struct:kcm_client
/macosx-10.10.1/libutil-38/
H A Dreexec_to_match_kernel.c160 char execpath[MAXPATHLEN+1]; local
178 execsize = (uint32_t)sizeof(execpath);
179 ret = _NSGetExecutablePath(execpath, &execsize);
198 fprintf(stderr, "reexec: %s (arch=%d)\n", execpath, cputype);
207 ret = posix_spawn(NULL, execpath, NULL, &attr, argv, newenvp);
/macosx-10.10.1/system_cmds-643.1.1/arch.tproj/
H A Darch.c236 * execpath.
241 * [prog:[execpath:]]type[,type]...
243 * name and an execpath. If program name exist, that types only apply to that
244 * program. If execpath is specified, it is returned. If no program name
249 useEnv(CPU *cpu, const char *name, char **execpath) argument
277 if(!blk) { /* there is only one colon, so no execpath */
280 } else if(!*p) /* two consecutive colons, so no execpath */
291 *execpath = (*n ? p : NULL); /* only use the exec path is name is set */
300 *execpath = NULL;
434 /* get the execpath */
435 CFStringRef execpath = CFDictionaryGetValue(plist, CFSTR(kKeyExecPath)); local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/lit/lit/
H A DTestFormats.py72 execpath = os.path.join(filepath, subfilename)
75 for name in self.getGTestTests(execpath, litConfig,
H A DTestRunner.py408 execpath = test.getExecPath()
409 execdir,execbase = os.path.split(execpath)
/macosx-10.10.1/ruby-106/ruby/
H A Dfile.c5174 path_check_0(VALUE path, int execpath) argument
5202 && !(p && execpath && (st.st_mode & S_ISVTX))
5207 p0, (execpath ? "" : "LOAD_"), st.st_mode);

Completed in 198 milliseconds