Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Djob.c1549 (void)execv(shellPath, argv); in JobExec()
1550 execDie("exec", shellPath); in JobExec()
2182 shellPath = shellName; in InitShellNameAndPath()
2183 shellName = str_basename(shellPath); in InitShellNameAndPath()
2188 shellPath = DEFSHELL_PATH; in InitShellNameAndPath()
2197 if (shellPath == NULL) in Shell_Init()
2528 if (shellPath != NULL) { in Job_ParseShell()
2533 free(UNCONST(shellPath)); in Job_ParseShell()
2534 shellPath = NULL; in Job_ParseShell()
2546 shellPath = path; in Job_ParseShell()
[all …]
H A Djob.h184 extern const char *shellPath;
H A Dcompat.c330 shargv[shargc++] = shellPath; in Compat_RunCommand()
H A Dmain.c1757 (void)execv(shellPath, UNCONST(args)); in Cmd_Exec()
H A Dvar.c389 if (Substring_Equals(name, ".SHELL") && shellPath == NULL) in CanonicalVarname()