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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 getsyx(3) -- lowlevel 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 ...
 getttyent(3) -- get ttys file entry
    The getttyent(), and getttynam() functions each return a pointer to an object, with the following structure, containing the broken-out fields of a line from the tty description file. struct ttyent { c...
 getttynam(3) -- get ttys file entry
    The getttyent(), and getttynam() functions each return a pointer to an object, with the following structure, containing the broken-out fields of a line from the tty description file. struct ttyent { c...
 getusershell(3) -- get valid user shells
    The getusershell() function returns a pointer to a valid user shell as defined by the system manager in the shells database as described in shells(5). If the shells database is not available, getusers...
 getversion(3) -- device statistics utility library
    The devstat library is a library of helper functions for dealing with the kernel devstat(9) interface, which is accessible to users via sysctl(3) and kvm(3). All functions that take a kvm_t * as first...
 getvfsbyname(3) -- get information about a file system
    The getvfsbyname() function provides access to information about a file system module that is configured in the kernel. If successful, the requested file system xvfsconf is returned in the location po...
 getvfsbytype(3) -- manage virtual file system modules
    The getvfsent() function provides convenient access to a list of installed virtual file system modules managed by the kernel. It steps through the list of file systems one at a time. A null pointer is...
 getvfsent(3) -- manage virtual file system modules
    The getvfsent() function provides convenient access to a list of installed virtual file system modules managed by the kernel. It steps through the list of file systems one at a time. A null pointer is...
 getw(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...
 getwc(3) -- get next wide-character from input stream
    The fgetwc() function obtains the next input wide-character (if present) from the stream pointed at by stream, or the next character pushed back on the stream via ungetwc(3). The getwc() function acts...
 getwchar(3) -- get next wide-character from input stream
    The fgetwc() function obtains the next input wide-character (if present) from the stream pointed at by stream, or the next character pushed back on the stream via ungetwc(3). The getwc() function acts...
 getwd(3) -- get working directory pathname
    The getcwd() function copies the absolute pathname of the current working directory into the memory referenced by buf and returns a pointer to buf. The size argument is the size, in bytes, of the arra...
 getwin(3) -- miscellaneous curses utility routines
    The unctrl routine returns a character string which is a printable representation of the character c, ignoring attributes. Control characters are displayed in the ^X notation. Printing characters are ...
 getyx(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...
 get_helpline(3) -- provide a simple ncurses-based GUI interface
    The dialog library attempts to provide a fairly simplistic set of fixedpresentation menus, input boxes, gauges, file requestors and other general purpose GUI (a bit of a stretch, since it uses ncurses...
<<  [Prev]  34  35  36  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  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service