|
acl_set_qualifier(3) -- set ACL tag qualifier
|
The acl_set_qualifier() function is a POSIX.1e call that sets the qualifier of the tag for the ACl entry entry_d to the value referred to by tag_qualifier_p. |
acl_set_tag_type(3) -- set the tag type of an ACL entry
|
The acl_set_tag_type() function is a POSIX.1e call that sets the ACL tag type of ACL entry entry_d to the value of tag_type. |
acl_to_text(3) -- convert an ACL to text
|
The acl_to_text() function translates the ACL pointed to by argument acl into a NULL terminated character string. If the pointer len_p is not NULL, then the function shall return the length of the str... |
acl_valid(3) -- validate an ACL
|
These functions check that the ACL referred to by the argument acl is valid. The POSIX.1e routine, acl_valid(), checks this validity only with POSIX.1e ACL semantics, and irrespective of the context i... |
acl_valid_fd_np(3) -- validate an ACL
|
These functions check that the ACL referred to by the argument acl is valid. The POSIX.1e routine, acl_valid(), checks this validity only with POSIX.1e ACL semantics, and irrespective of the context i... |
acl_valid_file_np(3) -- validate an ACL
|
These functions check that the ACL referred to by the argument acl is valid. The POSIX.1e routine, acl_valid(), checks this validity only with POSIX.1e ACL semantics, and irrespective of the context i... |
acos(3) -- arc cosine functions
|
The acos() and the acosf() functions compute the principal value of the arc cosine of x. A domain error occurs for arguments not in the range [-1, +1]. For a discussion of error due to roundoff, see m... |
acosf(3) -- arc cosine functions
|
The acos() and the acosf() functions compute the principal value of the arc cosine of x. A domain error occurs for arguments not in the range [-1, +1]. For a discussion of error due to roundoff, see m... |
acosh(3) -- inverse hyperbolic cosine functions
|
The acosh() and the acoshf() functions compute the inverse hyperbolic cosine of the real argument x. For a discussion of error due to roundoff, see math(3). |
acoshf(3) -- inverse hyperbolic cosine functions
|
The acosh() and the acoshf() functions compute the inverse hyperbolic cosine of the real argument x. For a discussion of error due to roundoff, see math(3). |
addch(3) -- add a character (with attributes) to a curses window, then advance the cursor
|
The addch, waddch, mvaddch and mvwaddch routines put the character ch into the given window at its current window position, which is then advanced. They are analogous to putchar in stdio(3). If the ad... |
addchnstr(3) -- add a string of characters (and attributes) to a curses window
|
These routines copy chstr into the window image structure at and after the current cursor position. The four routines with n as the last argument copy at most n elements, but no more than will fit on ... |
addchstr(3) -- add a string of characters (and attributes) to a curses window
|
These routines copy chstr into the window image structure at and after the current cursor position. The four routines with n as the last argument copy at most n elements, but no more than will fit on ... |