|
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 ... |
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() fun... |
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 ... |
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 ... |
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() fun... |