pipe man page on Xenix

Man page or keyword search:  
man Server   1130 pages
apropos Keyword Search (all sections)
Output format
Xenix logo
[printable version]



     PIPE(S)		      XENIX System V		       PIPE(S)

     Name
	  pipe - Creates an interprocess pipe.

     Syntax
	  int pipe (fildes)
	  int fildes[2];

     Description
	  pipe creates an I/O mechanism called a pipe and returns two
	  file descriptors in the array fildes.	 fildes[0] is opened
	  for reading and fildes[1] is opened for writing and the
	  O_NDELAY flag is clear. The descriptors remain open across
	  fork(S) system calls, making communication between parent
	  and child possible.

	  Writes up to 10240 bytes of data (10 times BSIZE) are
	  buffered by the pipe before the writing process is blocked.
	  A read on file descriptor fildes[0] accesses the data
	  written to fildes[1] on a first-in-first-out basis.

	  No process may have more than 60 file descriptors open
	  simultaneously.

	  pipe will fail if 19 or more file descriptors are currently
	  open.	 [EMFILE] It will also fail if the system file table
	  is full.  [ENFILE]

     Return Value
	  Upon successful completion, a value of 0 is returned.
	  Otherwise, a value of -1 is returned and errno is set to
	  indicate the error.

     See Also
	  sh(C), read(S), write(S), fork(S), popen(S)

     Page 1					      (printed 8/7/87)

[top]
                             _         _         _ 
                            | |       | |       | |     
                            | |       | |       | |     
                         __ | | __ __ | | __ __ | | __  
                         \ \| |/ / \ \| |/ / \ \| |/ /  
                          \ \ / /   \ \ / /   \ \ / /   
                           \   /     \   /     \   /    
                            \_/       \_/       \_/ 
More information is available in HTML format for server Xenix

List of man pages available for Xenix

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net