|
Tk/3dborder(3) -- draw borders with three-dimensional appearance
|
Tcl_Interp *interp (in) Interpreter to use for error reporting. Tk_Window tkwin (in) Token for window (for all | procedures except Tk_Get3DBorder, | must be the window for which the | border was allocated). Tk_Uid colorName (in) Textual description of color corresponding to background (flat areas). Illuminated edges will be brighter than this and shadowed edges will be darker than this. Drawable drawable (in) X token for window or pixmap; indicates where graphics are to be drawn. Must either be ... |
a64l(3c) -- convert between long integer and base-64 ASCII string
|
These functions are used to maintain numbers stored in base-64 ASCII characters. This is a notation by which long integers can be represented by up to six characters; each character represents a ``digit'' in a radix-64 notation. The characters used to represent ``digits'' are . for 0, / for 1, 0 through 9 for 2-11, A through Z for 12-37, and a through z for 38-63. a64l takes a pointer to a null-terminated base-64 representation and returns a corresponding long value. If the string pointed to... |
|
ABIinfo(3c) -- query system environment for features
|
ABIinfo queries whether a particular MIPS ABI feature indicated by selector is available on the target system, and if so, which version. A return value of -1 indicates that the feature represented by the selector is not present. A valid return value indicates that the feature is present, and the value indicates the version of MIPS Processor ABI Conformance Guide in which that version of the feature is documented. The return values and their meanings are listed in the <... |
abilock(3x) -- ABI mutual exclusion primitives
|
These routines provide a simple, standard interface to base level mutual exclusion primitives. They are found in the library ``libmutex.so'', and is loaded if the option ``-lmutex'' is used with cc(1) or ld(1). The parameter lck must point to memory shared by all processes wishing to acquire or test the lock. The contents of the structure abilock_t are as follows: typedef struct { unsigned int abi_lock; } abilock_t; The function init_lock must be called on a lock befo... |
f90/abort(3) -- terminate Fortran program
|
abort terminates the program which calls it, closing all open files truncated to the current position of the file pointer. The abort usually results in a core dump. |
ftn/abort(3) -- terminate Fortran program
|
abort terminates the program which calls it, closing all open files truncated to the current position of the file pointer. The abort usually results in a core dump. |
abort(3c) -- generate an abnormal termination signal
|
abort first closes all open files, stdio(3S) streams, directory streams and message catalogue descriptors, if possible, then causes the signal SIGABRT to be sent to the calling process. |
f90/abs(3) -- FORTRAN absolute value
|
abs is the family of absolute value functions. iabs returns the integer absolute value of its integer argument. It accepts either integer*2 or integer*4 arguments and the result is the same type. dabs returns the double-precision absolute value of its double-precision argument. qabs returns the real*16 absolute value of its real*16 argument. cabs returns the complex absolute value of its complex argument. zabs returns the double-complex absolute value of its double-complex argument. cqabs return... |
ftn/abs(3) -- FORTRAN absolute value
|
abs is the family of absolute value functions. iabs returns the integer absolute value of its integer argument. It accepts either integer*2 or integer*4 arguments and the result is the same type. dabs returns the double-precision absolute value of its double-precision argument. qabs returns the real*16 absolute value of its real*16 argument. cabs returns the complex absolute value of its complex argument. zabs returns the double-complex absolute value of its double-complex argument. cqabs return... |
abs(3c) -- return integer absolute value
|
abs and labs return the absolute value of their int or long int operand. |
standard/acbuf(3) -- operate on the accumulation buffer
|
op expects one of six symbolic constants: AC_CLEAR: The red, green, blue, and alpha accumulation buffer contents are all set to value (rounded to the nearest integer). value is clamped to the range of the accumulation buffer. AC_ACCUMULATE: Pixels are taken from the current readsource bank (front, back, or zbuffer). If this buffer has color component resolutions of other than 8 bits, the components are rescaled to the range [0,255]. Then the red, green, blue, and alpha components are each scaled... |
accept(3n) -- accept a connection on a socket
|
The argument s is a socket that has been created with socket and bound to an address with bind, and that is listening for connections after a call to listen. accept extracts the first connection on the queue of pending connections, creates a new socket with the properties of s, and allocates a new file descriptor, ns, for the socket. If no pending connections are present on the queue and the socket is not marked as non-blocking, <... |
f90/achar(3) -- Returns the character in a specified position of the ASCII collating sequence
|
UNICOS, UNICOS/mk, and IRIX systems |
acl_copy_ext(3c) -- copy ACL from system to user space or from user to system space
|
acl_copy_ext sets *bufp to *aclp if the arguments are valid. acl_copy_int allocates a struct acl and copies the struct acl pointed to by *bufp into it, if the arguments are valid. The storage should be freed by calling acl_free(3c) when no longer needed. In the POSIX specifications, the internal form of an ACL may be different from the external form, hence the need for these functions. In IRIX, both forms are the same.... |
acl_delete_def_file(3c) -- delete the default ACL for a named directory
|
Deletes the default ACL associated with the directory specified in path. The effective UID of the process must match the owner of the directory or the process must have appropriate privilege to delete the default ACL from path_p. If capabilities are not enabled, only the superuser can delete the default ACL from a directory not owned by the effective UID. If _POSIX_CAP is in effect, then the appropriate capability shall include CAP_FOWNER. In addition, if _POSIX_MAC is in effect, then the proces... |