Searched refs:stderr_file (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/make/include/mksh/ |
H A D | dosys.h | 32 …ar_t *command, register Boolean ignore_error, char *stdout_file, char *stderr_file, pathpt vroot_p… 33 …ar_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);
|
/titanic_50/usr/src/cmd/make/lib/mksh/ |
H A D | dosys.cc | 92 redirect_io(char *stdout_file, char *stderr_file) in redirect_io() argument 110 if (stderr_file == NULL) { in redirect_io() 115 } else if ((i = my_open(stderr_file, in redirect_io() 119 stderr_file, in redirect_io() 148 doshell(wchar_t *command, register Boolean ignore_error, char *stdout_file, char *stderr_file, int … in doshell() argument 313 …ar_t *command, register Boolean ignore_error, char *stdout_file, char *stderr_file, pathpt vroot_p… in doexec() argument
|
/titanic_50/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 | 155 char *stderr_file = NULL; variable
|
H A D | main.cc | 694 if (rp->stderr_file != NULL) { in cleanup_after_exit() 695 (void) unlink(rp->stderr_file); in cleanup_after_exit() 696 retmem_mb(rp->stderr_file); in cleanup_after_exit() 697 rp->stderr_file = NULL; in cleanup_after_exit()
|
/titanic_50/usr/src/cmd/make/include/mk/ |
H A D | defs.h | 125 char *stderr_file; member 271 extern char *stderr_file;
|