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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 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 read input according to the given format as described below. This format may contain ``conversion specifiers''; the results of such conversions, if any, are stored th...
 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. The ftime() routine fills in a structure pointed to by its argument, as defined by
 ftok(3) -- create IPC identifier from a pathname
    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...
 ftrylockfile(3) -- application level locking of stdio files
    The flockfile(), ftrylockfile(), and funlockfile() functions provide for explicit application-level locking of stdio FILE * objects. These functions can be used by a thread to delineate a sequence of ...
 fts(3) -- traverse a file hierarchy
    The fts functions are provided for traversing UNIX file hierarchies. The fts_open() function returns a ``handle'' on a file hierarchy, which is then supplied to the other fts functions. The function...
 fts_children(3) -- traverse a file hierarchy
    The fts functions are provided for traversing UNIX file hierarchies. The fts_open() function returns a ``handle'' on a file hierarchy, which is then supplied to the other fts functions. The function...
 fts_close(3) -- traverse a file hierarchy
    The fts functions are provided for traversing UNIX file hierarchies. The fts_open() function returns a ``handle'' on a file hierarchy, which is then supplied to the other fts functions. The function...
 fts_open(3) -- traverse a file hierarchy
    The fts functions are provided for traversing UNIX file hierarchies. The fts_open() function returns a ``handle'' on a file hierarchy, which is then supplied to the other fts functions. The function...
<<  [Prev]  91  92  93  94  95  96  97  98  99  100  101  102  103  104  105  106  107  108  109  110  111  
112  113  114  115  116  117  118  119  120  121  122  123  124  125  126  127  128  129  130  131  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service