|
sigismember(3) -- manipulate signal sets
|
These functions manipulate signal sets stored in a sigset_t. Either sigemptyset() or sigfillset() must be called for every object of type sigset_t before any other use of the object. The sigemptyset()... |
siglongjmp(3) -- non-local jumps
|
The sigsetjmp(), setjmp(), and _setjmp() functions save their calling environment in env. Each of these functions returns 0. The corresponding longjmp() functions restore the environment saved by thei... |
|
signal(3) -- simplified software signal facilities
|
This signal() facility is a simplified interface to the more general sigaction(2) facility. Signals allow the manipulation of a process from outside its domain as well as allowing the process to manip... |
signbit(3) -- determine whether a floating-point number's sign is negative
|
The signbit() macro takes an argument of x and returns non-zero if the value of its sign is negative, otherwise 0. |
significand(3) -- IEEE test functions
|
These functions allow users to test conformance to IEEE Std 754-1985. Their use is not otherwise recommended. logb(x) and logbf(x) return x's exponent n, a signed integer converted to double-precisio... |
significandf(3) -- IEEE test functions
|
These functions allow users to test conformance to IEEE Std 754-1985. Their use is not otherwise recommended. logb(x) and logbf(x) return x's exponent n, a signed integer converted to double-precisio... |
sigsetjmp(3) -- non-local jumps
|
The sigsetjmp(), setjmp(), and _setjmp() functions save their calling environment in env. Each of these functions returns 0. The corresponding longjmp() functions restore the environment saved by thei... |
sigsetops(3) -- manipulate signal sets
|
These functions manipulate signal sets stored in a sigset_t. Either sigemptyset() or sigfillset() must be called for every object of type sigset_t before any other use of the object. The sigemptyset()... |
sigwait(3) -- select a set of signals
|
The sigwait() function selects a set of signals, specified by set. If none of the selected signals are pending, sigwait() waits until one or more of the selected signals has been generated. Then sigwa... |
sin(3) -- sine functions
|
The sin() and the sinf() functions compute the sine of x (measured in radians). A large magnitude argument may yield a result with little or no significance. |
sinf(3) -- sine functions
|
The sin() and the sinf() functions compute the sine of x (measured in radians). A large magnitude argument may yield a result with little or no significance. |
sinh(3) -- hyperbolic sine function
|
The sinh() and the sinhf() functions compute the hyperbolic sine of x. |
sinhf(3) -- hyperbolic sine function
|
The sinh() and the sinhf() functions compute the hyperbolic sine of x. |
sleep(3) -- suspend process execution for an interval measured in seconds
|
The sleep() function suspends execution of the calling process until either seconds seconds have elapsed or a signal is delivered to the process and its action is to invoke a signal-catching function ... |
SLIST_EMPTY(3) -- implementations of singly-linked
|
These macros define and operate on four types of data structures: singlylinked lists, singly-linked tail queues, lists, and tail queues. All four structures support the following functionality: 1. Ins... |