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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 erfc(3) -- error function operators
    These functions calculate the error function of x. The erf() calculates the error function of x, and the erff() function is a single precision version of erf(). The error function is defined as: erf(x...
 erfcf(3) -- error function operators
    These functions calculate the error function of x. The erf() calculates the error function of x, and the erff() function is a single precision version of erf(). The error function is defined as: erf(x...
 erff(3) -- error function operators
    These functions calculate the error function of x. The erf() calculates the error function of x, and the erff() function is a single precision version of erf(). The error function is defined as: erf(x...
 err(3) -- formatted error messages
    The err() and warn() family of functions display a formatted error message on the standard error output. In all cases, the last component of the program name, followed by a colon (`:') character and ...
 errx(3) -- formatted error messages
    The err() and warn() family of functions display a formatted error message on the standard error output. In all cases, the last component of the program name, followed by a colon (`:') character and ...
 ERR_add_error_data(3) -- record an error
    ERR_put_error() adds an error code to the thread's error queue. It signals that the error of reason code reason occurred in function func of library lib, in line number line of file. This function is...
 ERR_clear_error(3) -- clear the error queue
    ERR_clear_error() empties the current thread's error queue.
 ERR_error_string(3) -- obtain human-readable error message
    ERR_error_string() generates a human-readable string representing the error code e, and places it at buf. buf must be at least 120 bytes long. If buf is NULL, the error string is placed in a static bu...
 ERR_error_string_n(3) -- obtain human-readable error message
    ERR_error_string() generates a human-readable string representing the error code e, and places it at buf. buf must be at least 120 bytes long. If buf is NULL, the error string is placed in a static bu...
 ERR_free_strings(3) -- load and free error strings
    ERR_load_crypto_strings() registers the error strings for all libcrypto functions. SSL_load_error_strings() does the same, but also registers the libssl error strings. One of these functions should be...
 ERR_func_error_string(3) -- obtain human-readable error message
    ERR_error_string() generates a human-readable string representing the error code e, and places it at buf. buf must be at least 120 bytes long. If buf is NULL, the error string is placed in a static bu...
 ERR_get_error(3) -- obtain error code and data
    ERR_get_error() returns the earliest error code from the thread's error queue and removes the entry. This function can be called repeatedly until there are no more error codes to return. ERR_peek_err...
 ERR_get_error_line(3) -- obtain error code and data
    ERR_get_error() returns the earliest error code from the thread's error queue and removes the entry. This function can be called repeatedly until there are no more error codes to return. ERR_peek_err...
 ERR_get_error_line_data(3) -- obtain error code and data
    ERR_get_error() returns the earliest error code from the thread's error queue and removes the entry. This function can be called repeatedly until there are no more error codes to return. ERR_peek_err...
 ERR_GET_FUNC(3) -- get library, function and reason code
    The error code returned by ERR_get_error() consists of a library number, function code and reason code. ERR_GET_LIB(), ERR_GET_FUNC() and ERR_GET_REASON() can be used to extract these. The library num...
<<  [Prev]  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  48  49  50  51  52  53  54  55  56  57  58  59  60  61  62  63  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service