Searched refs:once (Results 51 - 75 of 451) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A Dsimulate_crash.c30 static dispatch_once_t once = 0; local
31 dispatch_once(&once, ^{
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A Dsimulate_crash.c30 static dispatch_once_t once = 0; local
31 dispatch_once(&once, ^{
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/cf/
H A DWKURLCF.mm41 static dispatch_once_t once;
43 dispatch_once(&once, ^{
H A DWKStringCF.mm40 static dispatch_once_t once;
42 dispatch_once(&once, ^{
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Donce.c18 /* $Id: once.c,v 1.12 2007/06/18 23:47:49 tbox Exp $ */
26 #include <isc/once.h>
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DAbout.h1 #pragma once
H A DExplorerPlugin.h18 #pragma once
H A DLoginDialog.h21 #pragma once
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A Dstdafx.h18 #pragma once
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DControlPanelExe.h19 #pragma once
H A DSharedSecret.h19 #pragma once
H A Dstdafx.h18 #pragma once
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/Windows/Sources/
H A DLoginDialog.h21 #pragma once
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/
H A DPosixCompat.h18 #pragma once
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Donce.c18 /* $Id: once.c,v 1.12 2007/06/18 23:47:49 tbox Exp $ */
26 #include <isc/once.h>
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dresult.c24 #include <isc/once.h>
192 static isc_once_t once = ISC_ONCE_INIT; variable
213 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Drandom.c34 #include <isc/once.h>
39 static isc_once_t once = ISC_ONCE_INIT; variable
60 RUNTIME_CHECK(isc_once_do(&once, initialize_rand) == ISC_R_SUCCESS);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dstrerror.c28 #include <isc/once.h>
51 static isc_once_t once = ISC_ONCE_INIT; local
55 RUNTIME_CHECK(isc_once_do(&once, init_lock) == ISC_R_SUCCESS);
/macosx-10.10.1/ntp-92/lib/isc/
H A Drandom.c34 #include <isc/once.h>
39 static isc_once_t once = ISC_ONCE_INIT; variable
60 RUNTIME_CHECK(isc_once_do(&once, initialize_rand) == ISC_R_SUCCESS);
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dstrerror.c28 #include <isc/once.h>
53 static isc_once_t once = ISC_ONCE_INIT; local
57 RUNTIME_CHECK(isc_once_do(&once, init_lock) == ISC_R_SUCCESS);
/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/db_checkpoint/
H A Ddb_checkpoint.c49 int ch, exitval, once, ret, verbose; local
69 exitval = once = verbose = 0;
76 once = 1;
122 if (once == 0 && kbytes == 0 && minutes == 0) {
160 (!once || ret == DB_VERSION_MISMATCH ||
192 if (once)
/macosx-10.10.1/BerkeleyDB-21/db/db_checkpoint/
H A Ddb_checkpoint.c35 int ch, exitval, once, ret, verbose; local
55 exitval = once = verbose = 0;
61 once = 1;
107 if (once == 0 && kbytes == 0 && minutes == 0) {
145 (!once || ret == DB_VERSION_MISMATCH ||
177 if (once)
/macosx-10.10.1/OpenSSL098-52/src/ms/
H A Dapplink.c56 { static int once=1; local
59 if (once)
85 once = 0;
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Ddgccallt.c184 boolean once = false; local
222 if (probe == probe_hint && !once)
224 once = true;
/macosx-10.10.1/libauto-186/
H A DRangeIterator.h25 #pragma once

Completed in 265 milliseconds

1234567891011>>