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

  man pages->Linux man pages              
Title
Content
Arch
Section
 
 getusershell(3) -- get legal user shells
    The getusershell() function returns the next line from the file /etc/shells, opening the file if necessary. The line should contain the pathname of a valid user shell. If /etc/shells does not exist or...
 getutent(3) -- access utmp file entries
    utmpname() sets the name of the utmp-format file for the other utmp functions to access. If utmpname() is not used to set the filename before the other functions are used, they assume _PATH_UTMP, as d...
 getw(3) -- input and output of words (ints)
    getw reads a word (that is, an int) from stream. It's provided for compatibility with SVID. We recommend you use fread(3) instead. putw writes the word w (that is, an int) to stream. It is provided f...
 getwchar(3) -- read a wide character from standard input
    The getwchar function is the wide-character equivalent of the getchar function. It reads a wide character from stdin and returns it. If the end of stream is reached, or if ferror(stdin) becomes true, ...
 glob(3) -- generate pathnames matching a pattern
    The glob() function is a pathname generator that implements the rules for file name pattern matching used by the shell. The include file glob.h defines the structure type glob_t, which contains at lea...
 graph(3) -- 2D graph for plotting X-Y coordinate data.
    The graph command creates a graph for plotting two-dimensional data (X-Y coordinates). It has many configurable components: coordinate axes, elements, legend, grid lines, cross hairs, etc. They allow ...
 hash(3) -- hash database access method
    The routine dbopen is the library interface to database files. One of the supported file formats is hash files. The general description of the database access methods is in dbopen(3), this manual page...
 hierbox(3) -- Create and manipulate hierarchical listbox widgets _________________________________________________...
    The hiertable widget that displays a hierarchy of entries, drawn one per line. The hierarchy is a general ordered tree of entries. Each entry contains a list of subentries which in turn can contain th...
 hiertable(3) -- Create and manipulate hierarchical table widgets ___________________________________________________...
    The hiertable widget displays a scrollable tree of entries, one entry per line. Each entry has a text label, an icon, and may have children (sub-entries). A button on the left side of the entry contro...
 hsearch(3) -- hash table management
    These three functions allow the user to create a hash table which associates a key with any data. First the table must be created with the function hcreate(). nel is an estimate of the number of entri...
 htext(3) -- Create and manipulate hypertext widgets
    The htext command creates a new window (given by the pathName argument) and makes it into a htext widget. Additional options, described above, may be specified on the command line or in the option dat...
 hypot(3) -- Euclidean distance function
    The hypot() function returns the sqrt(x*x + y*y). This is the length of the hypotenuse of a right-angle triangle with sides of length x and y, or the distance of the point (x, y) from the origin.
 iconv(3) -- perform character set conversion
    The argument cd must be a conversion descriptor created using the function iconv_open. The main case is when inbuf is not NULL and *inbuf is not NULL. In this case, the iconv function converts the mul...
 iconv_close(3) -- deallocate descriptor for character set conversion
    The iconv_close function deallocates a conversion descriptor cd previously allocated using iconv_open.
 iconv_open(3) -- allocate descriptor for character set conversion
    The iconv_open function allocates a conversion descriptor suitable for converting byte sequences from character encoding fromcode to character encoding tocode. The values permitted for fromcode and to...
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  
22  23  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service