|
timersub(3) -- get/set value of interval timer
|
The system provides each process with three interval timers, defined in . The getitimer() call returns the current value for the timer specified in which in the structure at value. The set... |
times(3) -- process times
|
This interface is obsoleted by getrusage(2) and gettimeofday(2). The times() function returns the value of time in CLK_TCKs of a second since 0 hours, 0 minutes, 0 seconds, January 1, 1970, Coordinate... |
|
timezone(3) -- return the timezone abbreviation
|
This interface is for compatibility only; it is impossible to reliably map timezone()'s arguments to a time zone abbreviation (see ctime(3)). The timezone() function returns a pointer to a time zone ... |
tmpfile(3) -- temporary file routines
|
The tmpfile() function returns a pointer to a stream associated with a file descriptor returned by the routine mkstemp(3). The created file is unlinked before tmpfile() returns, causing the file to be... |
tmpnam(3) -- temporary file routines
|
The tmpfile() function returns a pointer to a stream associated with a file descriptor returned by the routine mkstemp(3). The created file is unlinked before tmpfile() returns, causing the file to be... |
toascii(3) -- convert a byte to 7-bit ASCII
|
The toascii() function strips all but the low 7 bits from a letter, including parity or other marker bits. |
tolower(3) -- upper case to lower case letter conversion
|
The tolower() function converts an upper-case letter to the corresponding lower-case letter. The _tolower() function is identical to tolower() except that c must be an upper-case letter. |
top_panel(3) -- panel stack extension for curses
|
Panels are curses(3) windows with the added feature of depth. Panel functions allow the use of stacked windows and ensure the proper portions of each window and the curses stdscr window are hidden or ... |
top_row(3) -- set and get current_menu_item
|
The function set_current_item sets the current item (the item on which the menu cursor is positioned). cur- rent_item returns a pointer to the current item in the given menu. The function set_top_row ... |
touchline(3) -- curses refresh control routines
|
The touchwin and touchline routines throw away all optimization information about which parts of the window have been touched, by pretending that the entire window has been drawn on. This is sometimes... |
touchwin(3) -- curses refresh control routines
|
The touchwin and touchline routines throw away all optimization information about which parts of the window have been touched, by pretending that the entire window has been drawn on. This is sometimes... |
toupper(3) -- lower case to upper case letter conversion
|
The toupper() function converts a lower-case letter to the corresponding upper-case letter. The _toupper() function is identical to toupper() except that c must be a lower-case letter. |
tparam(3) -- curses interfaces to terminfo database
|
These low-level routines must be called by programs that have to deal directly with the terminfo database to handle certain terminal capabilities, such as programming function keys. For all other func... |
tparm(3) -- curses interfaces to terminfo database
|
These low-level routines must be called by programs that have to deal directly with the terminfo database to handle certain terminal capabilities, such as programming function keys. For all other func... |
tputs(3) -- direct curses interface to the terminfo capability database
|
These routines are included as a conversion aid for programs that use the termcap library. Their parameters are the same and the routines are emulated using the terminfo database. Thus, they can only ... |