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

1234567891011>>

/macosx-10.10/mDNSResponder-561.1.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.10/Security-57031.1.35/SecurityTests/clxutils/sslEAP/
H A DringBufferThreads.cpp97 goto cleanup;
102 goto cleanup;
107 goto cleanup;
113 goto cleanup;
118 goto cleanup;
124 goto cleanup;
130 goto cleanup;
137 goto cleanup;
145 goto cleanup;
154 goto cleanup;
[all...]
/macosx-10.10/postfix-255/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
127 * Contact the cleanup service and save the new mail queue id. Request
128 * that the cleanup service bounces bad messages to the sender so that we
135 cleanup = mail_connect(MAIL_CLASS_PUBLIC, var_cleanup_service, BLOCKING);
136 if (cleanup == 0)
138 close_on_exec(vstream_fileno(cleanup), CLOSE_ON_EXEC);
139 if (attr_scan(cleanup, ATTR_FLAG_STRIC
[all...]
/macosx-10.10/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.10/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DsslRingBufferThreads.cpp53 goto cleanup;
58 goto cleanup;
63 goto cleanup;
68 goto cleanup;
74 goto cleanup;
81 goto cleanup;
88 goto cleanup;
95 goto cleanup;
104 goto cleanup;
110 goto cleanup;
[all...]
H A DsslServe.cpp131 goto cleanup;
140 goto cleanup;
145 goto cleanup;
153 goto cleanup;
158 goto cleanup;
167 goto cleanup;
189 goto cleanup;
195 goto cleanup;
203 goto cleanup;
209 goto cleanup;
[all...]
/macosx-10.10/bind9-45.101/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.10/llvmCore-3425.0.34/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.10/Heimdal-398.1.2/appl/popper/
H A Dpop_auth.h43 int (*cleanup)(POP*, void*); member in struct:auth_mech
/macosx-10.10/libtelnet-13/
H A Dforward.c57 goto cleanup;
60 goto cleanup;
63 goto cleanup;
65 cleanup:
/macosx-10.10/postfix-255/postfix/src/util/
H A Dfifo_open.c35 static void cleanup(void) function
46 cleanup();
61 cleanup();
65 cleanup();
/macosx-10.10/xnu-2782.1.97/tools/tests/perf_index/
H A Dperf_index.h6 #define DECL_CLEANUP int cleanup(int num_threads, long long length)
/macosx-10.10/expat-12/expat/amiga/
H A Dlaunch.c32 void cleanup() __attribute__((destructor));
45 void cleanup() function
/macosx-10.10/pam_modules-140/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.10/Security-57031.1.35/sslViewer/
H A DsslClient.cpp62 goto cleanup;
67 goto cleanup;
72 goto cleanup;
79 goto cleanup;
87 goto cleanup;
92 goto cleanup;
98 goto cleanup;
105 goto cleanup;
111 goto cleanup;
131 goto cleanup;
[all...]
/macosx-10.10/passwordserver_sasl-193/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.10/pam_modules-140/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.10/Security-57031.1.35/SecurityTool/
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.10/apr-32/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.10/tcl-105/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.10/groff-38/groff/src/utils/indxbib/
H A Dsignal.c39 extern void cleanup(void);
44 cleanup();
/macosx-10.10/OpenSSL098-52/src/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, \
131 key_len, iv_len, flags, init_key, cleanup, set_asn1, \
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...]
/macosx-10.10/postfix-255/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.10/Heimdal-398.1.2/lib/gssapi/netlogon/
H A Dimport_name.c64 goto cleanup;
68 goto cleanup;
81 goto cleanup;
89 cleanup:
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dsmpdtfst.h35 static UBool cleanup();

Completed in 191 milliseconds

1234567891011>>