|
cos(3) -- cosine functions
|
The cos() function computes the cosine of x (measured in radians). The cosf() function is a single precision version of cos(). A large magnitude argument may yield a result with little or no significa... |
cosf(3) -- cosine functions
|
The cos() function computes the cosine of x (measured in radians). The cosf() function is a single precision version of cos(). A large magnitude argument may yield a result with little or no significa... |
cosh(3) -- hyperbolic cosine functions
|
The cosh() function computes the hyperbolic cosine of x. The coshf() function is a single precision version of cosh(). |
coshf(3) -- hyperbolic cosine functions
|
The cosh() function computes the hyperbolic cosine of x. The coshf() function is a single precision version of cosh(). |
crc32(3) -- zlib general purpose compression library
|
This manual page describes the zlib general purpose compression library, version 1.1.4. The zlib compression library provides in-memory compression and decompression functions, including integrity che... |
creat(3) -- create a new file
|
This interface is made obsolete by: open(2). creat() is the same as: open(path, O_CREAT | O_TRUNC | O_WRONLY, mode); |
crypt(3) -- DES encryption
|
The crypt() function performs password encryption based on the NBS Data Encryption Standard (DES). Additional code has been added to deter key search attempts and to use stronger hashing algorithms. T... |
crypto(3) -- OpenSSL cryptographic library
|
|
CRYPTO_add(3) -- OpenSSL thread support
|
OpenSSL can safely be used in multi-threaded applications provided that at least two callback functions are set. locking_function(int mode, int n, const char *file, int line) is needed to perform lock... |
CRYPTO_add_lock(3) -- OpenSSL thread support
|
OpenSSL can safely be used in multi-threaded applications provided that at least two callback functions are set. locking_function(int mode, int n, const char *file, int line) is needed to perform lock... |
CRYPTO_destroy_dynlockid(3) -- OpenSSL thread support
|
OpenSSL can safely be used in multi-threaded applications provided that at least two callback functions are set. locking_function(int mode, int n, const char *file, int line) is needed to perform lock... |
CRYPTO_get_ex_data(3) -- internal application specific data functions
|
Several OpenSSL structures can have application specific data attached to them. These functions are used internally by OpenSSL to manipulate application specific data attached to a specific structure.... |
CRYPTO_get_new_dynlockid(3) -- OpenSSL thread support
|
OpenSSL can safely be used in multi-threaded applications provided that at least two callback functions are set. locking_function(int mode, int n, const char *file, int line) is needed to perform lock... |