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

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 fabsf(3) -- floating-point absolute value function
    The fabs() and fabsf() functions compute the absolute value of a floating-point number x.
 fclose(3) -- close a stream
    The fclose() function dissociates the named stream from its underlying file or set of functions. If the stream was being used for output, any buffered data is written first, using fflush(3).
 fdopen(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...
 feof(3) -- check and reset stream status
    The function clearerr() clears the end-of-file and error indicators for the stream pointed to by stream. The function feof() tests the end-of-file indicator for the stream pointed to by stream, return...
 ferror(3) -- check and reset stream status
    The function clearerr() clears the end-of-file and error indicators for the stream pointed to by stream. The function feof() tests the end-of-file indicator for the stream pointed to by stream, return...
 fflush(3) -- flush a stream
    The function fflush() forces a write of all buffered data for the given output or update stream via the stream's underlying write function. The open status of the stream is unaffected. If the stream ...
 ffs(3) -- find first bit set in a bit string
    The ffs() function finds the first bit set in value and returns the index of that bit. Bits are numbered starting from 1, starting at the rightmost bit. A return value of 0 means that the argument was...
 fgetc(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...
 fgetln(3) -- get a line from a stream
    The fgetln() function returns a pointer to the next line from the stream referenced by stream. This line is not a C string as it does not end with a terminating NUL character. The length of the line, ...
 fgetpos(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. ...
 fgets(3) -- get a line from a stream
    The fgets() function reads at most one less than the number of characters specified by size from the given stream and stores them in the string str. Reading stops when a newline character is found, at...
 fgetwc(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...
 fileno(3) -- check and reset stream status
    The function clearerr() clears the end-of-file and error indicators for the stream pointed to by stream. The function feof() tests the end-of-file indicator for the stream pointed to by stream, return...
 finite(3) -- Functions for IEEE arithmetic
    These functions are required or recommended by IEEE Std 754-1985. copysign() returns x with its sign changed to y's. finite() returns the value 1 just when -infinity < x < +infinity; otherwise a zero...
 finitef(3) -- Functions for IEEE arithmetic
    These functions are required or recommended by IEEE Std 754-1985. copysign() returns x with its sign changed to y's. finite() returns the value 1 just when -infinity < x < +infinity; otherwise a zero...
<<  [Prev]  3  4  5  6  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  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service