Searched refs:shellPath (Results 1 – 4 of 4) sorted by relevance
300 const char *shellPath = NULL, /* full pathname of variable1393 (void)execv(shellPath, argv); in JobExec()1394 execError("exec", shellPath); in JobExec()2127 if (shellPath == NULL) { in Shell_Init()2135 shellPath = shellName; in Shell_Init()2136 shellName = strrchr(shellPath, '/'); in Shell_Init()2140 shellPath = str_concat(_PATH_DEFSHELLDIR, shellName, STR_ADDSLASH); in Shell_Init()2472 if (shellPath) { in Job_ParseShell()2474 free(UNCONST(shellPath)); in Job_ParseShell()2475 shellPath = NULL; in Job_ParseShell()[all …]
244 extern const char *shellPath;
315 shargv[shargc++] = shellPath; in CompatRunCommand()
1543 (void)execv(shellPath, UNCONST(args)); in Cmd_Exec()