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

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 RAND_cleanup(3) -- erase the PRNG state
    RAND_cleanup() erases the memory used by the PRNG.
 RAND_egd(3) -- query entropy gathering daemon
    RAND_egd() queries the entropy gathering daemon EGD on socket path. It queries 255 bytes and uses RAND_add(3) to seed the OpenSSL built-in PRNG. RAND_egd(path) is a wrapper for RAND_egd_bytes(path, 25...
 RAND_load_file(3) -- PRNG seed file
    RAND_file_name() generates a default path for the random seed file. buf points to a buffer of size num in which to store the filename. The seed file is $RANDFILE if that environment variable is set, $...
 rand_r(3) -- bad random number generator
    These interfaces are obsoleted by random(3). The rand() function computes a sequence of pseudo-random integers in the range of 0 to RAND_MAX (as defined by the header file ). The srand() fun...
 RAND_set_rand_method(3) -- select RAND method
    A RAND_METHOD specifies the functions that OpenSSL uses for random number generation. By modifying the method, alternative implementations such as hardware RNGs may be used. Initially, the default is ...
 rcmd(3) -- routines for returning a stream to a remote command
    The rcmd() function is available for use by anyone to run commands on a remote system. It acts like the orcmd() command, with the exception that it makes a call out to the rcmd(1) command, or any othe...
 rcmd_af(3) -- routines for returning a stream to a remote command
    The rcmd() function is available for use by anyone to run commands on a remote system. It acts like the orcmd() command, with the exception that it makes a call out to the rcmd(1) command, or any othe...
 readdir(3) -- directory operations
    The opendir() function opens the directory named by filename, associates a directory stream with it and returns a pointer to be used to identify the directory stream in subsequent operations. The poin...
 realloc(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...
 realpath(3) -- returns the canonicalized absolute pathname
    The realpath() function resolves all symbolic links, extra ``/'' characters and references to /./ and /../ in pathname, and copies the resulting absolute pathname into the memory referenced by resol...
 recno(3) -- record number database access method
    The routine dbopen is the library interface to database files. One of the supported file formats is record number files. The general description of the database access methods is in dbopen(3), this ma...
 regcomp(3) -- regular-expression library
    These routines implement IEEE Std 1003.2-1992 (``POSIX.2'') regular expressions (``RE''s); see re_format(7). regcomp() compiles an RE written as a string into an internal form, regexec() matches t...
 regerror(3) -- regular-expression library
    These routines implement IEEE Std 1003.2-1992 (``POSIX.2'') regular expressions (``RE''s); see re_format(7). regcomp() compiles an RE written as a string into an internal form, regexec() matches t...
 regex(3) -- regular-expression library
    These routines implement IEEE Std 1003.2-1992 (``POSIX.2'') regular expressions (``RE''s); see re_format(7). regcomp() compiles an RE written as a string into an internal form, regexec() matches t...
 regexec(3) -- regular-expression library
    These routines implement IEEE Std 1003.2-1992 (``POSIX.2'') regular expressions (``RE''s); see re_format(7). regcomp() compiles an RE written as a string into an internal form, regexec() matches t...
<<  [Prev]  47  48  49  50  51  52  53  54  55  56  57  58  59  60  61  62  63  64  65  66  67  
68  69  70  71  72  73  74  75  76  77  78  79  80  81  82  83  84  85  86  87  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service