Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:child_stdout

1783   BPTR child_stdout;
1804 child_stdout = Open (tmp_output, MODE_NEWFILE);
1822 Execute (buffer, NULL, child_stdout);
1825 Close (child_stdout);
1827 child_stdout = Open (tmp_output, MODE_OLDFILE);
1839 cc = Read (child_stdout, &buffer[i], maxlen - i);
1844 Close (child_stdout);