Searched refs:shellPath (Results 1 – 4 of 4) sorted by relevance
329 const char *shellPath = NULL, /* full pathname of variable1426 (void)execv(shellPath, argv); in JobExec()1427 execError("exec", shellPath); in JobExec()2152 if (shellPath == NULL) { in Shell_Init()2160 shellPath = shellName; in Shell_Init()2161 shellName = strrchr(shellPath, '/'); in Shell_Init()2165 shellPath = str_concat(_PATH_DEFSHELLDIR, shellName, STR_ADDSLASH); in Shell_Init()2504 if (shellPath) { in Job_ParseShell()2506 free(UNCONST(shellPath)); in Job_ParseShell()2507 shellPath = NULL; in Job_ParseShell()[all …]
244 extern const char *shellPath;
318 shargv[shargc++] = shellPath; in CompatRunCommand()
1580 (void)execv(shellPath, UNCONST(args)); in Cmd_Exec()