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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 funopen(3) -- open a stream
    The funopen() function associates a stream with up to four ``I/O functions''. Either readfn or writefn must be specified; the others can be given as an appropriately typed NULL pointer. These I/O fu...
 fwopen(3) -- open a stream
    The funopen() function associates a stream with up to four ``I/O functions''. Either readfn or writefn must be specified; the others can be given as an appropriately typed NULL pointer. These I/O fu...
 fwrite(3) -- binary stream input/output
    The function fread() reads nmemb objects, each size bytes long, from the stream pointed to by stream, storing them at the location given by ptr. The function fwrite() writes nmemb objects, each size b...
 gai_strerror(3) -- nodename-to-address translation
    The getaddrinfo() function is defined for protocol-independent nodenameto-address translation. It performs the functionality of gethostbyname(3) and getservbyname(3), but in a more sophisticated manne...
 gamma(3) -- log gamma functions
    
 gammaf(3) -- log gamma functions
    
 gcvt(3) -- convert double to ASCII string
    These functions are provided for compatibility with legacy code. New code should use the snprintf(3) function for improved safety and porta- bility. The ecvt(), fcvt() and gcvt() functions convert the...
 getaddrinfo(3) -- nodename-to-address translation
    The getaddrinfo() function is defined for protocol-independent nodenameto-address translation. It performs the functionality of gethostbyname(3) and getservbyname(3), but in a more sophisticated manne...
 getbegyx(3) -- get curses cursor and window coordinates
    The getyx macro places the current cursor position of the given window in the two integer variables y and x. If win is a subwindow, the getparyx macro places the beginning coordinates of the subwindow...
 getbkgd(3) -- curses window background manipulation routines
    The bkgdset and wbkgdset routines manipulate the background of the named window. The window background is a chtype consisting of any combination of attributes (i.e., rendition) and a character. The at...
 getbsize(3) -- get user block size
    The getbsize() function determines the user's preferred block size based on the value of the BLOCKSIZE environment variable; see environ(7) for details on its use and format. The getbsize() function ...
 getc(3) -- get next character or word from input stream
    The fgetc() function obtains the next input character (if present) from the stream pointed at by stream, or the next character pushed back on the stream via ungetc(3). The getc() function acts essenti...
 getcap(3) -- capability database access routines
    The cgetent() function extracts the capability record name from the database specified by the null-terminated file array db_array and returns a pointer to a copy of it in buf. cgetent() will first loo...
 getch(3) -- get (or push back) characters from curses terminal keyboard
    The getch, wgetch, mvgetch and mvwgetch, routines read a character from the window. In no-delay mode, if no input is waiting, the value ERR is returned. In delay mode, the program waits until the syst...
 getchar(3) -- get next character or word from input stream
    The fgetc() function obtains the next input character (if present) from the stream pointed at by stream, or the next character pushed back on the stream via ungetc(3). The getc() function acts essenti...
<<  [Prev]  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  78  79  80  81  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service