Searched refs:cleanup (Results 1 - 25 of 153) sorted by relevance

1234567

/external/ppp/pppd/plugins/radius/
H A Dradattr.c26 static void cleanup(void *opaque, int arg);
45 /* calling cleanup() on link down is problematic because print_attributes()
48 add_notifier(&link_down_notifier, cleanup, NULL);
52 add_notifier(&exitnotify, cleanup, NULL);
94 * %FUNCTION: cleanup
104 cleanup(void *opaque, int arg) function
/external/e2fsprogs/lib/ext2fs/
H A Dmkdir.c52 goto cleanup;
60 goto cleanup;
67 goto cleanup;
75 goto cleanup;
96 goto cleanup;
99 goto cleanup;
110 goto cleanup;
113 goto cleanup;
116 goto cleanup;
126 goto cleanup;
[all...]
H A Dopenfs.c109 goto cleanup;
124 goto cleanup;
127 goto cleanup;
132 goto cleanup;
137 goto cleanup;
142 goto cleanup;
161 goto cleanup;
172 goto cleanup;
177 goto cleanup;
192 goto cleanup;
[all...]
H A Dinitialize.c129 goto cleanup;
134 goto cleanup;
139 goto cleanup;
164 goto cleanup;
168 goto cleanup;
196 goto cleanup;
216 goto cleanup;
300 goto cleanup;
343 goto cleanup;
348 goto cleanup;
[all...]
H A Dbb_inode.c78 goto cleanup;
89 goto cleanup;
92 goto cleanup;
106 goto cleanup;
112 goto cleanup;
115 goto cleanup;
125 goto cleanup;
135 goto cleanup;
137 cleanup:
H A Dget_pathname.c99 goto cleanup;
102 goto cleanup;
108 goto cleanup;
120 goto cleanup;
134 cleanup:
/external/expat/amiga/
H A Dlaunch.c32 void cleanup() __attribute__((destructor));
45 void cleanup() function
/external/dropbear/
H A Dlistener.h39 void (*cleanup)(struct Listener*); member in struct:Listener
56 void (*cleanup)(struct Listener*));
H A Dsvr-authpam.c190 goto cleanup;
205 goto cleanup;
212 goto cleanup;
227 goto cleanup;
238 goto cleanup;
247 cleanup:
H A Dlistener.c78 * cleanup(void* typedata) happens when cleaning up */
82 void (*cleanup)(struct Listener*)) {
127 newlisten->cleanup = cleanup;
155 if (listener->cleanup) {
156 listener->cleanup(listener);
/external/openssl/crypto/evp/
H A Devp_locl.h106 key_len, iv_len, flags, init_key, cleanup, \
113 cleanup, \
122 iv_len, flags, init_key, cleanup, set_asn1, \
125 iv_len, flags, init_key, cleanup, set_asn1, get_asn1, ctrl)
128 iv_len, cbits, flags, init_key, cleanup, \
132 flags, init_key, cleanup, set_asn1, get_asn1, ctrl)
135 iv_len, cbits, flags, init_key, cleanup, \
138 key_len, iv_len, flags, init_key, cleanup, set_asn1, \
142 flags, init_key, cleanup, set_asn1, \
145 0, flags, init_key, cleanup, set_asn
[all...]
/external/webkit/WebKit/qt/tests/hybridPixmap/
H A Dtst_hybridPixmap.cpp36 void cleanup() function in class:tst_hybridPixmap
/external/webkit/WebKit/qt/tests/qwebhistoryinterface/
H A Dtst_qwebhistoryinterface.cpp39 void cleanup();
66 void tst_QWebHistoryInterface::cleanup() function in class:tst_QWebHistoryInterface
/external/bzip2/
H A Dxmlproc.sh62 cleanup() { function
84 cleanup $xmlfmtfile
93 cleanup $OUT $xmlfmtfile *.aux *.fo *.log *.out
103 cleanup $OUT $xmlfmtfile $pdffile *.aux *.fo *.log *.out
/external/emma/core/java12/com/vladium/emma/report/
H A DIReportGenerator.java32 void cleanup (); method in interface:IReportGenerator
/external/icu4c/i18n/
H A Dregexst.h39 static UBool cleanup();
H A Duspoof_buildwsconf.cpp135 goto cleanup;
143 goto cleanup;
149 goto cleanup;
176 goto cleanup;
179 goto cleanup;
203 goto cleanup;
207 goto cleanup;
234 goto cleanup;
244 goto cleanup;
253 goto cleanup;
[all...]
/external/webkit/WebKitTools/wx/build/
H A Dwaf_extensions.py48 def cleanup(): function in function:exec_command
58 cleanup()
62 cleanup()
/external/ppp/pppd/
H A Dpppox.c39 .cleanup = NULL,
/external/opencore/oscl/oscl/osclbase/src/
H A Doscl_base.cpp58 OsclSingletonRegistry::cleanup(alloc, error);
67 OsclTLSRegistry::cleanup(alloc, error);
/external/qemu/distrib/sdl-1.2.12/src/main/epoc/
H A DSDL_main.cpp69 CTrapCleanup* cleanup = CTrapCleanup::New(); local
113 delete cleanup;
/external/webkit/WebKit/qt/tests/benchmarks/loading/
H A Dtst_loading.cpp57 void cleanup();
78 void tst_Loading::cleanup() function in class:tst_Loading
/external/webkit/WebKit/qt/tests/benchmarks/painting/
H A Dtst_painting.cpp57 void cleanup();
78 void tst_Painting::cleanup() function in class:tst_Painting
/external/e2fsprogs/e2fsck/
H A Dprofile_helpers.c159 goto cleanup;
166 goto cleanup;
172 cleanup:
200 goto cleanup;
208 cleanup:
236 goto cleanup;
248 cleanup:
/external/icu4c/common/
H A Dustr_wcs.c114 goto cleanup;
127 goto cleanup;
136 goto cleanup;
216 cleanup:
318 goto cleanup;
370 goto cleanup;
391 goto cleanup;
436 goto cleanup;
465 cleanup:

Completed in 347 milliseconds

1234567