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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 fparseln(3) -- return the next logical line from a stream
    The fparseln() function returns a pointer to the next logical line from the stream referenced by stream. This string is NUL terminated and it is dynamically allocated on each invocation. It is the res...
 fpclassify(3) -- classify a floating-point number
    The fpclassify() macro takes an argument of x and returns one of the following manifest constants. FP_INFINITE Indicates that x is an infinite number. FP_NAN Indicates that x is not a number (NaN). FP...
 fpgetmask(3) -- IEEE floating point interface
    When a floating point exception is detected, the exception sticky flag is set and the exception mask is tested. If the mask is set, then a trap occurs. These routines allow both setting the floating p...
 fpgetprec(3) -- IEEE floating point interface
    When a floating point exception is detected, the exception sticky flag is set and the exception mask is tested. If the mask is set, then a trap occurs. These routines allow both setting the floating p...
 fpgetround(3) -- IEEE floating point interface
    When a floating point exception is detected, the exception sticky flag is set and the exception mask is tested. If the mask is set, then a trap occurs. These routines allow both setting the floating p...
 fpgetsticky(3) -- IEEE floating point interface
    When a floating point exception is detected, the exception sticky flag is set and the exception mask is tested. If the mask is set, then a trap occurs. These routines allow both setting the floating p...
 fpresetsticky(3) -- IEEE floating point interface
    When a floating point exception is detected, the exception sticky flag is set and the exception mask is tested. If the mask is set, then a trap occurs. These routines allow both setting the floating p...
 fprintf(3) -- formatted output conversion
    The printf() family of functions produces output according to a format as described below. The printf() and vprintf() functions write output to stdout, the standard output stream; fprintf() and vfprin...
 fpsetmask(3) -- IEEE floating point interface
    When a floating point exception is detected, the exception sticky flag is set and the exception mask is tested. If the mask is set, then a trap occurs. These routines allow both setting the floating p...
 fpsetprec(3) -- IEEE floating point interface
    When a floating point exception is detected, the exception sticky flag is set and the exception mask is tested. If the mask is set, then a trap occurs. These routines allow both setting the floating p...
 fpsetround(3) -- IEEE floating point interface
    When a floating point exception is detected, the exception sticky flag is set and the exception mask is tested. If the mask is set, then a trap occurs. These routines allow both setting the floating p...
 fpsetsticky(3) -- IEEE floating point interface
    When a floating point exception is detected, the exception sticky flag is set and the exception mask is tested. If the mask is set, then a trap occurs. These routines allow both setting the floating p...
 fpurge(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 ...
 fputc(3) -- output a character or word to a stream
    The fputc() function writes the character c (converted to an ``unsigned char'') to the output stream pointed to by stream. The putc() function acts essentially identically to fputc(). The putchar() ...
 fputrune(3) -- rune support for C
    The 4.4BSD ``rune'' functions have been deprecated in favour of the ISO C99 extended multibyte and wide character facilities and should not be used in new applications. Consider using setlocale(3), ...
<<  [Prev]  24  25  26  27  28  29  30  31  32  33  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  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service