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 1657 (void)execv(shellPath, argv); in JobExec() 1658 execDie("exec", shellPath); in JobExec() 2126 shellPath = bmake_strdup(shellName); in InitShellNameAndPath() 2127 shellName = str_basename(shellPath); in InitShellNameAndPath() 2132 shellPath = bmake_strdup(DEFSHELL_PATH); in InitShellNameAndPath() 2134 shellPath = str_concat3(_PATH_DEFSHELLDIR, "/", shellName); in InitShellNameAndPath() 2141 if (shellPath == NULL) in Shell_Init() 2144 Var_SetWithFlags(SCOPE_CMDLINE, ".SHELL", shellPath, in Shell_Init() 2442 if (shellPath != NULL) { in Job_ParseShell() [all …]
|
| H A D | job.h | 83 extern char *shellPath;
|
| H A D | main.c | 1733 if (shellPath == NULL) in Cmd_Argv() 1757 *av++ = shellPath; in Cmd_Argv() 1808 (void)execv(shellPath, UNCONST(args)); in Cmd_Exec()
|
| H A D | var.c | 483 if (Substring_Equals(name, ".SHELL") && shellPath == NULL) in CanonicalVarname()
|
| H A D | ChangeLog | 549 o job.c: ensure shellPath is always duped, avoid upsetting free() 790 o main.c: check for shellPath whether to call Shell_Init() 796 o compat.c: check for shellPath whether to call Shell_Init()
|