|
acosd(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()... |
acosh(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... |
acreate(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... |
AC_AuthCompute(3) -- Compute authorization (CDSA)
|
This function performs an authorization computation and returns the results as a group of tuple certificates. The computation is based on the following input values: One or more items that identify th... |
AC_PassThrough(3) -- Call exported module-specific operations (CDSA)
|
This function allows applications to call authorization computation module-specific operations that have been exported. Such operations might include queries or services specific to the domain represe... |
addch(3) -- Add a character (with attributes) to a Curses window and advance the cursor
|
The addch, waddch, mvaddch, and mvwaddch routines put the character ch into the window at the current cursor position of the window and advance the position of the window cursor. Their function is sim... |
addchnstr(3) -- Add string of characters (and attributes) to a Curses window
|
All of these routines copy chstr directly into the window image structure starting at the current or specified cursor position. The four routines with n as the last argument copy at most n elements, b... |
addchstr(3) -- Add string of characters (and attributes) to a Curses window
|
All of these routines copy chstr directly into the window image structure starting at the current or specified cursor position. The four routines with n as the last argument copy at most n elements, b... |
addnstr(3) -- Add a string of characters to a Curses window and advance cursor
|
These routines write the characters of the character string str on the given window. The four routines with n as the last argument write at most n characters. For the other routines, the string should... |
addnwstr(3) -- Add a string of wchar_t characters to a Curses window and advance cursor
|
These routines write all the characters of the wchar_t character string wstr on the given window. The four routines with n as the last argument write at most n wchar_t characters. For the routines wit... |
addstr(3) -- Add a string of characters to a Curses window and advance cursor
|
These routines write the characters of the character string str on the given window. The four routines with n as the last argument write at most n characters. For the other routines, the string should... |
addwch(3) -- Add a wchar_t character (with attributes) to a Curses window and advance cursor
|
The addwch, waddwch, mvaddwch, and mvwaddwch routines put the character wch, holding a wchar_t character, into the window at the current cursor position of the window and advance the position of the w... |
addwchnstr(3) -- Add a string of wchar_t characters (and attributes) to a Curses window
|
All of these routines copy wchstr, which points to a string of wchar_t characters, directly into the window image structure starting at the current or specified cursor position. The four routines with... |