|
evUnhold(3) -- event handling library
|
This library provides multiple outstanding asynchronous timers and I/O to a cooperating application. The model is similar to that of the X Toolkit, in that events are registered with the library and t... |
evUntimeRW(3) -- event handling library
|
This library provides multiple outstanding asynchronous timers and I/O to a cooperating application. The model is similar to that of the X Toolkit, in that events are registered with the library and t... |
|
evUnwait(3) -- event handling library
|
This library provides multiple outstanding asynchronous timers and I/O to a cooperating application. The model is similar to that of the X Toolkit, in that events are registered with the library and t... |
evWaitFor(3) -- event handling library
|
This library provides multiple outstanding asynchronous timers and I/O to a cooperating application. The model is similar to that of the X Toolkit, in that events are registered with the library and t... |
evWaitFunc(3) -- event handling library
|
This library provides multiple outstanding asynchronous timers and I/O to a cooperating application. The model is similar to that of the X Toolkit, in that events are registered with the library and t... |
evWrite(3) -- event handling library
|
This library provides multiple outstanding asynchronous timers and I/O to a cooperating application. The model is similar to that of the X Toolkit, in that events are registered with the library and t... |
exec(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... |
execl(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... |
execle(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... |
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
|
The exit() and _Exit() functions terminate a process. Before termination, exit() performs the following functions in the order listed: 1. Call the functions registered with the atexit(3) function, in ... |
exp(3) -- exponential, logarithm, power functions
|
The exp() and the expf() functions compute the exponential value of the given argument x. The expm1() and the expm1f() functions compute the value exp(x)-1 accurately even for tiny argument x. The log... |