Searched defs:stdout_file (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc87 * redirect_io(char *stdout_file, char *stderr_file)
92 redirect_io(char *stdout_file, char *stderr_file) argument
97 if ((i = my_open(stdout_file,
101 stdout_file,
148 doshell(wchar_t *command, register Boolean ignore_error, char *stdout_file, char *stderr_file, int nice_prio) argument
313 doexec(register wchar_t *command, register Boolean ignore_error, char *stdout_file, char *stderr_file, pathpt vroot_path, int nice_prio) argument
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h124 char *stdout_file; member in struct:_Running
272 extern char *stdout_file;
/illumos-gate/usr/src/cmd/make/bin/
H A Dglobals.cc156 char *stdout_file = NULL; variable

Completed in 61 milliseconds