Searched refs:pipe_out (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/lib/shell/
H A Dsystem-command.rb51 @pid, @pipe_in, @pipe_out = @shell.process_controller.sfork(self) {
63 @pipe_out.flush if @pipe_out and !@pipe_out.closed?
72 @pipe_out.close
116 @pipe_out.print l
130 @pipe_out.close
/macosx-10.9.5/bash-92/bash-3.2/
H A Dexecute_cmd.c492 execute_command_internal (command, asynchronous, pipe_in, pipe_out,
496 int pipe_in, pipe_out;
536 return (execute_in_subshell (command, asynchronous, pipe_in, pipe_out, fds_to_close));
541 (pipe_out != NO_PIPE || pipe_in != NO_PIPE || asynchronous)))
550 exit (execute_in_subshell (command, asynchronous, pipe_in, pipe_out, fds_to_close));
554 close_pipes (pipe_in, pipe_out);
564 if (pipe_out != NO_PIPE)
600 exec_result = execute_command_internal (command, 1, pipe_in, pipe_out, fds_to_close);
604 exec_result = time_command (command, asynchronous, pipe_in, pipe_out, fds_to_close);
679 execute_simple_command (command->value.Simple, pipe_in, pipe_out,
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/metadata/
H A Dmod_mime_magic.c2176 apr_file_t *pipe_out = NULL; local
2190 if ((rv = create_uncompress_child(&parm, sub_context, &pipe_out)) != APR_SUCCESS) {
2197 rv = apr_file_read(pipe_out, *newch, &n);

Completed in 80 milliseconds