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

1234567891011>>

/macosx-10.9.5/xar-202/xar/test/
H A Dattr5 cleanup() { function
10 cleanup
17 cleanup
27 cleanup
34 cleanup
37 cleanup
40 cleanup
47 cleanup
57 cleanup
64 #cleanup
[all...]
H A Ddata5 cleanup() { function
10 cleanup
20 cleanup
27 cleanup
33 cleanup
36 cleanup
50 cleanup
57 cleanup
62 cleanup
65 cleanup
[all...]
H A Dheap5 cleanup() { function
10 cleanup
25 cleanup
33 cleanup
36 cleanup
48 cleanup
59 cleanup
67 cleanup
70 cleanup
82 cleanup
[all...]
/macosx-10.9.5/postfix-252/postfix/src/local/
H A Dforward.c88 * Use one cleanup service connection for each (delivered to, sender) pair.
93 VSTREAM *cleanup; /* clean up service handle */ member in struct:FORWARD_INFO
113 /* forward_open - open connection to cleanup service */
119 VSTREAM *cleanup; local
122 * Contact the cleanup service and save the new mail queue id. Request
123 * that the cleanup service bounces bad messages to the sender so that we
130 cleanup = mail_connect(MAIL_CLASS_PUBLIC, var_cleanup_service, BLOCKING);
131 if (cleanup == 0)
133 close_on_exec(vstream_fileno(cleanup), CLOSE_ON_EXEC);
134 if (attr_scan(cleanup, ATTR_FLAG_STRIC
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/PreferencePane/
H A Dinstalltool79 system ('/bin/cp', '-f', $src, $dest_tmp) and cleanup();
80 (chown 0, 80, $dest_tmp) or cleanup();
81 (chmod 04555, $dest_tmp) or cleanup();
82 (rename $dest_tmp, $dest) or cleanup();
86 sub cleanup { subroutine
/macosx-10.9.5/OpenPAM-20/openpam/lib/
H A Dpam_set_data.c56 void (*cleanup)(pam_handle_t *pamh,
67 if (dp->cleanup)
68 (dp->cleanup)(pamh, dp->data, PAM_SUCCESS);
70 dp->cleanup = cleanup;
81 dp->cleanup = cleanup;
99 * If not =NULL, the =cleanup argument should point to a function
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dlog.c100 goto cleanup;
104 goto cleanup;
108 cleanup:
138 goto cleanup;
147 goto cleanup;
157 cleanup:
174 goto cleanup;
191 goto cleanup;
196 cleanup:
208 goto cleanup;
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DCrashRecoveryContext.h53 void registerCleanup(CrashRecoveryContextCleanup *cleanup);
54 void unregisterCleanup(CrashRecoveryContextCleanup *cleanup);
180 CrashRecoveryContextCleanup *cleanup; member in class:llvm::CrashRecoveryContextCleanupRegistrar
183 : cleanup(Cleanup::create(x)) {
184 if (cleanup)
185 cleanup->getContext()->registerCleanup(cleanup);
193 if (cleanup && !cleanup->cleanupFired)
194 cleanup
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dpop_auth.h43 int (*cleanup)(POP*, void*); member in struct:auth_mech
/macosx-10.9.5/libtelnet-13/
H A Dforward.c57 goto cleanup;
60 goto cleanup;
63 goto cleanup;
65 cleanup:
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dfifo_open.c35 static void cleanup(void) function
46 cleanup();
61 cleanup();
65 cleanup();
H A Dfifo_rdonly_bug.c41 static void cleanup(void) function
52 cleanup();
67 cleanup();
122 cleanup();
/macosx-10.9.5/expat-12/expat/amiga/
H A Dlaunch.c32 void cleanup() __attribute__((destructor));
45 void cleanup() function
/macosx-10.9.5/pam_modules-138/common/
H A DCommon.c38 goto cleanup;
48 cleanup:
63 goto cleanup;
70 goto cleanup;
75 cleanup:
91 goto cleanup;
99 goto cleanup;
110 cleanup:
139 goto cleanup;
171 goto cleanup;
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/sasldb/
H A Ddb_testw32.c92 goto cleanup;
99 goto cleanup;
105 goto cleanup;
115 goto cleanup;
121 cleanup:
146 goto cleanup;
160 cleanup:
/macosx-10.9.5/pam_modules-138/modules/pam_opendirectory/
H A Dpam_opendirectory.c72 goto cleanup;
76 goto cleanup;
83 goto cleanup;
95 goto cleanup;
102 goto cleanup;
108 goto cleanup;
114 goto cleanup;
121 goto cleanup;
129 goto cleanup;
133 cleanup
[all...]
/macosx-10.9.5/SecurityTool-55115/
H A Dkeychain_set_settings.c54 goto cleanup;
63 cleanup:
89 goto cleanup;
128 goto cleanup;
142 cleanup:
183 goto cleanup;
204 goto cleanup;
210 goto cleanup;
215 cleanup:
241 goto cleanup;
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/unix/
H A Dapr_arch_inherit.h24 #define APR_IMPLEMENT_INHERIT_SET(name, flag, pool, cleanup) \
39 cleanup, apr_pool_cleanup_null); \
44 #define APR_IMPLEMENT_INHERIT_UNSET(name, flag, pool, cleanup) \
59 cleanup, cleanup); \
/macosx-10.9.5/apr-30/apr/apr/include/arch/unix/
H A Dapr_arch_inherit.h24 #define APR_IMPLEMENT_INHERIT_SET(name, flag, pool, cleanup) \
39 cleanup, apr_pool_cleanup_null); \
44 #define APR_IMPLEMENT_INHERIT_UNSET(name, flag, pool, cleanup) \
59 cleanup, cleanup); \
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dimpersonal.tcl70 proc cleanup {{message ""} {code 500}} { procedure
140 cleanup "missing argument to $option"
158 cleanup "unknown option $option"
165 cleanup "userName doesn't exist: $userName"
169 cleanup "userName doesn't have a home directory: $userName"
177 cleanup "configFile file doesn't exist: $configFile"
191 cleanup "configFile didn't define $k: $configFile"
206 cleanup "lost connection"
235 cleanup "server supports only HTTP/1.0" 501
240 cleanup "serve
[all...]
/macosx-10.9.5/groff-38/groff/src/utils/indxbib/
H A Dsignal.c39 extern void cleanup(void);
44 cleanup();
/macosx-10.9.5/postfix-252/postfix/src/pickup/
H A Dpickup.c84 /* cleanup(8), message canonicalization
185 /* cleanup_service_error_reason - handle error writing to cleanup service. */
192 * XXX If the cleanup server gave a reason, then it was already logged.
211 static int copy_segment(VSTREAM *qfile, VSTREAM *cleanup, PICKUP_INFO *info, argument
244 rec_fprintf(cleanup, REC_TYPE_TIME, "%ld",
292 rec_put(cleanup, REC_TYPE_NORM, "", 0);
294 if ((REC_PUT_BUF(cleanup, type, buf)) < 0)
300 /* pickup_copy - copy message to cleanup service */
302 static int pickup_copy(VSTREAM *qfile, VSTREAM *cleanup, argument
331 rec_fprintf(cleanup, REC_TYPE_FIL
423 VSTREAM *cleanup; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/netlogon/
H A Dimport_name.c64 goto cleanup;
68 goto cleanup;
81 goto cleanup;
89 cleanup:
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/hybridPixmap/
H A Dtst_hybridPixmap.cpp36 void cleanup() function in class:tst_hybridPixmap
/macosx-10.9.5/dtrace-118.1/test/tst/common/funcs/
H A Dtst.freopen.ksh52 cleanup() function
79 cleanup
89 cleanup
98 cleanup

Completed in 333 milliseconds

1234567891011>>