| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
| H A D | darwin-crt2.c | 106 struct live_images *top, **lip, *destroy = NULL; in darwin_unwind_dyld_remove_image_hook() local 116 destroy = *lip; in darwin_unwind_dyld_remove_image_hook() 117 *lip = destroy->next; /* unlink DESTROY */ in darwin_unwind_dyld_remove_image_hook() 119 if (destroy->this_size != sizeof (*destroy)) /* sanity check */ in darwin_unwind_dyld_remove_image_hook() 128 if (destroy != NULL) in darwin_unwind_dyld_remove_image_hook() 130 if (destroy->destructor != NULL) in darwin_unwind_dyld_remove_image_hook() 131 (*destroy->destructor) (destroy); in darwin_unwind_dyld_remove_image_hook() 132 free (destroy); in darwin_unwind_dyld_remove_image_hook()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| H A D | darwin-crt2.c | 106 struct live_images *top, **lip, *destroy = NULL; in darwin_unwind_dyld_remove_image_hook() local 116 destroy = *lip; in darwin_unwind_dyld_remove_image_hook() 117 *lip = destroy->next; /* unlink DESTROY */ in darwin_unwind_dyld_remove_image_hook() 119 if (destroy->this_size != sizeof (*destroy)) /* sanity check */ in darwin_unwind_dyld_remove_image_hook() 128 if (destroy != NULL) in darwin_unwind_dyld_remove_image_hook() 130 if (destroy->destructor != NULL) in darwin_unwind_dyld_remove_image_hook() 131 (*destroy->destructor) (destroy); in darwin_unwind_dyld_remove_image_hook() 132 free (destroy); in darwin_unwind_dyld_remove_image_hook()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | ipc.cc | 387 destroy (arg3); in ipc_doWork() 388 destroy (res); in ipc_doWork() 404 destroy (res); in ipc_doWork() 436 destroy (res); in ipc_doWork() 455 destroy (res); in ipc_doWork() 545 destroy (groups); in ipc_doWork() 554 destroy (groups); in ipc_doWork() 595 destroy (res); in ipc_doWork() 602 destroy (res); in ipc_doWork() 636 destroy (res); in ipc_doWork() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | ipc.cc | 388 destroy (arg3); in ipc_doWork() 389 destroy (res); in ipc_doWork() 405 destroy (res); in ipc_doWork() 437 destroy (res); in ipc_doWork() 456 destroy (res); in ipc_doWork() 546 destroy (groups); in ipc_doWork() 555 destroy (groups); in ipc_doWork() 596 destroy (res); in ipc_doWork() 603 destroy (res); in ipc_doWork() 637 destroy (res); in ipc_doWork() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | slapacl.c | 95 goto destroy; in slapacl() 126 goto destroy; in slapacl() 136 goto destroy; in slapacl() 148 goto destroy; in slapacl() 160 goto destroy; in slapacl() 170 goto destroy; in slapacl() 182 goto destroy; in slapacl() 224 goto destroy; in slapacl() 244 goto destroy; in slapacl() 257 goto destroy; in slapacl() [all …]
|
| H A D | main.c | 566 goto destroy; in ServiceMain() 574 goto destroy; in ServiceMain() 590 goto destroy; in ServiceMain() 649 goto destroy; in ServiceMain() 656 goto destroy; in ServiceMain() 663 goto destroy; in ServiceMain() 841 goto destroy; in ServiceMain() 855 goto destroy; in ServiceMain() 866 goto destroy; in ServiceMain() 874 goto destroy; in ServiceMain() [all …]
|
| H A D | slapauth.c | 115 goto destroy; in slapauth() 125 goto destroy; in slapauth() 142 goto destroy; in slapauth() 154 goto destroy; in slapauth() 158 goto destroy; in slapauth() 169 goto destroy; in slapauth() 173 destroy:; in slapauth()
|
| H A D | slappasswd.c | 240 goto destroy; in slappasswd() 245 goto destroy; in slappasswd() 252 goto destroy; in slappasswd() 264 goto destroy; in slappasswd() 281 goto destroy; in slappasswd() 288 goto destroy; in slappasswd() 294 destroy:; in slappasswd()
|
| /netbsd-src/external/lgpl3/gmp/dist/tests/mpz/ |
| H A D | t-perfpow.c | 110 int i, j, k, unique, destroy, res; in check_random() local 160 destroy = 1; in check_random() 165 destroy = mpz_get_ui (np) % (nrprimes - 2); in check_random() 168 g = exp[destroy]; in check_random() 169 for (k = destroy + 1; k < nrprimes; k++) in check_random() 172 for (j = 0; j < destroy; j++) in check_random() 210 if (res == 1 && destroy != 0) in check_random() 215 else if (res == 0 && destroy == 0) in check_random()
|
| /netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
| H A D | main.c | 477 goto destroy; in ServiceMain() 536 goto destroy; in ServiceMain() 543 goto destroy; in ServiceMain() 550 goto destroy; in ServiceMain() 672 goto destroy; in ServiceMain() 683 goto destroy; in ServiceMain() 690 if ( rc ) goto destroy; in ServiceMain() 696 if ( rc ) goto destroy; in ServiceMain() 701 goto destroy; in ServiceMain() 710 goto destroy; in ServiceMain() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.lifetime/ |
| H A D | large_aggregate_destroy_21097.d | 22 destroy(s); in test_largestruct() 40 destroy(s); in test_largestruct_w_opassign() 53 destroy(s); in test_largearray() 67 destroy(s); in test_largearray_w_opassign()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| H A D | alloc_traits.h | 67 using _Base_type::destroy; in _GLIBCXX_VISIBILITY() 93 destroy(_Alloc& __a, _Ptr __p) in _GLIBCXX_VISIBILITY() function 94 noexcept(noexcept(_Base_type::destroy(__a, std::__to_address(__p)))) in _GLIBCXX_VISIBILITY() 95 { _Base_type::destroy(__a, std::__to_address(__p)); } in _GLIBCXX_VISIBILITY() 147 static void destroy(_Alloc& __a, pointer __p) in _GLIBCXX_VISIBILITY() function 148 { __a.destroy(__p); } in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| H A D | alloc_traits.h | 67 using _Base_type::destroy; in _GLIBCXX_VISIBILITY() 93 destroy(_Alloc& __a, _Ptr __p) in _GLIBCXX_VISIBILITY() function 94 noexcept(noexcept(_Base_type::destroy(__a, std::__to_address(__p)))) in _GLIBCXX_VISIBILITY() 95 { _Base_type::destroy(__a, std::__to_address(__p)); } in _GLIBCXX_VISIBILITY() 147 static void destroy(_Alloc& __a, pointer __p) in _GLIBCXX_VISIBILITY() function 148 { __a.destroy(__p); } in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/sys/dev/dm/ |
| H A D | dm_target.c | 167 if (dm_target->destroy == NULL) { in dm_target_insert() 324 dmt->destroy = &dm_target_linear_destroy; in dm_target_init() 339 dmt->destroy = &dm_target_stripe_destroy; in dm_target_init() 351 dmt->destroy = &dm_target_error_destroy; in dm_target_init() 362 dmt->destroy = &dm_target_zero_destroy; in dm_target_init() 376 dmt->destroy = &dm_target_delay_destroy; in dm_target_init() 391 dmt->destroy = &dm_target_flakey_destroy; in dm_target_init()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/ |
| H A D | uninitialized_algorithms.h | 127 void destroy(_ForwardIterator __first, _ForwardIterator __last) { in destroy() function 152 _VSTD::destroy(__first, __idx); in uninitialized_default_construct() 171 _VSTD::destroy(__first, __idx); in uninitialized_default_construct_n() 190 _VSTD::destroy(__first, __idx); in uninitialized_value_construct() 209 _VSTD::destroy(__first, __idx); in uninitialized_value_construct_n() 229 _VSTD::destroy(__first_res, __idx); in uninitialized_move() 249 _VSTD::destroy(__first_res, __idx); in uninitialized_move_n()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | __functional_03 | 33 virtual void destroy() = 0; 52 virtual void destroy() = 0; 71 virtual void destroy() = 0; 90 virtual void destroy() = 0; 111 virtual void destroy(); 142 __func<_Fp, _Alloc, _Rp()>::destroy() 197 virtual void destroy(); 228 __func<_Fp, _Alloc, _Rp(_A0)>::destroy() 283 virtual void destroy(); 314 __func<_Fp, _Alloc, _Rp(_A0, _A1)>::destroy() [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| H A D | engine.c | 52 void (*destroy)(ENGINE *); member 87 if(engine->destroy) in ENGINE_finish() 88 (*engine->destroy)(engine); in ENGINE_finish() 136 ENGINE_set_destroy_function(ENGINE *e, void (*destroy)(ENGINE *)) in ENGINE_set_destroy_function() 138 e->destroy = destroy; in ENGINE_set_destroy_function()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
| H A D | arrayassign.d | 70 ti.destroy(ptmp); in _d_arrayassign_l() 83 ti.destroy(ptmp); in _d_arrayassign_l() 160 ti.destroy(ptmp); in _d_arrayassign_r() 195 ti.destroy(to.ptr + i * element_size); in _d_arrayctor() 223 ti.destroy(ptmp); in _d_arraysetassign() 256 ti.destroy(p); in _d_arraysetctor()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
| H A D | arrayassign.d | 70 ti.destroy(ptmp); in _d_arrayassign_l() 83 ti.destroy(ptmp); in _d_arrayassign_l() 160 ti.destroy(ptmp); in _d_arrayassign_r() 195 ti.destroy(to.ptr + i * element_size); in _d_arrayctor() 223 ti.destroy(ptmp); in _d_arraysetassign() 256 ti.destroy(p); in _d_arraysetctor()
|
| /netbsd-src/crypto/external/bsd/libsaslc/dist/doc/ |
| H A D | library.txt | 103 * ANONYMOUS (create, destroy, cont) 104 * EXTERNAL (create, destroy, cont) 105 * PLAIN (create, destroy, cont) 106 * LOGIN (create, destroy, cont) 107 * CRAM-MD5 (create, destroy, cont) 108 * DIGEST-MD5 (create, destroy, cont, encode, decode) 109 * GSSAPI (create, destroy, cont, encode, decode) 137 // destroy mech_sess structure 152 mech_generic_destroy; /* destroy function - destroys mechanism
|
| /netbsd-src/tests/net/if_wg/ |
| H A D | t_basic.sh | 137 atf_set "descr" "tests to create/destroy wg(4) interfaces" 205 atf_set "descr" "tests to create/destroy peers (IPv4)" 226 atf_set "descr" "tests to create/destroy peers (IPv6)" 408 $ifconfig wg0 destroy 409 $ifconfig wg1 destroy 411 $ifconfig wg0 destroy 413 $ifconfig wg0 destroy 493 $ifconfig wg0 destroy 495 $ifconfig wg0 destroy 497 $ifconfig wg0 destroy [all...] |
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
| H A D | eng_lib.c | 62 e->destroy = NULL; in engine_set_all_null() 94 if (e->destroy) in engine_free_util() 95 e->destroy(e); in engine_free_util() 218 e->destroy = destroy_f; in ENGINE_set_destroy_function() 264 return e->destroy; in ENGINE_get_destroy_function()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/engine/ |
| H A D | eng_lib.c | 60 e->destroy = NULL; in engine_set_all_null() 92 if (e->destroy) in engine_free_util() 93 e->destroy(e); in engine_free_util() 223 e->destroy = destroy_f; in ENGINE_set_destroy_function() 269 return e->destroy; in ENGINE_get_destroy_function()
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
| H A D | refcount.h | 141 #define ISC__REFCOUNT_TRACE_IMPL(name, destroy, stat) \ 160 destroy(ptr); \ 187 destroy(ptr); \ 194 #define ISC_REFCOUNT_TRACE_IMPL(name, destroy) \ 195 ISC__REFCOUNT_TRACE_IMPL(name, destroy, ISC_REFCOUNT_BLANK) 196 #define ISC_REFCOUNT_STATIC_TRACE_IMPL(name, destroy) \ 197 ISC__REFCOUNT_TRACE_IMPL(name, destroy, static inline) 209 #define ISC__REFCOUNT_IMPL(name, destroy, stat) \ 220 destroy(ptr); \ argument 236 #define ISC_REFCOUNT_IMPL(name, destroy) \ 164 ISC_REFCOUNT_TRACE_IMPL(name,destroy) global() argument [all...] |
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
| H A D | event.c | 29 destroy(isc_event_t *event) { in destroy() function 45 ISC_EVENT_INIT(event, size, 0, NULL, type, action, arg, sender, destroy, in isc_event_allocate() 77 destroy, mctx); in isc_event_constallocate()
|