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

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 bswap32(3) -- byte-order swapping functions
    The bswap16(), bswap32(), and bswap64() functions return the value of their argument with the bytes inverted. They can be used to convert 16, 32 or 64 bits integers from little to big endian, or vice-...
 bswap64(3) -- byte-order swapping functions
    The bswap16(), bswap32(), and bswap64() functions return the value of their argument with the bytes inverted. They can be used to convert 16, 32 or 64 bits integers from little to big endian, or vice-...
 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 pag...
 byteorder(3) -- convert values between host and network byte order
    These routines convert 16 and 32 bit quantities between network byte order and host byte order. The types in_addr_t and in_port_t are defined by X/Open as: typedef u_int32_t in_addr_t; typedef u_int16...
 bzero(3) -- write zeroes to a byte string
    The bzero() function writes len zero bytes to the string b. If len is zero, bzero() does nothing.
 cabs(3) -- euclidean distance and complex absolute value functions
    The hypot() and cabs() functions computes the sqrt(x*x+y*y) in such a way that underflow will not happen, and overflow occurs only if the final result deserves it. hypot(infinity, v) = hypot(v, infini...
 cabsf(3) -- euclidean distance and complex absolute value functions
    The hypot() and cabs() functions computes the sqrt(x*x+y*y) in such a way that underflow will not happen, and overflow occurs only if the final result deserves it. hypot(infinity, v) = hypot(v, infini...
 calloc(3) -- general purpose memory allocation functions
    The malloc() function allocates size bytes of memory. The allocated space is suitably aligned (after possible pointer coercion) for storage of any type of object. If the space is at least pagesize byt...
 callrpc(3) -- library routines for remote procedure calls
    
 catclose(3) -- close message catalog
    The catclose() function closes the message catalog specified by the argument catd.
 catgets(3) -- retrieve string from message catalog
    The catgets() function attempts to retrieve message msg_id of set set_id from the message catalog referenced by the descriptor catd. The argument s points to a default message which is returned if the...
 catopen(3) -- open message catalog
    The catopen() function opens the message catalog specified by name and returns a message catalog descriptor. If name contains a `/' then name specifies the full pathname for the message catalog, othe...
 cbrt(3) -- cube root and square root functions
    The cbrt() and cbrtf() functions compute the cube root of x. The sqrt() and sqrtf() functions compute the non-negative square root of x.
 cbrtf(3) -- cube root and square root functions
    The cbrt() and cbrtf() functions compute the cube root of x. The sqrt() and sqrtf() functions compute the non-negative square root of x.
 cdk(3) -- Curses Development Kit
    Cdk is a library of functions which allow a programmer to quickly create a full screen interactive program with ease. The Cdk widgets support the following features: o Ncurses library. Instead of usin...
<<  [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  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service