HomeSort by: relevance | last modified time | path
    Searched refs:child_stdout (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
filter_fork.h 34 __archive_create_child(const char *cmd, int *child_stdin, int *child_stdout,
archive_write_add_filter_program.c 66 int child_stdin, child_stdout; member in struct:archive_write_program_data
185 data->child_stdout = -1;
224 &data->child_stdout, &data->child);
255 fcntl(data->child_stdout, F_SETFL, 0);
261 if (data->child_stdout == -1) {
264 data->child_stdout);
269 ret = read(data->child_stdout,
275 close(data->child_stdout);
276 data->child_stdout = -1;
282 data->child_stdout);
    [all...]
archive_read_support_filter_program.c 114 int child_stdin, child_stdout; member in struct:program_filter
236 if (state->child_stdout != -1) {
237 close(state->child_stdout);
238 state->child_stdout = -1;
264 * before close(child_stdout) above to read from the
300 HANDLE handle = (HANDLE)_get_osfhandle(state->child_stdout);
328 ret = read(state->child_stdout, buf, requested);
343 state->child_stdout);
352 fcntl(state->child_stdout, F_SETFL, 0);
368 state->child_stdout);
    [all...]
filter_fork_windows.c 73 __archive_create_child(const char *cmd, int *child_stdin, int *child_stdout,
194 *child_stdout = _open_osfhandle((intptr_t)childStdout[0], _O_RDONLY);
230 __archive_create_child(const char *cmd, int *child_stdin, int *child_stdout, HANDLE *out_child)
232 (void)cmd; (void)child_stdin; (void) child_stdout; (void) out_child;
filter_fork_posix.c 74 __archive_create_child(const char *cmd, int *child_stdin, int *child_stdout,
204 *child_stdout = stdout_pipe[0];
205 fcntl(*child_stdout, F_SETFL, O_NONBLOCK);
  /src/external/gpl2/gmake/dist/
function.c 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);
1776 BPTR child_stdout; local

Completed in 61 milliseconds