Lines Matching refs:stdout_file
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()
1523 stdout_file = NULL; in add_running()
1781 redirect_io(stdout_file, (char*)NULL); in run_rule_commands()
1783 redirect_io(stdout_file, stderr_file); in run_rule_commands()