Searched refs:once (Results 226 - 250 of 451) sorted by relevance

1234567891011>>

/macosx-10.10.1/configd-699.1.5/nwi/
H A Dnetwork_information_server.c102 static dispatch_once_t once; local
105 dispatch_once(&once, ^{
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dgthr-default.h572 __gthread_once (__gthread_once_t *once, void (*func) (void)) argument
575 return __gthrw_(pthread_once) (once, func);
H A Dgthr-posix.h572 __gthread_once (__gthread_once_t *once, void (*func) (void)) argument
575 return __gthrw_(pthread_once) (once, func);
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dperl.vim43 " Set this once, globally.
/macosx-10.10.1/vim-55/runtime/indent/
H A Dconfig.vim19 " Only define the function once.
H A Ddylan.vim15 " Define the appropriate indent function but only once
H A Dsdl.vim17 " Only define the function once.
H A Dvim.vim15 " Only define the function once.
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dinittab.vim35 syn keyword inittabActionName respawn wait once boot bootwait off ondemand sysinit powerwait powerfail powerokwait powerfailnow ctrlaltdel kbrequest initdefault contained
/macosx-10.10.1/MITKerberosShim-66/
H A Dmisc.c108 static dispatch_once_t once = 0; local
109 dispatch_once(&once, ^{
152 static dispatch_once_t once; local
156 dispatch_once(&once, ^{
483 static dispatch_once_t once = 0; local
488 dispatch_once(&once, ^{
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DSecSignVerifyTransform.c34 // Internally we force kSecInputIsAttributeName to one of these 3 things, you can use == rather then CFStringCompare once that happens
161 static dispatch_once_t once = 0; local
164 dispatch_once(&once, ^{
463 static dispatch_once_t once; local
471 dispatch_once(&once, aBlock);
694 static dispatch_once_t once; local
702 dispatch_once(&once, aBlock);
H A DTransform.cpp134 static dispatch_once_t once = 0; local
139 dispatch_once(&once, ^{
1128 static dispatch_once_t once; local
1130 dispatch_once(&once, ^{
1161 static dispatch_once_t once; local
1163 dispatch_once(&once, ^{
1338 // once we have been activated (but not before!), the monitor belongs to the group, and we can drop our claim
1582 static dispatch_once_t once; local
1591 dispatch_once(&once, b);
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/reachability/
H A DSCNetworkReachabilityServer_server.c91 static dispatch_once_t once; local
94 dispatch_once(&once, ^{
106 static dispatch_once_t once; local
109 dispatch_once(&once, ^{
578 static dispatch_once_t once; local
587 dispatch_once(&once, ^{
598 static dispatch_once_t once; local
601 dispatch_once(&once, ^{
790 static dispatch_once_t once; local
793 dispatch_once(&once,
[all...]
/macosx-10.10.1/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/
H A DWordDiff.pm423 string. If C<OUTPUT> is a code reference, it will be called once with the file
424 header, once for each hunk body, and once for each piece of content. If
485 Called once for a single call to C<word_diff()>, this method outputs the
520 This method is called once when the whole diff has been procssed. It should
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Ddb.c30 #include <isc/once.h>
72 static isc_once_t once = ISC_ONCE_INIT; variable
128 RUNTIME_CHECK(isc_once_do(&once, initialize) == ISC_R_SUCCESS);
836 RUNTIME_CHECK(isc_once_do(&once, initialize) == ISC_R_SUCCESS);
871 RUNTIME_CHECK(isc_once_do(&once, initialize) == ISC_R_SUCCESS);
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DDateFormat.pm115 # So, we're parsing the "yyyy/MM" format once, replace it by, say
130 # This way, we're parsing the original format only once (during system
131 # startup) and during runtime all we do is call localtime *once* and
387 just call C<localtime()> and C<sprintf()> once to return the formatted
390 So, typically, you would initialize the formatter once and then reuse
/macosx-10.10.1/Heimdal-398.1.2/base/
H A Dcf.c53 heim_base_once_f(heim_base_once_t *once, void *ctx, void (*func)(void *)) argument
55 dispatch_once_f(once, ctx, func);
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/ntlm/
H A Daccept_sec_context.c294 static dispatch_once_t once; local
295 dispatch_once(&once, ^{
/macosx-10.10.1/Heimdal-398.1.2/lib/heimcred/
H A Dclient.c99 static dispatch_once_t once; local
101 dispatch_once(&once, ^{
/macosx-10.10.1/Libc-1044.1.2/gen/NetBSD/
H A Dutmpx.c75 static pthread_once_t once = PTHREAD_ONCE_INIT; local
76 pthread_once(&once, &__default_utx_init);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicydb.cpp379 static dispatch_once_t once; local
391 dispatch_once(&once, ^{
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicydb.cpp379 static dispatch_once_t once; local
391 dispatch_once(&once, ^{
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/CKBridge/
H A DSOSCloudTransport.c62 dispatch_once_t once; member in struct:SOSCloudTransport
554 dispatch_once_f(&cloudTransport.once, &cloudTransport, SOSCloudTransportInit);
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A Ddebugging.c401 static dispatch_once_t once; local
403 dispatch_once(&once, ^{
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A Ddebugging.c401 static dispatch_once_t once; local
403 dispatch_once(&once, ^{

Completed in 334 milliseconds

1234567891011>>