|
TAILQ_INSERT_AFTER(3) -- implementations of
|
These macros define and operate on five types of data structures: singlylinked lists, simple queues, lists, tail queues, and circular queues. All five structures support the following functionality: 1... |
TAILQ_INSERT_BEFORE(3) -- implementations of
|
These macros define and operate on five types of data structures: singlylinked lists, simple queues, lists, tail queues, and circular queues. All five structures support the following functionality: 1... |
|
TAILQ_INSERT_HEAD(3) -- implementations of
|
These macros define and operate on five types of data structures: singlylinked lists, simple queues, lists, tail queues, and circular queues. All five structures support the following functionality: 1... |
TAILQ_INSERT_TAIL(3) -- implementations of
|
These macros define and operate on five types of data structures: singlylinked lists, simple queues, lists, tail queues, and circular queues. All five structures support the following functionality: 1... |
TAILQ_LAST(3) -- implementations of
|
These macros define and operate on five types of data structures: singlylinked lists, simple queues, lists, tail queues, and circular queues. All five structures support the following functionality: 1... |
TAILQ_NEXT(3) -- implementations of
|
These macros define and operate on five types of data structures: singlylinked lists, simple queues, lists, tail queues, and circular queues. All five structures support the following functionality: 1... |
TAILQ_PREV(3) -- implementations of
|
These macros define and operate on five types of data structures: singlylinked lists, simple queues, lists, tail queues, and circular queues. All five structures support the following functionality: 1... |
TAILQ_REMOVE(3) -- implementations of
|
These macros define and operate on five types of data structures: singlylinked lists, simple queues, lists, tail queues, and circular queues. All five structures support the following functionality: 1... |
tan(3) -- tangent functions
|
The tan() function computes the tangent of x (measured in radians). The tanf() function is a single precision version of tan(). A large magnitude argument may yield a result with little or no signific... |
tanf(3) -- tangent functions
|
The tan() function computes the tangent of x (measured in radians). The tanf() function is a single precision version of tan(). A large magnitude argument may yield a result with little or no signific... |
tanh(3) -- hyperbolic tangent functions
|
The tanh() function computes the hyperbolic tangent of x. The tanhf() function is a single precision version of tanh(). For a discussion of error due to roundoff, see math(3). |
tanhf(3) -- hyperbolic tangent functions
|
The tanh() function computes the hyperbolic tangent of x. The tanhf() function is a single precision version of tanh(). 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 ... |
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 ... |
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 ... |