|
TAILQ_INIT(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_INSERT_AFTER(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_INSERT_BEFORE(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_INSERT_HEAD(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_INSERT_TAIL(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_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... |