|
execv(3) -- execute a file
|
The exec family of functions replace the current process image with a new process image. The functions described in this manual page are frontends for the function execve(2). (See the manual page for ... |
execvp(3) -- execute a file
|
The exec family of functions replace the current process image with a new process image. The functions described in this manual page are frontends for the function execve(2). (See the manual page for ... |
|
exit(3) -- perform normal program termination
|
The exit() and _Exit() functions terminate a process. Before termination, exit() performs the following operations in the order listed: 1. Call the functions registered with the atexit(3) function, in... |
exp(3) -- exponential, logarithm, power functions
|
The exp() function computes the exponential value of the given argument x. The expf() function is a single precision version of exp(). The expm1() function computes the value exp(x)-1 accurately even ... |
expf(3) -- exponential, logarithm, power functions
|
The exp() function computes the exponential value of the given argument x. The expf() function is a single precision version of exp(). The expm1() function computes the value exp(x)-1 accurately even ... |
expm1(3) -- exponential, logarithm, power functions
|
The exp() function computes the exponential value of the given argument x. The expf() function is a single precision version of exp(). The expm1() function computes the value exp(x)-1 accurately even ... |
expm1f(3) -- exponential, logarithm, power functions
|
The exp() function computes the exponential value of the given argument x. The expf() function is a single precision version of exp(). The expm1() function computes the value exp(x)-1 accurately even ... |
extattr(3) -- convert an extended attribute namespace identifier to a string and vice versa
|
The extattr_namespace_to_string() function converts a VFS extended attribute identifier to a human-readable string; the extattr_string_to_namespace() function undoes the aforementioned operation, and ... |
extattr_namespace_to_string(3) -- convert an extended attribute namespace identifier to a string and vice versa
|
The extattr_namespace_to_string() function converts a VFS extended attribute identifier to a human-readable string; the extattr_string_to_namespace() function undoes the aforementioned operation, and ... |
extattr_string_to_namespace(3) -- convert an extended attribute namespace identifier to a string and vice versa
|
The extattr_namespace_to_string() function converts a VFS extended attribute identifier to a human-readable string; the extattr_string_to_namespace() function undoes the aforementioned operation, and ... |
f(3) -- S/Key library functions
|
These functions implement the S/Key one time password authentication mechanism. The atob8() function converts the 16-byte hex string in to an 8-byte binary array stored in out. The atob8() function re... |
fabs(3) -- floating-point absolute value functions
|
The fabs() function computes the absolute value of a floating-point number x. The fabsf() function is a single precision version of fabs(). |
fabsf(3) -- floating-point absolute value functions
|
The fabs() function computes the absolute value of a floating-point number x. The fabsf() function is a single precision version of fabs(). |
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). |
fcvt(3) -- convert double to ASCII string
|
These functions are provided for compatibility with legacy code. New code should use the snprintf(3) function for improved safety and porta- bility. The ecvt(), fcvt() and gcvt() functions convert the... |