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

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 memccpy(3) -- copy string until character found
    The memccpy() function copies bytes from string src to string dst. If the character c (as converted to an unsigned char) occurs in the string src, the copy stops and a pointer to the byte after the co...
 memchr(3) -- locate byte in byte string
    The memchr() function locates the first occurrence of c (converted to an unsigned char) in string b.
 memcmp(3) -- compare byte string
    The memcmp() function compares byte string b1 against byte string b2. Both strings are assumed to be len bytes long.
 memcpy(3) -- copy byte string
    The memcpy() function copies len bytes from string src to string dst. The arguments must not overlap -- behavior if the arguments overlap is undefined. To copy byte strings that overlap, use memmove(3...
 memmove(3) -- copy byte string
    The memmove() function copies len bytes from string src to string dst. The two strings may overlap; the copy is always done in a non-destructive manner.
 memory(3) -- general memory allocation operations
    These functions allocate and free memory for the calling process. They are described in the individual manual pages.
 memset(3) -- write a byte to byte string
    The memset() function writes len bytes of value c (converted to an unsigned char) to the string b.
 menus(3) -- menu library
    The menus library provides a terminal independent menu system using the curses(3) library. Before using the menus functions the terminal must be set up by curses(3) using the initscr() function or sim...
 menu_attributes(3) -- get and set menu attributes
    The menu_back() function returns the value of the background attribute for the menu passed. This attribute is set by the set_menu_back() call. The menu_fore() function returns the value of the foregro...
 menu_cursor(3) -- position cursor in menu window
    The pos_menu_cursor() function positions the cursor in the menu window. This function can be called after other curses calls to restore the cursor to it's correct position in the menu.
 menu_driver(3) -- main menu handling function
    The menu_driver() function is the guts of the menu system. It takes the commands passed by c parameter and performs the requested action on the menu given. The following commands may be given to the m...
 menu_format(3) -- get or set number of rows and columns of items
    The menu_format() returns the number of rows and columns of items that can be displayed by the menu. The format is set by the set_menu_format() function call. Note that the rows and columns defined he...
 menu_hook(3) -- get or set handler functions for menu post/unpost or item change
    The item_init() function returns a pointer to the function that will be called whenever the menu is posted and also just after the current item changes. This is set by the set_item_init() call. The it...
 menu_items(3) -- attach items to menus or check correspondances
    The item_count() menu function returns the number of items currently attached to the menu passed. The menu_items() function returns a pointer to an array of item pointers that represent the menu items...
 menu_item_current(3) -- get or set item pointers or top row
    The current_item() returns a pointer to the current menu item. The set_current_item() can be used to set this to the item give. The item_index() function returns the index number in the array of items...
<<  [Prev]  37  38  39  40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  
58  59  60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service