| /src/external/ibm-public/postfix/dist/src/util/ |
| mvect.c | 11 /* char *mvect_alloc(vector, elsize, nelm, init_fn, wipe_fn) 15 /* void (*init_fn)(char *ptr, ssize_t count); 78 void (*init_fn) (char *, ssize_t), void (*wipe_fn) (char *, ssize_t)) 80 vect->init_fn = init_fn; 86 if (vect->init_fn) 87 vect->init_fn(vect->ptr, vect->nelm); 105 if (vect->init_fn) 106 vect->init_fn(vect->ptr + old_len * vect->elsize, incr);
|
| mvect.h | 25 MVECT_FN init_fn; member in struct:__anon23250
|
| /src/external/bsd/ppp/dist/pppd/ |
| crypto-priv.h | 39 int (*init_fn)(PPP_MD_CTX *ctx); member in struct:_PPP_MD 53 int (*init_fn)(PPP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv); member in struct:_PPP_CIPHER
|
| crypto.c | 77 if (ctx->md.init_fn) { 78 ret = ctx->md.init_fn(ctx); 135 if (ctx->cipher.init_fn) { 136 ret = ctx->cipher.init_fn(ctx, key, iv);
|
| ppp-md4.c | 435 .init_fn = md4_init,
|
| ppp-md5.c | 441 .init_fn = md5_init,
|
| ppp-sha1.c | 302 .init_fn = sha1_init,
|
| ppp-des.c | 720 .init_fn = des_init,
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| provider.c | 127 OSSL_provider_init_fn *init_fn) 131 if (name == NULL || init_fn == NULL) { 139 entry.init = init_fn;
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| provider.c | 116 OSSL_provider_init_fn *init_fn) 120 if (name == NULL || init_fn == NULL) { 130 entry.init = init_fn;
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| provider.h | 51 OSSL_provider_init_fn *init_fn);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| coverage.cc | 1077 tree ctor, stmt, init_fn; 1080 init_fn = build_pointer_type (gcov_info_type); 1081 init_fn = build_function_type_list (void_type_node, init_fn, NULL); 1082 init_fn = build_decl (BUILTINS_LOCATION, FUNCTION_DECL, 1083 get_identifier ("__gcov_init"), init_fn); 1084 TREE_PUBLIC (init_fn) = 1; 1085 DECL_EXTERNAL (init_fn) = 1; 1086 DECL_ASSEMBLER_NAME (init_fn); 1091 stmt = build_call_expr (init_fn, 1, stmt) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| coverage.cc | 1077 tree ctor, stmt, init_fn; 1080 init_fn = build_pointer_type (gcov_info_type); 1081 init_fn = build_function_type_list (void_type_node, init_fn, NULL); 1082 init_fn = build_decl (BUILTINS_LOCATION, FUNCTION_DECL, 1083 get_identifier ("__gcov_init"), init_fn); 1084 TREE_PUBLIC (init_fn) = 1; 1085 DECL_EXTERNAL (init_fn) = 1; 1086 DECL_ASSEMBLER_NAME (init_fn); 1091 stmt = build_call_expr (init_fn, 1, stmt) [all...] |
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| provider.h | 85 OSSL_provider_init_fn *init_fn);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| jit.c | 153 reader_init_fn_type *init_fn; local 160 init_fn = (reader_init_fn_type *) gdb_dlsym (so, reader_init_fn_sym); 161 if (!init_fn) 168 funcs = init_fn ();
|
| /src/external/gpl3/gdb/dist/gdb/ |
| jit.c | 153 reader_init_fn_type *init_fn; local 160 init_fn = (reader_init_fn_type *) gdb_dlsym (so, reader_init_fn_sym); 161 if (!init_fn) 168 funcs = init_fn ();
|
| /src/external/bsd/am-utils/dist/amd/ |
| amd.h | 226 typedef int init_fn(mnt_map *, char *, time_t *); typedef
|
| mapc.c | 111 init_fn *init; /* Initialization */
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| decl2.cc | 3991 if (init_fn) init_fn(); 4003 if (tree init_fn = get_tls_init_fn (var)) 4006 /* If init_fn is a weakref, make sure it exists before calling. */ 4007 if (lookup_attribute ("weak", DECL_ATTRIBUTES (init_fn))) 4010 tree addr = cp_build_addr_expr (init_fn, tf_warning_or_error); 4017 (init_fn, 0, NULL, tf_warning_or_error));
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| decl2.cc | 3807 if (init_fn) init_fn(); 3819 if (tree init_fn = get_tls_init_fn (var)) 3822 /* If init_fn is a weakref, make sure it exists before calling. */ 3823 if (lookup_attribute ("weak", DECL_ATTRIBUTES (init_fn))) 3826 tree addr = cp_build_addr_expr (init_fn, tf_warning_or_error); 3833 (init_fn, 0, NULL, tf_warning_or_error));
|