*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 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 ...
 tree(3) -- implementations of splay and redblack trees
    These macros define data structures for different types of trees: splay trees and red-black trees. In the macro definitions, TYPE is the name tag of a user defined structure that must contain a field ...
 tsearch(3) -- manipulate binary search trees
    The tdelete(), tfind(), tsearch(), and twalk() functions manage binary search trees based on algorithms T and D from Knuth (6.2.2). The comparison function passed in by the user has the same style of ...
 ttyname(3) -- get name of associated terminal (tty) from file descriptor
    These functions operate on the system file descriptors for terminal type devices. These descriptors are not related to the standard I/O FILE typedef, but refer to the special device files found in /de...
 ttyname_r(3) -- get name of associated terminal (tty) from file descriptor
    These functions operate on the system file descriptors for terminal type devices. These descriptors are not related to the standard I/O FILE typedef, but refer to the special device files found in /de...
<<  [Prev]  156  157  158  159  160  161  162  163  164  165  166  167  168  169  170  171  172  173  174  175  176  
177  178  179  180  181  182  183  184  185  186  187  188  189  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service