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

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 execlp(3) -- execute a file
    The exec family of functions replaces the current process image with a new process image. The functions described in this manual page are front-ends for the function execve(2). (See the manual page fo...
 exect(3) -- execute a file
    The exec family of functions replaces the current process image with a new process image. The functions described in this manual page are front-ends for the function execve(2). (See the manual page fo...
 execv(3) -- execute a file
    The exec family of functions replaces the current process image with a new process image. The functions described in this manual page are front-ends for the function execve(2). (See the manual page fo...
 execvp(3) -- execute a file
    The exec family of functions replaces the current process image with a new process image. The functions described in this manual page are front-ends for the function execve(2). (See the manual page fo...
 exit(3) -- perform normal program termination
    exit() terminates a process. The status values EXIT_SUCCESS and EXIT_FAILURE can be used to indicate successful and unsuccessful termination, respectively. Before termination it performs the following...
 exp(3) -- exponential, logarithm, power functions
    The exp() function computes the exponential value of the given argument x. The expm1() function computes the value exp(x)-1 accurately even for tiny argument x. The log() function computes the value o...
 expf(3) -- exponential, logarithm, power functions
    The exp() function computes the exponential value of the given argument x. The expm1() function computes the value exp(x)-1 accurately even for tiny argument x. The log() function computes the value o...
 expm1(3) -- exponential, logarithm, power functions
    The exp() function computes the exponential value of the given argument x. The expm1() function computes the value exp(x)-1 accurately even for tiny argument x. The log() function computes the value o...
 expm1f(3) -- exponential, logarithm, power functions
    The exp() function computes the exponential value of the given argument x. The expm1() function computes the value exp(x)-1 accurately even for tiny argument x. The log() function computes the value o...
 fabs(3) -- floating-point absolute value function
    The fabs() and fabsf() functions compute the absolute value of a floating-point number x.
 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...
<<  [Prev]  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  48  49  50  51  52  53  54  55  56  57  58  59  60  61  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service