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

  man pages->IRIX man pages              
Title
Content
Arch
Section
 
 perl5/blib(3) -- Use MakeMaker's uninstalled version of a package
    Looks for MakeMaker-like 'blib' directory structure starting in dir (or current directory) and working back up to five levels of '..'. Intended for use on command line with -M option as a way of testing arbitary scripts against an uninstalled version of a package. However it is possible to : use blib; or use blib '..'; etc. if you really must.
 standard/blink(3) -- changes a color map entry at a selectable rate
    rate expects the number of vertical retraces per blink. On the standard monitor, there are 60 vertical retraces per second. i expects an index into the current color map. The color defined at that index is the color that is blinked (alternated). red expects the red value of the alternate color that blinks against the color selected from the color map by the i parameter. green expects the green value of the alternate color that blinks against the color selected from the color map by the i paramet...
 standard/blkqread(3) -- reads multiple entries from the queue
    data expects a pointer to the buffer that is to receive the queue information. n expects the number of elements in the buffer. FUNCTION RETURN VALUE The returned value of the function is the number of 16 bit words of data actually read into the data buffer. Note that this number will be twice the number of complete queue entries read, because each queue entry consists of two 16 bit words.
 ftn/bool(3) -- FORTRAN bitwise boolean functions
    bool is the general name for the bit field manipulation intrinsic functions and subroutines from the FORTRAN Military Standard (MIL-STD1753). and, or and xor return the value of the binary operations on their arguments. not is a unary operator returning the one's complement of its argument. ior, iand, not, ieor - return the same results as and, or, not, and xor. lshift and rshift return the value of the first argument shifted left or right, respectively, the number of times specified by the sec...
 complib/BQR(3) -- EISPACK routine. This subroutine finds the eigenvalue of smallest (usually) magnitude of a REAL SYMMETRIC BAND
    On INPUT NM must be set to the row dimension of two-dimensional array parameters as declared in the calling program dimension statement. N is the order of the matrix. MB is the (half) band width of the matrix, defined as the number of adjacent diagonals, including the principal diagonal, required to specify the non-zero portion of the lower triangle of the matrix. A contains the lower triangle of the symmetric band input matrix stored as an N by MB array. Its lowest subdiagonal is stored in the ...
 Tcl/break(3) -- Abort looping command
    This command is typically invoked inside the body of a looping command such as for or foreach or while. It returns a TCL_BREAK code, which causes a break exception to occur. The exception causes the current script to be aborted out to the the innermost containing loop command, which then aborts its execution and returns normally. Break exceptions are also handled in a few other situations, such as the catch command, Tk event bindings, and the outermost scripts of procedure bodies....
 bsearch(3c) -- binary search a sorted table
    bsearch is a binary search routine generalized from Knuth (6.2.1) Algorithm B. It returns a pointer into a table (an array) indicating where a datum may be found or a null pointer if the datum cannot be found. The table must be previously sorted in increasing order according to a comparison function pointed to by compar. key points to a datum instance to be sought in the table. base points to the element at the base of the table. nel is the number of elements in the table. s...
 bstring(3c) -- bit and byte string operations
    The functions bcopy, bcmp, and bzero operate on variable length strings of bytes. They do not check for null bytes as the routines in string(3) do. bcopy copies length bytes from string src to the string dst. bcmp compares byte string b1 against byte string b2, returning zero if they are identical, non-zero otherwise. Both strings are assumed to be length bytes long. bzero and blkclr place length zero bytes in the string b. ffs finds the first bit set in the argument passed it and returns the in...
 f90/btest(3) -- FORTRAN bitwise boolean functions
    bool is the general name for the bit field manipulation intrinsic functions and subroutines from the FORTRAN Military Standard (MIL-STD1753). and, or and xor return the value of the binary operations on their arguments. not is a unary operator returning the one's complement of its argument. ior, iand, not, ieor - return the same results as and, or, not, and xor. lshift and rshift return the value of the first argument shifted left or right, respectively, the number of times specified by the sec...
 btree(3) -- btree database access method
    The routine dbopen is the library interface to database files. One of the supported file formats is btree files. The general description of the database access methods is in dbopen(3), this manual page describes only the btree specific information. The btree data structure is a sorted, balanced tree structure storing associated key/data pairs. The btree access method specific data structure provided to dbopen is defined in the include file as follows: typedef struct { u_long flags; u_int ...
 bufsplit(3g) -- split buffer into fields
    bufsplit examines the buffer, buf, and assigns values to the pointer array, a, so that the pointers point to the first n fields in buf that are delimited by tabs or new-lines. To change the characters used to separate fields, call bufsplit with buf pointing to the string of characters, and n and a set to zero. For example, to use ':', '.', and ',' as separators along with tab and newline: bufsplit ("...
 perl5/Bundle::CPAN(3) -- A bundle to play with all the other modules on CPAN
    MD5 Data::Dumper # Bundle::libnet may have problems to work without it Bundle::libnet Term::ReadKey Term::ReadLine::Perl # sorry, I'm discriminating the ::Gnu module CPAN::WAIT CPAN
 Tk/button(3) -- Create and manipulate button widgets
    activeBackground cursor highlightThicknesstakeFocus| activeForeground disabledForegroundimagetext | anchor font justify textVariable | background foreground padX underline | bitmap highlightColor padY wrapLength | borderWidth highlightBackground relief See the ``options'' manual entry for details on the standard options. WIDGET-SPECIFIC OPTIONS Name: command Class: Command Command-Line Switch:-command Specifies a Tcl command to associate with the button. This command is typically invoked when ...
 byteorder(3c) -- convert values between host and network byte order
    These routines convert 16 and 32 bit quantities between network byte order and host byte order. On machines such as the IRIS-4D series, these routines are defined as null macros in the include file . These routines are most often used in conjunction with Internet addresses and ports as returned by gethostbyname(3N) and getservent(3N).
 standard/c(3) -- sets the RGB (or RGBA) values for the current color vector
    cv For the c4 routines, this parameter expects a four element array containing RGBA (red, green, blue, and alpha) values. If you use the c3 routines, this parameter expects a three element array containing RGB values. Array components 0, 1, 2, and 3 are red, green, blue, and alpha, respectively. Floating point RGBA values range from 0.0 through 1.0. Integer RGBA values range from 0 through 255. Values that exceed the upper limit are clamped to it. Values that exceed the lower limit are not clamp...
<<  [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  35  36  37  38  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service