*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages              
Title
Content
Arch
Section
 
 standard/asinh(3) -- inverse hyperbolic functions
    These functions compute the designated inverse hyperbolic functions for real arguments.
 f90/asnctl(3) -- Controls function of ASSIGN, ASNFILE, ASNUNIT, and ASNRM routines
    UNICOS, UNICOS/mk, and IRIX systems
 f90/asnqfile(3) -- Returns the assign options currently in effect for a file name or unit number
    UNICOS, UNICOS/mk, and IRIX systems
 assert(3x) -- verify program assertion
    This macro is useful for putting diagnostics into programs. When it is executed, if expression is false (zero), assert prints Assertion failed: expression, file xyz, line nnn on the standard error output and aborts. In the error message, xyz is the name of the source file and nnn the source line number of the assert statement. The latter are respectively the values of the preprocessor macros __FILE__ and __LINE__. Compiling with the pre...
 f90/assign(3) -- Provides library interface to assign processing
    UNICOS, UNICOS/mk and IRIX systems
 f90/associated(3) -- Returns the pointer association status
    UNICOS, UNICOS/mk, and IRIX systems
 libblas/asum(3) -- BLAS level ONE L1 norm functions. FORTRAN 77 SYNOPSIS double precision dasum( n, x, incx ) integer incx, n dou
    dasum, sasum, scasum, and dzasum, compute the L1 norm of the vector x of length n and increment incx. asum <--- Sum( Abs( X(i) ) ) ) dasum and sasum asum <--- Sum( Abs(Real(X(i))) + Abs(Imag(X(i))) ) dzasum and scasum
 Tcl/async(3) -- handle asynchronous events
    Tcl_AsyncProc *proc (in) Procedure to invoke to handle an asynchronous event. ClientData clientData (in) One-word value to pass to proc. Tcl_AsyncHandler async (in) Token for asynchronous event handler. Tcl_Interp *interp (in) Tcl interpreter in which command was being evaluated when handler was invoked, or NULL if handler was invoked when there was no interpreter active. int code (in) Completion code from command that just completed in interp, or 0 if interp is NULL....
 ftn/atan(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...
 ftn/atan2(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 Page 1 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 sin...
 atcheckpoint(3c) -- add checkpoint and restart (CPR) event handlers
    These functions are used to register event handlers for checkpoint and restart, and activate CPR signal handling. The atcheckpoint() routine adds the function func() to the list of functions to be called without arguments upon receipt of checkpoint; see ckpt_create(3). Similarly, the atrestart() routine registers the callback function func() for a restart event; see ckpt_restart(3). At checkpoint or restart time, registered functions are called in the same order as their registration. These func...
 atexit(3c) -- add program termination routine
    atexit adds the function func to a list of functions to be called without arguments on normal termination of the program. Normal termination occurs by either a call to the exit system call or a return from main. At most 32 functions may be registered by atexit; the functions will be called in the reverse order of their registration. For sproc processes, atexit is only called when the last member of the share group exit...
 atfork(3c) -- add fork pre and post interception routines
    atfork_child adds the function func to the end of a list of functions to be called without arguments on entry of a child process created by fork(2). atfork_child_prepend performs the same task, but it adds the function at the beginning of the list. At most 32 functions may be registered by atfork_child or atfork_child_pre...
 atsproc(3c) -- add sproc pre and post interception routines
    atsproc_child adds the function func to a list of functions to be called without arguments on entry of a child process created by sproc(2). At most 32 functions may be registered by atsproc_child; the functions will be called in the same order as their registration. atsproc_parent adds the function func to a list of functions to be called with two integer arguments after ...
 standard/attachcursor(3) -- attaches the cursor to two valuators
    vx expects the valuator device number for the device that controls the horizontal location of the cursor. By default, vx is MOUSEX. vy expects the valuator device number for the device that controls the vertical location of the cursor. By default, vy is MOUSEY.
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  
22  23  24  25  26  27  28  29  30  31  32  33  34  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service