Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.c422 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 Djob.h182 extern char *shellPath;
H A Dmain.c1730 if (shellPath == NULL) in Cmd_Argv()
1757 av[ac++] = shellPath; in Cmd_Argv()
1808 (void)execv(shellPath, UNCONST(args)); in Cmd_Exec()
H A Dvar.c457 if (Substring_Equals(name, ".SHELL") && shellPath == NULL) in CanonicalVarname()
H A DChangeLog244 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()