Searched refs:pipe (Results 151 - 175 of 438) sorted by relevance

1234567891011>>

/macosx-10.9.5/groff-38/groff/src/include/
H A Dnonposix.h57 # define pipe(pfd) _pipe((pfd),0,_O_BINARY|_O_NOINHERIT) macro
136 * are prone to hanging when a pipe reader quits with unread data in the pipe.
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Dshell.h237 # define pipe(a) sh_pipe(a) macro
/macosx-10.9.5/postfix-252/postfix/src/master/
H A Dmaster_sig.c268 if (pipe(master_sig_pipe))
269 msg_fatal("pipe: %m");
/macosx-10.9.5/postfix-252/postfix/src/tls/
H A Dtls_certkey.c124 /* open a pipe */
125 pipe( fd );
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dwatchdog.c135 /* watchdog_read - read event pipe */
215 if (pipe(watchdog_pipe) < 0)
216 msg_fatal("%s: pipe: %m", myname);
/macosx-10.9.5/ppp-727.90.1/Authenticators/EAP-TLS/
H A Deaptls_ui.c100 /* close open FD's except for the read end of the pipe */
142 (log_error)("EAP-TLS: dialog setup parent failed to write on pipe, %m\n");
146 (log_error)("EAP-TLS: dialog setup parent failed to write on pipe (wrote %d, expected %d)\n",
163 if (pipe(fdp) == -1) {
165 (log_error)("EAP-TLS: dialog failed to create pipe, %m\n");
/macosx-10.9.5/python_modules-35/2.5/
H A DGNUmakefile44 export RC_NONARCH_CFLAGS = -pipe
/macosx-10.9.5/ruby-104/ruby/test/dl/
H A Dtest_import.rb77 io_in,io_out = IO.pipe()
/macosx-10.9.5/ruby-104/ruby/test/fiddle/
H A Dtest_import.rb79 io_in,io_out = IO.pipe()
/macosx-10.9.5/ruby-104/ruby/test/
H A Dtest_securerandom.rb34 r, w = IO.pipe
H A Dtest_syslog.rb123 stderr = IO::pipe
/macosx-10.9.5/ruby-104/ruby/test/thread/
H A Dtest_queue.rb95 r, w = IO.pipe
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Ddup.test157 pipe fromChild toParent
158 pipe fromParent toChild
/macosx-10.9.5/xnu-2422.115.4/bsd/man/man2/
H A DMakefile127 pipe.2 \
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dlmbench_bw_unix.c210 if (pipe(state->control) == -1) {
211 perror("pipe");
/macosx-10.9.5/xnu-2422.115.4/security/
H A Dmac_policy.h105 struct pipe;
1636 When an application sends data to a socket or a pipe, it is wrapped
1982 @brief Access control check for pipe ioctl
1985 @param pipelabel The label on the pipe
2001 struct pipe *cpipe,
2006 @brief Access control check for pipe kqfilter
2010 @param pipelabel Policy label for the pipe
2013 receive the knote on the passed pipe.
2021 struct pipe *cpipe,
2025 @brief Access control check for pipe relabe
[all...]
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dwordexp.c73 if (pipe(out_pipe) < 0) {
77 if (pipe(err_pipe) < 0) {
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/os2/
H A Dreadwrite.c90 if (thefile->pipe)
379 if (!fd->pipe)
380 return APR_SUCCESS; /* Not a pipe, assume no waiting */
/macosx-10.9.5/apr-30/apr/apr/file_io/os2/
H A Dreadwrite.c90 if (thefile->pipe)
379 if (!fd->pipe)
380 return APR_SUCCESS; /* Not a pipe, assume no waiting */
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dtestbackend.c83 back_fds[2], /* Back-channel pipe */
85 data_fds[2], /* Data pipe */
183 * Create the back-channel pipe and side-channel socket...
189 pipe(back_fds);
203 pipe(data_fds);
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dtestlpd.c128 pipe(cupslpd_stdin);
129 pipe(cupslpd_stdout);
/macosx-10.9.5/file-46/file/src/
H A Dcompress.c258 "cannot create temporary file for pipe copy");
272 file_error(ms, errno, "error copying from pipe to temp file");
386 if ((fd != -1 && pipe(fdin) == -1) || pipe(fdout) == -1) {
387 file_error(ms, errno, "cannot create pipe");
/macosx-10.9.5/files-638.1.4/private/etc/
H A Dprotocols141 pipe 131 PIPE # Private IP Encapsulation within IP
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dspawnveg.c188 if (pipe(err) < 0)
/macosx-10.9.5/ruby-104/ruby/tool/
H A Dmake-snapshot142 IO.popen("svn export -r #{revision} #{url} #{v}") do |pipe|
143 pipe.each {|line| /^A/ =~ line or print line}

Completed in 241 milliseconds

1234567891011>>