Searched refs:shellPath (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | job.c | 507 char *shellPath; /* full pathname of executable image */ variable 1603 (void)execv(shellPath, argv); in JobExec() 1604 execDie("exec", shellPath); in JobExec() 2072 shellPath = bmake_strdup(shellName); in InitShellNameAndPath() 2073 shellName = str_basename(shellPath); in InitShellNameAndPath() 2078 shellPath = bmake_strdup(DEFSHELL_PATH); in InitShellNameAndPath() 2080 shellPath = str_concat3(_PATH_DEFSHELLDIR, "/", shellName); in InitShellNameAndPath() 2087 if (shellPath == NULL) in Shell_Init() 2090 Var_SetWithFlags(SCOPE_CMDLINE, ".SHELL", shellPath, in Shell_Init() 2388 if (shellPath != NULL) { in Job_ParseShell() [all …]
|
H A D | job.h | 83 extern char *shellPath;
|
H A D | main.c | 1728 if (shellPath == NULL) in Cmd_Argv() 1752 *av++ = shellPath; in Cmd_Argv() 1803 (void)execv(shellPath, UNCONST(args)); in Cmd_Exec()
|
H A D | var.c | 476 if (Substring_Equals(name, ".SHELL") && shellPath == NULL) in CanonicalVarname()
|
H A D | ChangeLog | 414 o job.c: ensure shellPath is always duped, avoid upsetting free() 655 o main.c: check for shellPath whether to call Shell_Init() 661 o compat.c: check for shellPath whether to call Shell_Init()
|