Home
last modified time | relevance | path

Searched refs:shellPath (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/bmake/
H A Djob.c1532 (void)execv(shellPath, argv); in JobExec()
1533 execDie("exec", shellPath); in JobExec()
2165 shellPath = shellName; in InitShellNameAndPath()
2166 shellName = str_basename(shellPath); in InitShellNameAndPath()
2171 shellPath = DEFSHELL_PATH; in InitShellNameAndPath()
2180 if (shellPath == NULL) in Shell_Init()
2505 if (shellPath != NULL) { in Job_ParseShell()
2510 free(UNCONST(shellPath)); in Job_ParseShell()
2511 shellPath = NULL; in Job_ParseShell()
2523 shellPath = path; in Job_ParseShell()
[all …]
H A Djob.h184 extern const char *shellPath;
H A Dcompat.c328 shargv[shargc++] = shellPath; in Compat_RunCommand()
H A Dmain.c1769 (void)execv(shellPath, UNCONST(args)); in Cmd_Exec()
H A Dvar.c387 if (Substring_Equals(name, ".SHELL") && shellPath == NULL) in CanonicalVarname()