Searched refs:once (Results 101 - 125 of 451) sorted by relevance

1234567891011>>

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DLL.NET/
H A DPString.h18 #pragma once
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A DDNSSDRecord.h20 #pragma once
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
H A DBrowserDialog.h22 #pragma once
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DosxMacTcl.h3 #pragma once
/macosx-10.10.1/tcl-105/tcl_ext/tclae/tclae/generic/
H A DosxMacTcl.h5 #pragma once
/macosx-10.10.1/tcl-105/tcl_ext/tclapplescript/tclapplescript/
H A DosxMacTcl.h5 #pragma once
/macosx-10.10.1/syslog-267/syslogd.tproj/
H A Dklog_in.c89 static dispatch_once_t once; local
91 dispatch_once(&once, ^{
H A Dbsd_in.c73 static dispatch_once_t once; local
79 dispatch_once(&once, ^{
/macosx-10.10.1/vim-55/runtime/compiler/
H A Dgcc.vim19 \%-G%f:%l:\ %trror:\ (Each\ undeclared\ identifier\ is\ reported\ only\ once,
/macosx-10.10.1/vim-55/runtime/indent/
H A Dgitconfig.vim15 " Only define the function once.
H A Dpascal.vim87 " These keywords are indented once only.
93 " always indented once.
98 " These keywords are indented once only. Possibly surrounded by
122 " If the previous line was an indenting keyword then indent once...
137 " but are followed by nothing. Always indent once only.
156 " then indent once.
H A Dsass.vim15 " Only define the function once.
H A Dyacc.vim17 " Only define the function once.
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dstrerror.c27 #include <isc/once.h>
64 static isc_once_t once = ISC_ONCE_INIT; local
68 RUNTIME_CHECK(isc_once_do(&once, init_lock) == ISC_R_SUCCESS);
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dstrerror.c27 #include <isc/once.h>
64 static isc_once_t once = ISC_ONCE_INIT; local
68 RUNTIME_CHECK(isc_once_do(&once, init_lock) == ISC_R_SUCCESS);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dglobalizer.h69 dispatch_once_t once; member in class:Security::ModuleNexusCommon
116 once = 0;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DSecTransformReadTransform.cpp117 static dispatch_once_t once = 0; local
122 dispatch_once(&once,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dglobalizer.h69 dispatch_once_t once; member in class:Security::ModuleNexusCommon
116 once = 0;
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dgthr-tpf.h103 __gthread_once (__gthread_once_t *once, void (*func) (void)) argument
106 return __gthrw_(pthread_once) (once, func);
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDeviceControlPriv.h63 #pragma once
/macosx-10.10.1/IOKitUser-1050.1.21/ioserviceauthorized/
H A Dopen.m34 static dispatch_once_t once;
37 dispatch_once( &once, ^
/macosx-10.10.1/WebKit2-7600.1.25/NetworkProcess/cocoa/
H A DNetworkProcessCocoa.mm98 static dispatch_once_t once;
99 dispatch_once(&once, ^() {
/macosx-10.10.1/apr-32/apr/apr/include/arch/unix/
H A Dapr_arch_threadproc.h74 pthread_once_t once; member in struct:apr_thread_once_t
/macosx-10.10.1/bind9-45.101/bind9/bin/win32/BINDInstall/
H A DVersionInfo.h9 #pragma once
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dlib.c31 #include <isc/once.h>

Completed in 1403 milliseconds

1234567891011>>