Searched refs:stderr_file (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddosys.h32 extern int doexec(register wchar_t *command, register Boolean ignore_error, char *stdout_file, char *stderr_file, pathpt vroot_path, int nice_prio);
33 extern int doshell(wchar_t *command, register Boolean ignore_error, char *stdout_file, char *stderr_file, int nice_prio);
34 extern void redirect_io(char *stdout_file, char *stderr_file);
/illumos-gate/usr/src/cmd/make/bin/
H A Ddosys.cc128 stdout_file, stderr_file, 0) :
130 stdout_file, stderr_file,
H A Dparallel.cc645 stderr_file = NULL;
656 stderr_file = strdup(mbstring);
1233 if (!out_err_same && (rp->stderr_file != NULL)) {
1234 if (stat(rp->stderr_file, &out_buf) < 0) {
1236 rp->stderr_file,
1241 dump_out_file(rp->stderr_file, true);
1243 (void) unlink(rp->stderr_file);
1244 retmem_mb(rp->stderr_file);
1245 rp->stderr_file = NULL;
1454 rp->stderr_file
[all...]
H A Dglobals.cc155 char *stderr_file = NULL; variable
H A Dmain.cc694 if (rp->stderr_file != NULL) {
695 (void) unlink(rp->stderr_file);
696 retmem_mb(rp->stderr_file);
697 rp->stderr_file = NULL;
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc87 * redirect_io(char *stdout_file, char *stderr_file)
92 redirect_io(char *stdout_file, char *stderr_file) argument
110 if (stderr_file == NULL) {
115 } else if ((i = my_open(stderr_file,
119 stderr_file,
148 doshell(wchar_t *command, register Boolean ignore_error, char *stdout_file, char *stderr_file, int nice_prio) argument
313 doexec(register wchar_t *command, register Boolean ignore_error, char *stdout_file, char *stderr_file, pathpt vroot_path, int nice_prio) argument
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h125 char *stderr_file; member in struct:_Running
271 extern char *stderr_file;

Completed in 93 milliseconds