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

/freebsd-13-stable/contrib/bmake/
H A Djob.h183 extern const char *shellPath;
H A Djob.c436 const char *shellPath = NULL; /* full pathname of executable image */ variable
437 const char *shellName = NULL; /* last component of shellPath */
1514 (void)execv(shellPath, argv);
1515 execDie("exec", shellPath);
2143 shellPath = shellName;
2144 shellName = str_basename(shellPath);
2149 shellPath = str_concat3(_PATH_DEFSHELLDIR, "/", shellName);
2155 if (shellPath == NULL)
2158 Var_SetWithFlags(SCOPE_CMDLINE, ".SHELL", shellPath, VAR_SET_READONLY);
2342 * Parse a shell specification and set up 'shell', shellPath an
[all...]
H A Dcompat.c331 shargv[shargc++] = shellPath;
H A Dmain.c1837 (void)execv(shellPath, UNCONST(args));
H A Dvar.c372 if (shellPath == NULL)

Completed in 88 milliseconds