Searched refs:stdout_file (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | parallel.cc | 644 stdout_file = strdup(mbstring); in distribute_process() 1206 if (rp->stdout_file != NULL) { in finish_children() 1207 if (stat(rp->stdout_file, &out_buf) < 0) { in finish_children() 1209 rp->stdout_file, in finish_children() 1225 dump_out_file(rp->stdout_file, false); in finish_children() 1228 (void) unlink(rp->stdout_file); in finish_children() 1229 retmem_mb(rp->stdout_file); in finish_children() 1230 rp->stdout_file = NULL; in finish_children() 1453 rp->stdout_file = NULL; in new_running_struct() 1517 rp->stdout_file = stdout_file; in add_running() [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 | 158 char *stdout_file = NULL; variable
|
H A D | main.cc | 715 if (rp->stdout_file != NULL) { in cleanup_after_exit() 716 (void) unlink(rp->stdout_file); in cleanup_after_exit() 717 retmem_mb(rp->stdout_file); in cleanup_after_exit() 718 rp->stdout_file = NULL; in cleanup_after_exit()
|
/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 98 if ((i = my_open(stdout_file, in redirect_io() 102 stdout_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/include/mk/ |
H A D | defs.h | 129 char *stdout_file; member 279 extern char *stdout_file;
|