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

  man pages->Linux man pages              
Title
Content
Arch
Section
 
 dcngettext(3) --
    
 dgettext(3) --
    
 difftime(3) -- calculate time difference
    The difftime() function returns the number of seconds elapsed between time time1 and time time0. The two times are specified in calendar time, which represents the time elapsed since 00:00:00 on Janua...
 div(3) -- computes the quotient and remainder of integer division
    The div() function computes the value numer/denom and returns the quotient and remainder in a structure named div_t that contains two integer members named quot and rem.
 dlopen(3) -- Programming interface to dynamic linking loader.
    dlopen loads a dynamic library from the file named by the null terminated string filename and returns an opaque "handle" for the dynamic library. If filename is not an absolute path (i.e., it does n...
 dngettext(3) --
    
 dragdrop(3) -- facilities for handling drag&drop data transfers
    The drag&drop command provides access to a set of facilities for managing drag-and-drop data transfers. Any of the usual Tk widgets can be registered to participate in the drag-and-drop process. Widge...
 drand48(3) -- generate uniformly distributed pseudo-random numbers
    These functions generate pseudo-random numbers using the linear congruential algorithm and 48-bit integer arithmetic. The drand48() and erand48() functions return non-negative double-precision floatin...
 drem(3) -- floating-point remainder function
    The drem() function computes the remainder of dividing x by y. The return value is x - n * y, where n is the quotient of x / y, rounded to the nearest integer. If the quotient is 1/2, it is rounded to...
 ecvt(3) -- convert a floating-point number to a string.
    The ecvt() function converts number to a null-terminated string of ndigits digits (where ndigits is reduced to an system-specific limit determined by the precision of a double), and returns a pointer ...
 encrypt(3) -- Encrypt 64 bits messages
    These functions encrypt and decrypt 64 bit messages. The setkey() function sets the key used by encrypt(). The key parameter used here is an array of bytes, having each byte the numerical value 1 or 0...
 eps(3) -- Encapsulated PostScript canvas item.
    The eps canvas item lets you place encapulated PostScript (EPS) on a canvas, controlling its size and placement. The EPS item is displayed either as a solid rectangle or a preview image. The preview i...
 erf(3) -- error function and complementary error function
    The erf() function returns the error function of x; defined as erf(x) = 2/sqrt(pi)* integral from 0 to x of exp(-t*t) dt The erfc() function returns the complementary error function of x, that is 1.0 ...
 errno(3) -- number of last error
    The integer errno is set by system calls (and some library functions) to indicate what went wrong. Its value is significant only when the call returned an error (usually -1), and a library function th...
 exec(3) -- execute a file
    The exec family of functions replaces the current process image with a new process image. The functions described in this manual page are front-ends for the function execve(2). (See the manual page fo...
<<  [Prev]  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  50  
51  52  53  54  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service