|
exec(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 ... |
execl(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 ... |
|
execle(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 ... |
execlp(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 ... |
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... |