|
acl_set_tag_type(3) -- Sets the tag type in an ACL entry
|
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. Given a pointer to an ACL entry, the acl_set_tag_type() function sets the ACL entry tag type. |
acl_size(3) -- Determines the size of the contiguous, persistent representation of the given ACL
|
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. Given an ACL, the acl_size() function determines the number of bytes required for storing the ACL if converted to contiguous, pe... |
acl_to_text(3) -- Converts an ACL to an ASCII string
|
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. Given an ACL the acl_to_text() function converts it into a NULL terminated ASCII character string. The acl_to_text() function al... |
acl_valid(3) -- Checks an ACL for validity
|
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_valid() function checks the ACL for validity. An ACL is invalid if one or more of the following conditions are violated:... |
acos(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()... |
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... |