Home
last modified time | relevance | path

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

/minix3/usr.bin/make/
H A Djob.c300 const char *shellPath = NULL, /* full pathname of variable
1393 (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 …]
H A Djob.h244 extern const char *shellPath;
H A Dcompat.c315 shargv[shargc++] = shellPath; in CompatRunCommand()
H A Dmain.c1543 (void)execv(shellPath, UNCONST(args)); in Cmd_Exec()