Searched refs:once (Results 76 - 100 of 451) sorted by relevance

1234567891011>>

/macosx-10.10.1/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DFourthPage.h18 #pragma once
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DFourthPage.h18 #pragma once
H A DRegistrationPage.h18 #pragma once
H A DServicesPage.h18 #pragma once
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A DDNSSDEventManager.h20 #pragma once
/macosx-10.10.1/ntp-92/lib/isc/
H A Dlib.c27 #include <isc/once.h>
H A Dresult.c30 #include <isc/once.h>
110 static isc_once_t once = ISC_ONCE_INIT; variable
167 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dprinit.h227 PRCallOnceType *once,
232 PRCallOnceType *once,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprinit.h227 PRCallOnceType *once,
232 PRCallOnceType *once,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprinit.h227 PRCallOnceType *once,
232 PRCallOnceType *once,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprinit.h227 PRCallOnceType *once,
232 PRCallOnceType *once,
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DSecItemShimProxy.cpp43 static dispatch_once_t once; local
44 dispatch_once(&once, ^{
/macosx-10.10.1/Heimdal-398.1.2/base/
H A Dheimbase.c306 * Call func once and only once
308 * @param once pointer to a heim_base_once_t
314 heim_base_once_f(heim_base_once_t *once, void *ctx, void (*func)(void *)) argument
317 dispatch_once_f(once, ctx, func);
321 if (*once == 0) {
322 *once = 1;
326 *once = 2;
328 } else if (*once == 2) {
336 if (*once
379 static heim_base_once_t once = HEIM_BASE_ONCE_INIT; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dapp_api.c26 #include <isc/once.h>
30 static isc_once_t once = ISC_ONCE_INIT; variable
44 RUNTIME_CHECK(isc_once_do(&once, initialize) == ISC_R_SUCCESS);
H A Dresult.c30 #include <isc/once.h>
111 static isc_once_t once = ISC_ONCE_INIT; variable
168 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
H A Dtimer_api.c26 #include <isc/once.h>
31 static isc_once_t once = ISC_ONCE_INIT; variable
43 RUNTIME_CHECK(isc_once_do(&once, initialize) == ISC_R_SUCCESS);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducln_imp.h50 * This may be called more than once.
177 #error This file can only be included once.
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDeviceControl.h41 #pragma once
/macosx-10.10.1/IOKitUser-1050.1.21/IOServiceAuthorizeAgent/
H A Dapplication.m32 static dispatch_once_t once;
35 dispatch_once( &once, ^
/macosx-10.10.1/OpenSSL098-52/src/MacOS/GetHTTPS.src/
H A DMacSocket.h1 #pragma once
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dglobalizer.cpp65 dispatch_once(&once, ^{do_create(make);});
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dglobalizer.cpp65 dispatch_once(&once, ^{do_create(make);});
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dvthread.h153 /* structure for exactly once execution */
156 _vtonce_t once; member in struct:_vtonce_s
169 #define vtonceerror(once) ((once)->error)
215 #define vtonceerror(once) (0)
/macosx-10.10.1/libauto-186/
H A DWriteBarrierIterator.h26 #pragma once
/macosx-10.10.1/libdispatch-442.1.4/dispatch/
H A Ddispatch.h57 #include <dispatch/once.h>

Completed in 710 milliseconds

1234567891011>>