Searched refs:pipe (Results 226 - 250 of 438) sorted by relevance

1234567891011>>

/macosx-10.9.5/uucp-11/uucp/unix/
H A Dspawn.c73 SPAWN_READ_PIPE -- set aidescs element to pipe for parent to read
74 SPAWN_WRITE_PIPE -- set aidescs element to pipe for parent to write
82 explicitly. It sets the close-on-exec flag for the new pipe
237 /* Just use the fullduplex pipe. */
244 if (pipe (aipipe) < 0)
/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DIOUSBMassStorageClass.cpp461 // Interrupt pipe if the protocol requires one.
471 // Find the interrupt pipe for the device.
472 // Note that the pipe will already be retained on our behalf.
477 STATUS_LOG ( ( 7, "%s[%p]: find interrupt pipe", getName(), this ) );
497 STATUS_LOG ( ( 7, "%s[%p]: Bulk Only - skip interrupt pipe", getName(), this ) );
538 // Find the Bulk In pipe for the device
539 STATUS_LOG ( ( 7, "%s[%p]: find bulk in pipe", getName(), this ) );
545 // Find the Bulk Out pipe for the device
546 STATUS_LOG ( ( 7, "%s[%p]: find bulk out pipe", getName(), this ) );
752 // Release and NULL our pipe pointer
2672 IOUSBPipe * pipe; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/
H A Dlibapr.mak87 -@erase "$(INTDIR)\pipe.obj"
185 "$(INTDIR)\pipe.obj" \
315 -@erase "$(INTDIR)\pipe.obj"
414 "$(INTDIR)\pipe.obj" \
544 -@erase "$(INTDIR)\pipe.obj"
643 "$(INTDIR)\pipe.obj" \
773 -@erase "$(INTDIR)\pipe.obj"
872 "$(INTDIR)\pipe.obj" \
1002 -@erase "$(INTDIR)\pipe.obj"
1101 "$(INTDIR)\pipe
[all...]
H A DNWGNUmakefile330 $(OBJDIR)/pipe.o \
/macosx-10.9.5/apr-30/apr/apr/
H A Dlibapr.mak87 -@erase "$(INTDIR)\pipe.obj"
185 "$(INTDIR)\pipe.obj" \
315 -@erase "$(INTDIR)\pipe.obj"
414 "$(INTDIR)\pipe.obj" \
544 -@erase "$(INTDIR)\pipe.obj"
643 "$(INTDIR)\pipe.obj" \
773 -@erase "$(INTDIR)\pipe.obj"
872 "$(INTDIR)\pipe.obj" \
1002 -@erase "$(INTDIR)\pipe.obj"
1101 "$(INTDIR)\pipe
[all...]
H A DNWGNUmakefile330 $(OBJDIR)/pipe.o \
/macosx-10.9.5/bash-92/bash-3.2/
H A Dsubst.c4270 executing STRING. HAVE_DEV_FD, if defined, means open a pipe and return
4272 ends of the pipe. If not defined, we use named pipes on systems that have
4275 OPEN_FOR_READ_IN_CHILD, if 1, means open the named pipe for reading or
4276 use the read end of the pipe and dup that file descriptor to fd 0 in
4277 the child. If OPEN_FOR_READ_IN_CHILD is 0, we open the named pipe for
4278 writing or use the write end of the pipe in the child, and dup that
4303 if (pipe (fildes) < 0)
4305 sys_error (_("cannot make pipe for process substitution"));
4309 the pipe in the parent, otherwise the read end. */
4312 /* Move the parent end of the pipe t
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/
H A Dconfigure.in502 # Check whether the Likewise SMB named pipe client library is available. If so,
503 # we need to link it for named pipe support.
597 AC_DEFINE([ENABLE_NAF_NP], [], [Enable named pipe address family support])
604 AC_MSG_WARN(Enabling the named pipe transport without SMB pipe support)
/macosx-10.9.5/postfix-252/Postfix.Config/
H A Dpostfix-files79 $daemon_directory/pipe:f:root:-:755
190 $manpage_directory/man8/pipe.8:f:root:-:644
365 $html_directory/pipe.8.html:f:root:-:644
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_file_exhaustive.rb141 assert(!(File.pipe?(@dir)))
142 assert(!(File.pipe?(@file)))
143 assert(!(File.pipe?(@nofile)))
929 assert_equal(File.pipe?(f), test(?p, f))
1012 assert(!(File::Stat.new(@dir).pipe?))
1013 assert(!(File::Stat.new(@file).pipe?))
H A Dtest_marshal.rb106 o2 = IO.pipe do |r, w|
112 o2 = IO.pipe do |r, w|
H A Dtest_rubyoptions.rb583 IO.pipe {|r, w|
600 IO.pipe {|r, w|
/macosx-10.9.5/autofs-234/automountlib/
H A Dns_files.c615 if (pipe(p) < 0) {
616 syslog(LOG_ERR, "read_execout: Cannot create pipe");
659 * child exits to guarantee a full pipe.
713 if (pipe(p) < 0) {
715 syslog(LOG_ERR, "read_execoutreaddir: Cannot create pipe: %m");
758 * Read lines from the pipe.
/macosx-10.9.5/groff-38/groff/arch/djgpp/
H A Dt-groff.bat25 Rem Make the following command pipe to Less if you have Less installed:
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_options.rb228 assert @options.pipe
240 refute @options.pipe
/macosx-10.9.5/screen-22/screen/
H A Dfileio.c757 if (pipe(pi))
759 WMsg(p, errno, "printing pipe");
797 if (pipe(pi))
799 Msg(errno, "pipe");
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/compat/
H A Dserver.test280 pipe fromServer toClient
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dlgets.test183 pipe rpipe wpipe
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c90 #include <sys/pipe.h>
422 error = pipe_stat((struct pipe *)fp->f_fglob->fg_data, (void *)&stb, 0);
/macosx-10.9.5/zlib-53/zlib/
H A DMakefile21 CFLAGS=-arch i386 -arch x86_64 -g -Os -pipe -fPIC -DUSE_MMAP -dead_strip
27 SFLAGS=-arch i386 -arch x86_64 -g -Os -pipe -fPIC -DUSE_MMAP -dead_strip -fPIC
/macosx-10.9.5/CF-855.17/
H A DMakefile31 CFLAGS=-c -x c -pipe -std=gnu99 -Wmost -Wno-trigraphs -mmacosx-version-min=$(MIN_MACOSX_VERSION) -fconstant-cfstrings -fexceptions -DCF_BUILDING_CF=1 -DDEPLOYMENT_TARGET_MACOSX=1 -DMAC_OS_X_VERSION_MAX_ALLOWED=$(MAX_MACOSX_VERSION) -DU_SHOW_DRAFT_API=1 -DU_SHOW_CPLUSPLUS_API=0 -I$(OBJBASE) -DVERSION=$(VERSION) -include CoreFoundation_Prefix.h
/macosx-10.9.5/CPAN-52/
H A DGNUmakefile51 export RC_NONARCH_CFLAGS = -pipe
/macosx-10.9.5/Heimdal-323.92.1/appl/test/
H A Dgssapi_server.c300 if (pipe (pipefd) < 0)
301 err (1, "pipe");
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dtestfile.c101 pipe(fds);
/macosx-10.9.5/cups-372.4/cups/notifier/
H A Dmailto.c20 * pipe_sendmail() - Open a pipe to sendmail...
324 * Close the pipe and wait for the sendmail command to finish...
491 * 'pipe_sendmail()' - Open a pipe to sendmail...
540 * Create the pipe...
543 if (pipe(pipefds))
545 perror("ERROR: Unable to create pipe");
556 * Child goes here - redirect stdin to the input side of the pipe,
587 * Create a CUPS file using the output side of the pipe and close the

Completed in 606 milliseconds

1234567891011>>