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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 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. For single C chars locales (see multibyte(3)) the value of the argument is representable as an unsigned cha...
 top_panel(3) -- panel stack extension for curses
    Panels are curses(3X) 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). current_item returns a pointer to the current item in the given menu. The function set_top_row se...
 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. For single C chars locales (see multibyte(3)) the value of the argument is representable as an unsigned char...
 towctrans(3) -- wide character mapping functions
    The wctrans() function returns a value of type wctrans_t which represents the requested wide character mapping operation and may be used as the second argument for calls to towctrans(). The following ...
 towlower(3) -- upper case to lower case letter conversion (wide character version)
    The towlower() function converts an upper-case letter to the corresponding lower-case letter.
 towupper(3) -- lower case to upper case letter conversion (wide character version)
    The towupper() function converts a lower-case letter to the corresponding upper-case letter.
 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) -- 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...
 tree(3) -- implementations of splay and red-black 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 ...
 tree_add(3) -- balanced binary tree routines
    These functions create and manipulate a balanced binary (AVL) tree. Each node of the tree contains the expected left & right subtree pointers, a short int balance indicator, and a pointer to the user ...
 tree_delete(3) -- balanced binary tree routines
    These functions create and manipulate a balanced binary (AVL) tree. Each node of the tree contains the expected left & right subtree pointers, a short int balance indicator, and a pointer to the user ...
<<  [Prev]  140  141  142  143  144  145  146  147  148  149  150  151  152  153  154  155  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  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service