|
acl_from_text(3c) -- convert a POSIX ACL string to a struct acl or a struct acl to a POSIX ACL string
|
These routines convert strings defined by the POSIX P1003.1e specifications (see chacl(1) acl(4)) to/from struct acl, which is the internal format for an Access Control List (see acl(4)). |
acl_get_fd(3c) -- get or set the ACL associated with an open file
|
acl_get_fd returns a pointer to an allocated struct acl associated with the open file referred to by fd. If _POSIX_MAC is in effect, then the process must have MAC read access to the object. acl_set_fd sets the ACL for the open file referred to by fd from the struct acl pointed to by aclp. The effective UID of the process must match the owner of the object or the process must have appropriate privilege to set the access ACL on the object. If _POSIX_CAP is in effect, then the appropriate capabili... |
acl_get_file(3c) -- get or set the ACL for a pathname
|
acl_get_file returns a pointer to an allocated struct acl associated with the pathname pointed to by path. type determines whether the default ACL (type == ACL_TYPE_DEFAULT) or access ACL (type == ACL_TYPE_ACCESS) is returned. The default ACL is available only for directories. If there is no default ACL associated with the specified directory, an ACL containing zero entries is returned. If _POSIX_MAC is in effect, then the process must have MAC read access to the object. acl_set_file sets the AC... |
acl_size(3c) -- return the size of an ACL
|
Returns the size of an ACL pointed to by aclp. In IRIX ACLs are all a fixed size, but the POSIX specifications allow for the possibility of variable sized structures. |
acl_valid(3c) -- validate an ACL
|
Check that the format of an ACL is valid. First, aclp must be non null. The three required entries (ACL_USER_OBJ, ACL_GROUP_OBJ, and ACL_OTHER) must exist exactly once in the ACL. If the ACL contains any ACL_USER, ACL_GROUP, or any implementation-defined entries in the file group class, then one ACL_MASK entry is required. The ACL may contain at most one ACL_MASK entry. The qualifier field must be unique among all entries of the same type.... |
ftn/acos(3) -- trigonometric functions and their inverses
|
The single-precision and long double-precision routines listed above are only available in the standard math library, -lm, and in -lmx. sin, cos and tan return trigonometric functions of radian arguments x for double data types. fsin, fcos and ftan, and their ANSI-named counterparts sinf, cosf and tanf return trigonometric functions of radian TRIG(3M) TRIG(3M) arguments x for float data types. sinl, cosl and tanl do the same for long double data types. The asin routines return the arc sine in th... |
standard/acsize(3) -- specify the number of bitplanes per color component in the accumulation buffer
|
planes specifies the number of bitplanes to be reserved for each color component in the accumulation buffer. Accepted values are 0 (default) and 16. |
Tcl/adderrinfo(3) -- record information about errors
|
Tcl_Interp *interp (in) Interpreter in which to record information. char *message (in) Identifying string to record in errorInfo variable. char *element (in) String to record as one element of errorCode variable. Last element argument must be NULL. |
addsev(3c) -- define additional severities
|
The function addsev defines additional severities for use in subsequent calls to pfmt or lfmt. addsev associates an integer value int_val in the range [5-255] with a character string. It overwrites any previous string association between int_val and string. If int_val is ORed with the flags passed to subsequent calls to pfmt or lfmt, string will be used as the severity. Passing a N.ULL string removes the severity... |
addseverity(3c) -- build a list of severity levels for an application for use with fmtmsg
|
The addseverity function builds a list of severity levels for an application to be used with the message formatting facility, fmtmsg. severity is an integer value indicating the seriousness of the condition, and string is a pointer to a string describing the condition (string is not limited to a specific size). If addseverity is called with an integer value that has not been previously defined, the function adds ... |
standard/addtopup(3) -- adds items to an existing pop-up menu
|
pup expects the menu identifier of the menu to which you want to add. The menu identifier is the returned function value of the menu creation call to either newpup or defpup functions. str expects a pointer to the text that you want to add as a menu item. In addition, you have the option of pairing an "item type" flag with each menu item. There are seven menu item type flags: %t marks item text as the menu title string. %F invokes a routine for every selection from this menu except those marke... |
f90/adjustl(3) -- Adjusts a character string to the left
|
UNICOS, UNICOS/mk, and IRIX systems |
f90/adjustr(3) -- Adjusts a character string to the right
|
UNICOS, UNICOS/mk, and IRIX systems |