Searched refs:shellPath (Results 1 – 5 of 5) sorted by relevance
1549 (void)execv(shellPath, argv); in JobExec()1550 execDie("exec", shellPath); in JobExec()2182 shellPath = shellName; in InitShellNameAndPath()2183 shellName = str_basename(shellPath); in InitShellNameAndPath()2188 shellPath = DEFSHELL_PATH; in InitShellNameAndPath()2197 if (shellPath == NULL) in Shell_Init()2528 if (shellPath != NULL) { in Job_ParseShell()2533 free(UNCONST(shellPath)); in Job_ParseShell()2534 shellPath = NULL; in Job_ParseShell()2546 shellPath = path; in Job_ParseShell()[all …]
184 extern const char *shellPath;
330 shargv[shargc++] = shellPath; in Compat_RunCommand()
1757 (void)execv(shellPath, UNCONST(args)); in Cmd_Exec()
389 if (Substring_Equals(name, ".SHELL") && shellPath == NULL) in CanonicalVarname()