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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 div(3) -- return quotient and remainder from division
    The div() function computes the value num/denom and returns the quotient and remainder in a structure named div_t that contains two int members named quot and rem.
 dladdr(3) -- find the shared object containing a given address
    The dladdr() function queries the dynamic linker for information about the shared object containing the address addr. The information is returned in the structure specified by info. The structure cont...
 dlclose(3) -- programmatic interface to the dynamic linker
    These functions provide a simple programmatic interface to the services of the dynamic linker. Operations are provided to add new shared objects to a program's address space, to obtain the address bi...
 dlerror(3) -- programmatic interface to the dynamic linker
    These functions provide a simple programmatic interface to the services of the dynamic linker. Operations are provided to add new shared objects to a program's address space, to obtain the address bi...
 dlfunc(3) -- programmatic interface to the dynamic linker
    These functions provide a simple programmatic interface to the services of the dynamic linker. Operations are provided to add new shared objects to a program's address space, to obtain the address bi...
 dlinfo(3) -- information about dynamically loaded object
    The dlinfo() function provides information about dynamically loaded object. The action taken by dlinfo() and exact meaning and type of p argument depend on value of the request argument provided by ca...
 dllockinit(3) -- register thread locking methods with the dynamic linker
    Due to enhancements in the dynamic linker, this interface is no longer needed. It is deprecated and will be removed from future releases. In current releases it still exists, but only as a stub which ...
 dlopen(3) -- programmatic interface to the dynamic linker
    These functions provide a simple programmatic interface to the services of the dynamic linker. Operations are provided to add new shared objects to a program's address space, to obtain the address bi...
 dlsym(3) -- programmatic interface to the dynamic linker
    These functions provide a simple programmatic interface to the services of the dynamic linker. Operations are provided to add new shared objects to a program's address space, to obtain the address bi...
 dn_comp(3) -- resolver routines
    These routines are used for making, sending and interpreting query and reply messages with Internet domain name servers. Global configuration and state information that is used by the resolver routine...
 dn_expand(3) -- resolver routines
    These routines are used for making, sending and interpreting query and reply messages with Internet domain name servers. Global configuration and state information that is used by the resolver routine...
 dn_skipname(3) -- resolver routines
    These routines are used for making, sending and interpreting query and reply messages with Internet domain name servers. Global configuration and state information that is used by the resolver routine...
 doupdate(3) -- refresh curses windows and lines
    The refresh and wrefresh routines (or wnoutrefresh and doupdate) must be called to get actual output to the terminal, as other routines merely manipulate data structures. The routine wrefresh copies t...
 drand48(3) -- pseudo random number generators and initialization routines
    The rand48() family of functions generates pseudo-random numbers using a linear congruential algorithm working on integers 48 bits in size. The particular formula employed is r(n+1) = (a * r(n) + c) m...
 draw_box(3) -- provide a simple ncurses-based GUI interface
    The dialog library attempts to provide a fairly simplistic set of fixedpresentation menus, input boxes, gauges, file requestors and other general purpose GUI (a bit of a stretch, since it uses ncurses...
<<  [Prev]  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  39  40  41  42  43  44  45  46  47  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service