Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 25 of 520) sorted by relevance

12345678910>>...21

/openbsd-src/gnu/usr.bin/gcc/gcc/config/
H A Ddarwin-crt2.c106 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()
/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin-crt2.c111 struct live_images *top, **lip, *destroy = NULL; in darwin_unwind_dyld_remove_image_hook() local
121 destroy = *lip; in darwin_unwind_dyld_remove_image_hook()
122 *lip = destroy->next; /* unlink DESTROY */ in darwin_unwind_dyld_remove_image_hook()
124 if (destroy->this_size != sizeof (*destroy)) /* sanity check */ in darwin_unwind_dyld_remove_image_hook()
133 if (destroy != NULL) in darwin_unwind_dyld_remove_image_hook()
135 if (destroy->destructor != NULL) in darwin_unwind_dyld_remove_image_hook()
136 (*destroy->destructor) (destroy); in darwin_unwind_dyld_remove_image_hook()
137 free (destroy); in darwin_unwind_dyld_remove_image_hook()
/openbsd-src/regress/sys/net/rdomains/
H A Difalocal.sh47 ifconfig vether6 destroy
49 ifconfig vether5 destroy
51 ifconfig vether4 destroy
53 ifconfig vether3 destroy
54 ifconfig lo5 destroy
55 ifconfig lo3 destroy
77 please destroy them before running this test.
/openbsd-src/regress/usr.sbin/bgpd/integrationtests/
H A Dl3vpn.sh28 ifconfig ${PAIR1} destroy || true
29 ifconfig ${PAIR2} destroy || true
30 ifconfig mpe${RDOMAIN3} destroy || true
31 ifconfig mpe${RDOMAIN4} destroy || true
36 ifconfig lo${RDOMAIN1} destroy || true
37 ifconfig lo${RDOMAIN2} destroy || true
38 ifconfig lo${RDOMAIN3} destroy || true
39 ifconfig lo${RDOMAIN4} destroy || true
H A Dlladdr.sh28 ifconfig ${GIF1} destroy || true
29 ifconfig ${GIF2} destroy || true
30 ifconfig ${PAIR1} destroy || true
31 ifconfig ${PAIR2} destroy || true
34 ifconfig lo${RDOMAIN1} destroy || true
35 ifconfig lo${RDOMAIN2} destroy || true
H A Dpolicy.sh27 ifconfig ${PAIR2} destroy || true
28 ifconfig ${PAIR1} destroy || true
31 ifconfig lo${RDOMAIN1} destroy || true
32 ifconfig lo${RDOMAIN2} destroy || true
H A Dmaxcomm.sh23 ifconfig ${PAIR2} destroy || true
24 ifconfig ${PAIR1} destroy || true
27 ifconfig lo${RDOMAIN1} destroy || true
28 ifconfig lo${RDOMAIN2} destroy || true
H A Dcapa.sh29 ifconfig ${PAIR2} destroy || true
30 ifconfig ${PAIR1} destroy || true
33 ifconfig lo${RDOMAIN1} destroy || true
34 ifconfig lo${RDOMAIN2} destroy || true
H A Dmaxprefix.sh23 ifconfig ${PAIR2} destroy || true
24 ifconfig ${PAIR1} destroy || true
27 ifconfig lo${RDOMAIN1} destroy || true
28 ifconfig lo${RDOMAIN2} destroy || true
H A Dmd5.sh23 ifconfig ${PAIR2} destroy || true
24 ifconfig ${PAIR1} destroy || true
27 ifconfig lo${RDOMAIN1} destroy || true
28 ifconfig lo${RDOMAIN2} destroy || true
H A Dmaxprefixout.sh23 ifconfig ${PAIR2} destroy || true
24 ifconfig ${PAIR1} destroy || true
27 ifconfig lo${RDOMAIN1} destroy || true
28 ifconfig lo${RDOMAIN2} destroy || true
H A Dattr.sh25 ifconfig ${PAIR2} destroy || true
26 ifconfig ${PAIR1} destroy || true
29 ifconfig lo${RDOMAIN1} destroy || true
30 ifconfig lo${RDOMAIN2} destroy || true
H A Dpftable.sh25 ifconfig ${PAIR2} destroy || true
26 ifconfig ${PAIR1} destroy || true
29 ifconfig lo${RDOMAIN1} destroy || true
30 ifconfig lo${RDOMAIN2} destroy || true
H A Dixp.sh26 ifconfig ${PAIR2} destroy || true
27 ifconfig ${PAIR1} destroy || true
30 ifconfig lo${RDOMAIN1} destroy || true
31 ifconfig lo${RDOMAIN2} destroy || true
H A Das0.sh25 ifconfig ${PAIR2} destroy || true
26 ifconfig ${PAIR1} destroy || true
29 ifconfig lo${RDOMAIN1} destroy || true
30 ifconfig lo${RDOMAIN2} destroy || true
H A Dovs.sh33 ifconfig ${PAIR2} destroy || true
34 ifconfig ${PAIR1} destroy || true
37 ifconfig lo${RDOMAIN1} destroy || true
38 ifconfig lo${RDOMAIN2} destroy || true
H A Dmed.sh26 ifconfig ${PAIR2} destroy || true
27 ifconfig ${PAIR1} destroy || true
30 ifconfig lo${RDOMAIN1} destroy || true
31 ifconfig lo${RDOMAIN2} destroy || true
/openbsd-src/regress/usr.bin/netstat/
H A DMakefile15 ${SUDO} ifconfig vether99 destroy 2>/dev/null || true
16 ${SUDO} ifconfig lo${RDOMAIN} destroy 2>/dev/null || true
19 ${SUDO} ifconfig vether99 destroy 2>/dev/null || true
20 ${SUDO} ifconfig lo${RDOMAIN} destroy 2>/dev/null || true
/openbsd-src/regress/usr.sbin/ospf6d/
H A Dnetwork_statement.sh26 ifconfig ${PAIR2} destroy || true
27 ifconfig ${PAIR1} destroy || true
28 ifconfig vether${RDOMAIN1} destroy || true
29 ifconfig vether${RDOMAIN2} destroy || true
32 ifconfig lo${RDOMAIN1} destroy || true
33 ifconfig lo${RDOMAIN2} destroy || true
/openbsd-src/regress/usr.sbin/ifstated/
H A Difstated36 ifconfig carp${VHIDA} destroy > /dev/null 2>&1
37 ifconfig carp${VHIDB} destroy > /dev/null 2>&1
38 ifconfig vether${VHIDB} destroy > /dev/null 2>&1
140 ifconfig carp${VHIDA} destroy
145 ifconfig carp${VHIDB} destroy
152 ifconfig carp${VHIDB} destroy
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Regression/
H A Dis_capture.t9 my $destroy = 0;
10 sub CountDestroy::DESTROY { $destroy++ }
18 is $destroy, 1, 'undef object destroyed after being passed to is';
/openbsd-src/lib/libcrypto/bio/
H A Dbio_meth.c139 return biom->destroy; in BIO_meth_get_destroy()
144 BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy)(BIO *)) in BIO_meth_set_destroy()
146 biom->destroy = destroy; in BIO_meth_set_destroy()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/
H A Dvthunk1.C14 virtual void destroy() {} in destroy() function
23 virtual void destroy() = 0;
28 virtual void destroy() {} in destroy() function
/openbsd-src/regress/usr.sbin/arp/
H A DMakefile21 -${SUDO} ifconfig vether10001 destroy
22 -${SUDO} ifconfig lo${RDOMAIN} destroy
25 -${SUDO} ifconfig vether10001 destroy
26 -${SUDO} ifconfig lo${RDOMAIN} destroy
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/
H A Dtestsuite_allocator.h59 destroy() { destructCount_++; } in destroy() function
152 destroy(pointer p) in destroy() function
155 allocation_tracker::destroy(); in destroy()

12345678910>>...21