| /NextBSD/contrib/groff/src/libs/libgroff/ |
| HD | cmap.cpp | 50 int cmap_init::initialised = 0; member in cmap_init 54 if (initialised) in cmap_init() 56 initialised = 1; in cmap_init()
|
| HD | paper.cpp | 62 int papersize_init::initialised = 0; member in papersize_init 66 if (initialised) in papersize_init() 68 initialised = 1; in papersize_init()
|
| HD | cset.cpp | 89 int cset_init::initialised = 0; member in cset_init 93 if (initialised) in cset_init() 95 initialised = 1; in cset_init()
|
| /NextBSD/contrib/apr-util/misc/ |
| HD | apu_dso.c | 41 static apr_uint32_t initialised = 0, in_init = 1; variable 80 if (apr_atomic_inc32(&initialised)) { in apu_dso_init() 81 apr_atomic_set32(&initialised, 1); /* prevent wrap-around */ in apu_dso_init()
|
| /NextBSD/contrib/apr-util/crypto/ |
| HD | apr_crypto_openssl.c | 68 int initialised; member 136 if (ctx->initialised) { in crypto_block_cleanup() 138 ctx->initialised = 0; in crypto_block_cleanup() 495 block->initialised = 1; 666 block->initialised = 1;
|
| /NextBSD/contrib/apr-util/dbm/ |
| HD | apr_dbm.c | 63 static apr_uint32_t initialised = 0, in_init = 1; variable 122 if (apr_atomic_inc32(&initialised)) { in dbm_open_type() 123 apr_atomic_set32(&initialised, 1); /* prevent wrap-around */ in dbm_open_type()
|
| /NextBSD/contrib/groff/src/include/ |
| HD | paper.h | 29 static int initialised; variable
|
| HD | cmap.h | 53 static int initialised; variable
|
| HD | cset.h | 72 static int initialised; variable
|
| /NextBSD/crypto/openssl/crypto/engine/ |
| HD | eng_dyn.c | 349 int initialised; in dynamic_ctrl() local 355 initialised = ((ctx->dynamic_dso == NULL) ? 0 : 1); in dynamic_ctrl() 357 if (initialised) { in dynamic_ctrl()
|
| HD | README | 91 EVP_CIPHER_CTX is actually initialised with an EVP_CIPHER method and is about to 147 functional reference to the first that successfully initialised. In the latter 154 try to initialise from the "pile" will be those that are already initialised 172 new ENGINE changes, an abstract ENGINE can be loaded and initialised, but that 173 is an algorithm-agnostic process. Even if initialised, it will not have 185 initialised state. So if RSA code asks for an ENGINE and no ENGINE has 194 initialised state, so only modification operations (not queries) will cause that
|
| /NextBSD/contrib/apr-util/ |
| HD | CHANGES | 130 *) apr_crypto: Ensure the *driver variable is initialised when a statically 131 compiled library is initialised for the first time. [Graham Leggett] 133 *) apr_crypto: Ensure the *driver variable is initialised when the library
|
| /NextBSD/crypto/openssl/engines/ |
| HD | e_nuron.c | 170 int initialised = ((pvDSOHandle == NULL) ? 0 : 1); in nuron_ctrl() local 177 if (initialised) { in nuron_ctrl()
|
| HD | e_atalla.c | 439 int initialised = ((atalla_dso == NULL) ? 0 : 1); in atalla_ctrl() local 446 if (initialised) { in atalla_ctrl()
|
| HD | e_4758cca.c | 371 int initialised = ((dso == NULL) ? 0 : 1); in ibm_4758_cca_ctrl() local 379 if (initialised) { in ibm_4758_cca_ctrl()
|
| HD | e_aep.c | 581 int initialised = ((aep_dso == NULL) ? 0 : 1); in aep_ctrl() local 588 if (initialised) { in aep_ctrl()
|
| HD | e_ubsec.c | 547 int initialised = ((ubsec_dso == NULL) ? 0 : 1); in ubsec_ctrl() local 554 if (initialised) { in ubsec_ctrl()
|
| /NextBSD/contrib/apr-util/dbd/ |
| HD | apr_dbd.c | 37 static apr_uint32_t initialised = 0, in_init = 1; variable 95 if (apr_atomic_inc32(&initialised)) { in apr_dbd_init() 96 apr_atomic_set32(&initialised, 1); /* prevent wrap-around */ in apr_dbd_init()
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | BN_generate_prime.pod | 106 For "new" style callbacks a BN_GENCB structure should be initialised with a 109 "Old" style callbacks are the same except they are initialised with a call
|
| HD | engine.pod | 195 initialised and able to use any of its cryptographic 204 ENGINE, you have a guarantee that the ENGINE has been initialised and 205 is ready to perform cryptographic operations, and will remain initialised 254 already operational and couldn't be successfully initialised (eg. lack of 283 functional reference to an initialised ENGINE whose implementation should be 404 OpenSSL - if there is an ENGINE that implements it and can be initialised, 439 so that it can be initialised for use. This could include the path to any
|
| HD | BN_BLINDING_new.pod | 64 initialised to the thread id in which BN_BLINDING_new() was called.
|
| HD | X509_STORE_CTX_new.pod | 33 X509_STORE_CTX_new() returns a newly initialised B<X509_STORE_CTX> structure.
|
| /NextBSD/sys/contrib/vchiq/interface/vchiq_arm/ |
| HD | vchiq_core.h | 349 int initialised; member 403 int initialised; member
|
| /NextBSD/sys/arm/conf/ |
| HD | PANDABOARD.hints | 40 # SCM module is initialised.
|
| /NextBSD/lib/libc/locale/ |
| HD | DESIGN.xlocale | 101 global storage, which is initialised with the data from the current locale. 104 Instead, each locale contains a `struct lconv` that is lazily initialised on
|