Searched refs:destroy (Results 1 - 25 of 270) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/
H A Dcleanpkcs11.sh19 if [ ! -x ../../pkcs11/pkcs11-destroy ]; then exit 1; fi
21 ../../pkcs11/pkcs11-destroy -s ${SLOT:-0} -p 1234
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin-crt2.c107 struct live_images *top, **lip, *destroy = NULL;
117 destroy = *lip;
118 *lip = destroy->next; /* unlink DESTROY */
120 if (destroy->this_size != sizeof (*destroy)) /* sanity check */
129 if (destroy != NULL)
131 if (destroy->destructor != NULL)
132 (*destroy->destructor) (destroy);
133 free (destroy);
106 struct live_images *top, **lip, *destroy = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/
H A Ddarwin-crt2.c112 struct live_images *top, **lip, *destroy = NULL;
122 destroy = *lip;
123 *lip = destroy->next; /* unlink DESTROY */
125 if (destroy->this_size != sizeof (*destroy)) /* sanity check */
134 if (destroy != NULL)
136 if (destroy->destructor != NULL)
137 (*destroy->destructor) (destroy);
138 free (destroy);
111 struct live_images *top, **lip, *destroy = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/
H A Dcall1.C27 void destroy (auto_ptr a) { function
34 destroy (new T);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/init/
H A Dcall1.C27 void destroy (auto_ptr a) { function
34 destroy (new T);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/abi/
H A Dvthunk1.C14 virtual void destroy() {} function in struct:B
23 virtual void destroy() = 0;
28 virtual void destroy() {} function in struct:G
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/abi/
H A Dvthunk1.C14 virtual void destroy() {} function in struct:B
23 virtual void destroy() = 0;
28 virtual void destroy() {} function in struct:G
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/backward/hash_map/
H A D23528.cc35 a.destroy(y);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/hash_map/
H A D23528.cc35 a.destroy(y);
/netbsd-6-1-5-RELEASE/tests/lib/semaphore/pthread/
H A Dt_sem_pth.c9 ATF_TP_ADD_TC(tp, destroy);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/filters/
H A Dfilter-composite.c43 (*filters)->destroy(*filters);
73 cft->destroy = _composite_destroy;
H A Dfilter-md.c63 f->destroy = _destroy;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/libsaslc/dist/src/
H A Dmech_anonymous.c85 .destroy = saslc__mech_generic_destroy
H A Dmech_external.c81 .destroy = saslc__mech_generic_destroy
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/wpa_gui/
H A Deventhistory.ui.h8 ** Instead, write your code in functions called init() and destroy().
18 void EventHistory::destroy() function in class:EventHistory
/netbsd-6-1-5-RELEASE/sbin/gpt/
H A DMakefile5 SRCS= add.c biosboot.c create.c destroy.c gpt.c label.c map.c migrate.c \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/pkcs11/win32/
H A Dpk11destroy.mak108 ALL : "..\..\..\Build\Release\pkcs11-destroy.exe"
112 -@erase "$(INTDIR)\pkcs11-destroy.obj"
114 -@erase "..\..\..\Build\Release\pkcs11-destroy.exe"
159 LINK32_FLAGS=user32.lib advapi32.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\pkcs11-destroy.pdb" /machine:I386 /out:"../../../Build/Release/pkcs11-destroy.exe"
160 LINK32_OBJS= "$(INTDIR)\pkcs11-destroy.obj"
162 "..\..\..\Build\Release\pkcs11-destroy.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
176 ALL : "..\..\..\Build\Debug\pkcs11-destroy.exe" "$(OUTDIR)\pk11destroy.bsc"
180 -@erase "$(INTDIR)\pkcs11-destroy.obj"
181 -@erase "$(INTDIR)\pkcs11-destroy
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dslapauth.c112 goto destroy;
122 goto destroy;
139 goto destroy;
151 goto destroy;
155 goto destroy;
166 goto destroy;
170 destroy:;
H A Dslapacl.c92 goto destroy;
123 goto destroy;
133 goto destroy;
145 goto destroy;
157 goto destroy;
167 goto destroy;
179 goto destroy;
221 goto destroy;
241 goto destroy;
254 goto destroy;
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-perfpow.c111 int i, j, k, unique, destroy, res; local
161 destroy = 1;
166 destroy = mpz_get_ui (np) % (nrprimes - 2) + 1;
169 g = exp[destroy];
170 for (k = destroy + 1; k < nrprimes; k++)
173 for (j = 0; j < destroy; j++)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dstore_cred.c52 int destroy = 0; local
93 destroy = 1;
100 if (destroy)
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/include/
H A Ddev-cache.h28 void (*destroy) (struct dev_filter * f); member in struct:dev_filter
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/device/
H A Ddev-cache.h28 void (*destroy) (struct dev_filter * f); member in struct:dev_filter
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/freeseg/
H A Dfreeseg.c43 .destroy = _freeseg_destroy,
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Devent.c38 destroy(isc_event_t *event) { function
73 sender, destroy, mctx);

Completed in 400 milliseconds

1234567891011