Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dfunction.c1776 BPTR child_stdout; in func_shell() local
1797 child_stdout = Open (tmp_output, MODE_NEWFILE); in func_shell()
1815 Execute (buffer, NULL, child_stdout); in func_shell()
1818 Close (child_stdout); in func_shell()
1820 child_stdout = Open (tmp_output, MODE_OLDFILE); in func_shell()
1832 cc = Read (child_stdout, &buffer[i], maxlen - i); in func_shell()
1837 Close (child_stdout); in func_shell()