|
TAILQ_NEXT(3) -- implementations of singlylinked lists, lists, simple queues, tail queues, and circular queues
|
These macros define and operate on five types of data structures: singlylinked lists, lists, simple queues, tail queues, and circular queues. All five structures support the following functionality: 1... |
TAILQ_REMOVE(3) -- implementations of singlylinked lists, lists, simple queues, tail queues, and circular queues
|
These macros define and operate on five types of data structures: singlylinked lists, lists, simple queues, tail queues, and circular queues. All five structures support the following functionality: 1... |
|
tan(3) -- tangent function
|
The tan() and tanf() functions compute the tangent of x (measured in radians). A large magnitude argument may yield a result with little or no significance. For a discussion of error due to roundoff, ... |
tanf(3) -- tangent function
|
The tan() and tanf() functions compute the tangent of x (measured in radians). A large magnitude argument may yield a result with little or no significance. For a discussion of error due to roundoff, ... |
tanh(3) -- hyperbolic tangent function
|
The tanh() and tanhf() functions compute the hyperbolic tangent of x. For a discussion of error due to roundoff, see math(3). |
tanhf(3) -- hyperbolic tangent function
|
The tanh() and tanhf() functions compute the hyperbolic tangent of x. For a discussion of error due to roundoff, see math(3). |
tcdrain(3) -- line control functions
|
The tcdrain function waits until all output written to the terminal referenced by fd has been transmitted to the terminal. The tcflow function suspends transmission of data to or the reception of data... |
tcflow(3) -- line control functions
|
The tcdrain function waits until all output written to the terminal referenced by fd has been transmitted to the terminal. The tcflow function suspends transmission of data to or the reception of data... |
tcflush(3) -- line control functions
|
The tcdrain function waits until all output written to the terminal referenced by fd has been transmitted to the terminal. The tcflow function suspends transmission of data to or the reception of data... |
tcgetattr(3) -- manipulating the termios structure
|
The cfmakeraw, tcgetattr and tcsetattr functions are provided for getting and setting the termios structure. The cfgetispeed, cfsetispeed, cfgetospeed, cfsetospeed and cfsetspeed functions are provide... |
tcgetpgrp(3) -- get foreground process group ID
|
The tcgetpgrp function returns the value of the process group ID of the foreground process group associated with the terminal device. If there is no foreground process group, tcgetpgrp returns an inva... |
tcgetsid(3) -- get session ID associated with a controlling terminal
|
The tcgetsid function returns the value of the session ID associated with the specified controlling terminal device. The session ID is defined as the process group ID of the session leader. |
tcsendbreak(3) -- line control functions
|
The tcdrain function waits until all output written to the terminal referenced by fd has been transmitted to the terminal. The tcflow function suspends transmission of data to or the reception of data... |
tcsetattr(3) -- manipulating the termios structure
|
The cfmakeraw, tcgetattr and tcsetattr functions are provided for getting and setting the termios structure. The cfgetispeed, cfsetispeed, cfgetospeed, cfsetospeed and cfsetspeed functions are provide... |
tcsetpgrp(3) -- set foreground process group ID
|
If the process has a controlling terminal, the tcsetpgrp function sets the foreground process group ID associated with the terminal device to pgrp_id. The terminal device associated with fd must be th... |