tcflow man page on BSDOS

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

TCSENDBREAK(3)		    BSD Programmer's Manual		TCSENDBREAK(3)

NAME
     tcsendbreak, tcdrain, tcflush, tcflow - line control functions

SYNOPSIS
     #include <termios.h>

     int
     tcdrain(int fd);

     int
     tcflow(int fd, int action);

     int
     tcflush(int fd, int action);

     int
     tcsendbreak(int fd, int len);

DESCRIPTION
     The tcdrain function waits until all output written to the terminal ref-
     erenced by fd has been transmitted to the terminal.

     The tcflow function suspends transmission of data to or the reception of
     data from the terminal referenced by fd depending on the value of action.
     The value of action must be one of the following:

     TCOOFF  Suspend output.

     TCOON   Restart suspended output.

     TCIOFF  Transmit a STOP character, which is intended to cause the termi-
	     nal to stop transmitting data to the system.  (See the descrip-
	     tion of IXOFF in the `Input Modes' section of termios(4)).

     TCION   Transmit a START character, which is intended to cause the termi-
	     nal to start transmitting data to the system.  (See the descrip-
	     tion of IXOFF in the `Input Modes' section of termios(4)).

     The tcflush function discards any data written to the terminal referenced
     by fd which has not been transmitted to the terminal, or any data re-
     ceived from the terminal but not yet read, depending on the value of
     action. The value of action must be one of the following:

     TCIFLUSH	Flush data received but not read.

     TCOFLUSH	Flush data written but not transmitted.

     TCIOFLUSH	Flush both data received but not read and data written but not
		transmitted.

     The tcsendbreak function transmits a continuous stream of zero-valued
     bits for four-tenths of a second to the terminal referenced by fd. The
     len parameter is ignored in this implementation.

RETURN VALUES
     Upon successful completion, all of these functions return a value of ze-
     ro.

ERRORS
     If any error occurs, a value of -1 is returned and the global variable
     errno is set to indicate the error, as follows:

     [EBADF]	   The fd argument is not a valid file descriptor.

     [EINVAL]	   The action argument is not a proper value.

     [ENOTTY]	   The file associated with fd is not a terminal.

     [EINTR]	   A signal interrupted the tcdrain function.

SEE ALSO
     tcsetattr(3),  termios(4)

STANDARDS
     The tcsendbreak, tcdrain, tcflush and tcflow functions are expected to be
     compliant with the IEEE Std1003.1-1988 (``POSIX'') specification.

BSDI BSD/OS			 June 4, 1993				     2
[top]
                             _         _         _ 
                            | |       | |       | |     
                            | |       | |       | |     
                         __ | | __ __ | | __ __ | | __  
                         \ \| |/ / \ \| |/ / \ \| |/ /  
                          \ \ / /   \ \ / /   \ \ / /   
                           \   /     \   /     \   /    
                            \_/       \_/       \_/ 
More information is available in HTML format for server BSDOS

List of man pages available for BSDOS

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