Searched refs:stderr_file (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/make/lib/mksh/ |
H A D | dosys.cc | 93 redirect_io(char *stdout_file, char *stderr_file) in redirect_io() argument 111 if (stderr_file == NULL) { in redirect_io() 116 } else if ((i = my_open(stderr_file, in redirect_io() 120 stderr_file, in redirect_io() 149 doshell(wchar_t *command, Boolean ignore_error, char *stdout_file, char *stderr_file, int nice_prio) in doshell() argument 314 doexec(wchar_t *command, Boolean ignore_error, char *stdout_file, char *stderr_file, pathpt vroot_p… in doexec() argument
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | parallel.cc | 645 stderr_file = NULL; in distribute_process() 656 stderr_file = strdup(mbstring); in distribute_process() 1233 if (!out_err_same && (rp->stderr_file != NULL)) { in finish_children() 1234 if (stat(rp->stderr_file, &out_buf) < 0) { in finish_children() 1236 rp->stderr_file, in finish_children() 1241 dump_out_file(rp->stderr_file, true); in finish_children() 1243 (void) unlink(rp->stderr_file); in finish_children() 1244 retmem_mb(rp->stderr_file); in finish_children() 1245 rp->stderr_file = NULL; in finish_children() 1454 rp->stderr_file = NULL; in new_running_struct() [all …]
|
H A D | dosys.cc | 128 stdout_file, stderr_file, 0) : in dosys() 130 stdout_file, stderr_file, in dosys()
|
H A D | globals.cc | 157 char *stderr_file = NULL; variable
|
H A D | main.cc | 720 if (rp->stderr_file != NULL) { in cleanup_after_exit() 721 (void) unlink(rp->stderr_file); in cleanup_after_exit() 722 retmem_mb(rp->stderr_file); in cleanup_after_exit() 723 rp->stderr_file = NULL; in cleanup_after_exit()
|
/illumos-gate/usr/src/cmd/make/include/mk/ |
H A D | defs.h | 130 char *stderr_file; member 278 extern char *stderr_file;
|