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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 curs_printw(3) -- print formatted output in curses windows
    The printw, wprintw, mvprintw and mvwprintw routines are analogous to printf [see printf(3)]. In effect, the string that would be output by printf is output instead as though waddstr were used on the ...
 curs_refresh(3) -- refresh curses windows and lines
    The refresh and wrefresh routines (or wnoutrefresh and doupdate) must be called to get actual output to the terminal, as other routines merely manipulate data structures. The routine wrefresh copies t...
 curs_scanw(3) -- convert formatted input from a curses window
    The scanw, wscanw and mvscanw routines are analogous to scanf [see scanf(3)]. The effect of these routines is as though wgetstr were called on the window, and the resulting line used as input for ssca...
 curs_scroll(3) -- scroll a curses window
    The scroll routine scrolls the window up one line. This involves moving the lines in the window data structure. As an optimization, if the scrolling region of the window is the entire screen, the phys...
 curs_scr_dump(3) -- read (write) a curses screen from (to) a file
    The scr_dump routine dumps the current contents of the virtual screen to the file filename. The scr_restore routine sets the virtual screen to the contents of filename, which must have been written us...
 curs_set(3) -- low-level curses routines
    The following routines give low-level access to various curses capabilities. Theses routines typically are used inside library routines. The def_prog_mode and def_shell_mode routines save the current ...
 curs_slk(3) -- curses soft label routines
    The slk* functions manipulate the set of soft function-key labels that exist on many terminals. For those terminals that do not have soft labels, curses takes over the bottom line of stdscr, reducing ...
 curs_termattrs(3) -- curses environment query routines
    The baudrate routine returns the output speed of the terminal. The number returned is in bits per second, for example 9600, and is an integer. The erasechar routine returns the user's current erase c...
 curs_touch(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...
 curs_util(3) -- miscellaneous curses utility routines
    The unctrl macro expands to a character string which is a printable representation of the character c. Control characters are displayed in the ^X notation. Printing characters are displayed as is. The...
 curs_window(3) -- create curses windows
    Calling newwin creates and returns a pointer to a new window with the given number of lines and columns. The upper left-hand corner of the window is at line begin_y, column begin_x. If either nlines o...
 cuserid(3) -- get user name
    This interface is available from the compatibility library, libcompat. The cuserid() function returns a character string representation of the user name associated with the effective user ID of the ca...
 d2i_DHparams(3) -- PKCS#3 DH parameter functions.
    These functions decode and encode PKCS#3 DH parameters using the DHparameter structure described in PKCS#3. Othewise these behave in a similar way to d2i_X509() and i2d_X509() described in the d2i_X50...
 d2i_DSAparams(3) -- Digital Signature Algorithm
    These functions implement the Digital Signature Algorithm (DSA). The generation of shared DSA parameters is described in DSA_generate_parameters(3); DSA_generate_key(3) describes how to generate a sig...
 d2i_DSAPrivateKey(3) -- Digital Signature Algorithm
    These functions implement the Digital Signature Algorithm (DSA). The generation of shared DSA parameters is described in DSA_generate_parameters(3); DSA_generate_key(3) describes how to generate a sig...
<<  [Prev]  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  
30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service