|
amalloc(3) -- arena memory allocator
|
The amalloc family of routines provides a main memory allocator based on the malloc(3) memory allocator. This allocator has been extended so that an arbitrary memory space ("arena") can be set up as... |
amallocblksize(3) -- arena memory allocator
|
The amalloc family of routines provides a main memory allocator based on the malloc(3) memory allocator. This allocator has been extended so that an arbitrary memory space ("arena") can be set up as... |
|
amallopt(3) -- arena memory allocator
|
The amalloc family of routines provides a main memory allocator based on the malloc(3) memory allocator. This allocator has been extended so that an arbitrary memory space ("arena") can be set up as... |
ApplicationShell(3X) -- The ApplicationShell widget class
|
ApplicationShell is used as the main top-level window for an application. An application should have more than one ApplicationShell only if it implements multiple logical applications. Classes [Toc... |
arealloc(3) -- arena memory allocator
|
The amalloc family of routines provides a main memory allocator based on the malloc(3) memory allocator. This allocator has been extended so that an arbitrary memory space ("arena") can be set up as... |
asctime(3) -- converts time units
|
The asctime(), ctime(), gmtime(), localtime(), mktime(), and tzset() functions convert time values between tm structures, time_t type variables, and strings. [POSIX] The asctime_r(), ctime_r(), gmtime... |
asctime_r(3) -- converts time units
|
The asctime(), ctime(), gmtime(), localtime(), mktime(), and tzset() functions convert time values between tm structures, time_t type variables, and strings. [POSIX] The asctime_r(), ctime_r(), gmtime... |
asin(3) -- Trigonometric and inverse trigonometric functions in radian and degree calculations.
|
The sin(), sinf(), and sinl() functions compute the sine of x, measured in radians. The sind(), sindf(), and sindl() functions compute the sine of x, measured in degrees. The cos(), cosf(), and cosl()... |
asind(3) -- Trigonometric and inverse trigonometric functions in radian and degree calculations.
|
The sin(), sinf(), and sinl() functions compute the sine of x, measured in radians. The sind(), sindf(), and sindl() functions compute the sine of x, measured in degrees. The cos(), cosf(), and cosl()... |
asinh(3) -- Compute inverse hyperbolic functions
|
The asinh(), asinhf(), and asinhl() functions return the hyperbolic arc sine of x, in the range [-infinity, +infinity] where asinh(x) = ln(x+ sqrt(x**2 + 1)). The asinh() function is the inverse funct... |
assert(3) -- Inserts program diagnostics
|
The assert() macro inserts diagnostics into programs. On execution, when the expression parameter is false (returns FALSE), this macro writes information about the particular call that failed, includi... |
assign_cpu_to_pset(3) -- Assigns a processor to a processor set
|
The assign_cpu_to_pset() function removes processors from their current processor set and assigns them to the processor set specified by the pset_id variable. This function requires root privileges. I... |
assign_pid_to_pset(3) -- Assigns a process identification number to a processor set
|
The assign_pid_to_pset() function assigns the process identification number specified by the pid_list variable to the processor set specified by the pset_id variable. This function requires root privi... |
atan(3) -- Trigonometric and inverse trigonometric functions in radian and degree calculations.
|
The sin(), sinf(), and sinl() functions compute the sine of x, measured in radians. The sind(), sindf(), and sindl() functions compute the sine of x, measured in degrees. The cos(), cosf(), and cosl()... |
atan2(3) -- Trigonometric and inverse trigonometric functions in radian and degree calculations.
|
The sin(), sinf(), and sinl() functions compute the sine of x, measured in radians. The sind(), sindf(), and sindl() functions compute the sine of x, measured in degrees. The cos(), cosf(), and cosl()... |