Home
last modified time | relevance | path

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

/NextBSD/contrib/bmake/
HDjob.c329 const char *shellPath = NULL, /* full pathname of variable
1426 (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 …]
HDjob.h244 extern const char *shellPath;
HDcompat.c318 shargv[shargc++] = shellPath; in CompatRunCommand()
HDmain.c1580 (void)execv(shellPath, UNCONST(args)); in Cmd_Exec()