Home
last modified time | relevance | path

Searched refs:stdout_file (Results 1 – 7 of 7) sorted by relevance

/titanic_50/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…
33 extern int doshell(wchar_t *command, register Boolean ignore_error, char *stdout_file, char *stderr…
34 extern void redirect_io(char *stdout_file, char *stderr_file);
/titanic_50/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc92 redirect_io(char *stdout_file, char *stderr_file) in redirect_io() argument
97 if ((i = my_open(stdout_file, in redirect_io()
101 stdout_file, in redirect_io()
148 doshell(wchar_t *command, register Boolean ignore_error, char *stdout_file, char *stderr_file, int … in doshell() argument
313 doexec(register wchar_t *command, register Boolean ignore_error, char *stdout_file, char *stderr_fi… in doexec() argument
/titanic_50/usr/src/cmd/make/bin/
H A Dparallel.cc644 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 Ddosys.cc128 stdout_file, stderr_file, 0) : in dosys()
130 stdout_file, stderr_file, in dosys()
H A Dglobals.cc156 char *stdout_file = NULL; variable
H A Dmain.cc689 if (rp->stdout_file != NULL) { in cleanup_after_exit()
690 (void) unlink(rp->stdout_file); in cleanup_after_exit()
691 retmem_mb(rp->stdout_file); in cleanup_after_exit()
692 rp->stdout_file = NULL; in cleanup_after_exit()
/titanic_50/usr/src/cmd/make/include/mk/
H A Ddefs.h124 char *stdout_file; member
272 extern char *stdout_file;