|
TAILQ_LAST(3) -- implementations of singly-linked
|
These macros define and operate on four types of data structures: singlylinked lists, singly-linked tail queues, lists, and tail queues. All four structures support the following functionality: 1. Ins... |
TAILQ_NEXT(3) -- implementations of singly-linked
|
These macros define and operate on four types of data structures: singlylinked lists, singly-linked tail queues, lists, and tail queues. All four structures support the following functionality: 1. Ins... |
|
TAILQ_PREV(3) -- implementations of singly-linked
|
These macros define and operate on four types of data structures: singlylinked lists, singly-linked tail queues, lists, and tail queues. All four structures support the following functionality: 1. Ins... |
TAILQ_REMOVE(3) -- implementations of singly-linked
|
These macros define and operate on four types of data structures: singlylinked lists, singly-linked tail queues, lists, and tail queues. All four structures support the following functionality: 1. Ins... |
tan(3) -- tangent functions
|
The tan() and the 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 roundo... |
tanf(3) -- tangent functions
|
The tan() and the 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 roundo... |
tanh(3) -- hyperbolic tangent functions
|
The tanh() and the tanhf() functions compute the hyperbolic tangent of x. For a discussion of error due to roundoff, see math(3). |
tanhf(3) -- hyperbolic tangent functions
|
The tanh() and the 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 ... |
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() funct... |
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() funct... |