Searched refs:shellPath (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | job.c | 422 char *shellPath; /* full pathname of executable image */ 423 const char *shellName = NULL; /* last component of shellPath */ 1534 (void)execv(shellPath, argv); in JobExec() 1535 execDie("exec", shellPath); in JobExec() 2108 shellPath = bmake_strdup(shellName); in Job_CatchOutput() 2109 shellName = str_basename(shellPath); in Job_CatchOutput() 2114 shellPath = bmake_strdup(DEFSHELL_PATH); in Job_CatchOutput() 2116 shellPath = str_concat3(_PATH_DEFSHELLDIR, "/", shellName); in Job_CatchOutput() 2123 if (shellPath == NULL) in InitShellNameAndPath() 2126 Var_SetWithFlags(SCOPE_CMDLINE, ".SHELL", shellPath, in InitShellNameAndPath() 425 char *shellPath; /* full pathname of executable image */ global() variable [all...] |
H A D | job.h | 182 extern char *shellPath;
|
H A D | main.c | 1730 if (shellPath == NULL) in Cmd_Argv() 1757 av[ac++] = shellPath; in Cmd_Argv() 1808 (void)execv(shellPath, UNCONST(args)); in Cmd_Exec()
|
H A D | var.c | 457 if (Substring_Equals(name, ".SHELL") && shellPath == NULL) in CanonicalVarname()
|
H A D | ChangeLog | 244 o job.c: ensure shellPath is always duped, avoid upsetting free() 485 o main.c: check for shellPath whether to call Shell_Init() 491 o compat.c: check for shellPath whether to call Shell_Init()
|