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

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 free(3) -- general purpose memory allocation functions
    The malloc() function allocates size bytes of memory. The allocated space is suitably aligned (after possible pointer coercion) for storage of any type of object. If the space is at least pagesize byt...
 freeaddrinfo(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...
 freeifaddrs(3) -- get interface addresses
    The getifaddrs() function stores a reference to a linked list of the network interfaces on the local machine in the memory referenced by ifap. The list consists of ifaddrs structures, as defined in th...
 freopen(3) -- stream open functions
    The fopen() function opens the file whose name is the string pointed to by path and associates a stream with it. The argument mode points to a string beginning with one of the following sequences (Add...
 frexp(3) -- convert floating-point number to fractional and integral components
    The frexp() function breaks a floating-point number into a normalized fraction and an integral power of 2. It stores the integer in the int object pointed to by exp.
 fropen(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...
 fscanf(3) -- input format conversion
    The scanf() family of functions scans input according to a format as described below. This format may contain conversion specifiers; the results from such conversions, if any, are stored through the p...
 fseek(3) -- reposition a stream
    The fseek() function sets the file position indicator for the stream pointed to by stream. The new position, measured in bytes, is obtained by adding offset bytes to the position specified by whence. ...
 fseeko(3) -- reposition a stream
    The fseek() function sets the file position indicator for the stream pointed to by stream. The new position, measured in bytes, is obtained by adding offset bytes to the position specified by whence. ...
 fsetpos(3) -- reposition a stream
    The fseek() function sets the file position indicator for the stream pointed to by stream. The new position, measured in bytes, is obtained by adding offset bytes to the position specified by whence. ...
 ftell(3) -- reposition a stream
    The fseek() function sets the file position indicator for the stream pointed to by stream. The new position, measured in bytes, is obtained by adding offset bytes to the position specified by whence. ...
 ftello(3) -- reposition a stream
    The fseek() function sets the file position indicator for the stream pointed to by stream. The new position, measured in bytes, is obtained by adding offset bytes to the position specified by whence. ...
 ftime(3) -- get date and time
    This interface is obsoleted by gettimeofday(2). It is available from the compatibility library, libcompat. Note: time zone information is no longer provided by this interface. See localtime(3) for inf...
 ftok(3) -- create IPC indentifier from path name
    The ftok() function attempts to create a unique key suitable for use with the msgget(2), semget(2) and shmget(2) functions given the path of an existing file and a user-selectable id. The specified pa...
 fts(3) -- traverse a file hierarchy
    The fts functions are provided for traversing UNIX file hierarchies. A simple overview is that the fts_open() function returns a ``handle'' on a file hierarchy, which is then supplied to the other f...
<<  [Prev]  7  8  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  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service