|
dladdr(3) -- dynamic link interface
|
These functions provide an interface to the run-time linker ld.so(1). They allow new shared objects to be loaded into a process's address space under program control. The dlopen() function takes a na... |
dlclose(3) -- dynamic link interface
|
These functions provide an interface to the run-time linker ld.so(1). They allow new shared objects to be loaded into a process's address space under program control. The dlopen() function takes a na... |
|
dlctl(3) -- dynamic link interface
|
These functions provide an interface to the run-time linker ld.so(1). They allow new shared objects to be loaded into a process's address space under program control. The dlopen() function takes a na... |
dlerror(3) -- dynamic link interface
|
These functions provide an interface to the run-time linker ld.so(1). They allow new shared objects to be loaded into a process's address space under program control. The dlopen() function takes a na... |
dlfcn(3) -- dynamic link interface
|
These functions provide an interface to the run-time linker ld.so(1). They allow new shared objects to be loaded into a process's address space under program control. The dlopen() function takes a na... |
dlopen(3) -- dynamic link interface
|
These functions provide an interface to the run-time linker ld.so(1). They allow new shared objects to be loaded into a process's address space under program control. The dlopen() function takes a na... |
dlsym(3) -- dynamic link interface
|
These functions provide an interface to the run-time linker ld.so(1). They allow new shared objects to be loaded into a process's address space under program control. The dlopen() function takes a na... |
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 routin... |
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 routin... |
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... |
dsa(3) -- Digital Signature Algorithm
|
These functions implement the Digital Signature Algorithm (DSA). The generation of shared DSA parameters is described in DSA_generate_parameters(3); DSA_generate_key(3) describes how to generate a sig... |
DSAparams_print(3) -- print cryptographic parameters
|
A human-readable hexadecimal output of the components of the RSA key, DSA parameters or key or DH parameters is printed to bp or fp. The output lines are indented by offset spaces. |
DSAparams_print_fp(3) -- print cryptographic parameters
|
A human-readable hexadecimal output of the components of the RSA key, DSA parameters or key or DH parameters is printed to bp or fp. The output lines are indented by offset spaces. |
DSA_do_sign(3) -- raw DSA signature operations
|
DSA_do_sign() computes a digital signature on the len byte message digest dgst using the private key dsa and returns it in a newly allocated DSA_SIG structure. DSA_sign_setup(3) may be used to precomp... |