OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shellPath
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/make/
job.h
83
extern char *
shellPath
;
job.c
478
char *
shellPath
; /* full pathname of executable image */
479
const char *shellName = NULL; /* last component of
shellPath
*/
1625
(void)execv(
shellPath
, argv);
1626
execDie("exec",
shellPath
);
2094
shellPath
= bmake_strdup(shellName);
2095
shellName = str_basename(
shellPath
);
2100
shellPath
= str_concat3(_PATH_DEFSHELLDIR, "/", shellName);
2106
if (
shellPath
== NULL)
2109
Var_SetWithFlags(SCOPE_CMDLINE, ".SHELL",
shellPath
,
2266
* Parse a shell specification and set up 'shell',
shellPath
an
[
all
...]
main.c
1711
if (
shellPath
== NULL)
1735
*av++ =
shellPath
;
1786
(void)execv(
shellPath
, UNCONST(args));
var.c
468
if (Substring_Equals(name, ".SHELL") &&
shellPath
== NULL)
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
process.d
1958
scope string
shellPath
= nativeShell)
1967
const commandLine = escapeShellFileName(
shellPath
)
1969
return spawnProcessWin(commandLine,
shellPath
, stdin, stdout, stderr, env, config, workDir);
1974
args[0] =
shellPath
;
1993
scope string
shellPath
= nativeShell)
2003
shellPath
);
2886
shellPath
= The path to the shell to use to run the specified program.
2963
string
shellPath
= nativeShell)
2971
shellPath
);
3269
shellPath
= The path to the shell to use to run the specified program
[
all
...]
Completed in 102 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026