Searched refs:once (Results 126 - 150 of 452) sorted by relevance

1234567891011>>

/macosx-10.10/libauto-186/
H A DConfiguration.h26 #pragma once
H A DInUseEnumerator.h26 #pragma once
H A DThreadLocalCollector.h26 #pragma once
H A DWriteBarrier.h26 #pragma once
/macosx-10.10/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DSecondPage.h18 #pragma once
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DBrowsingPage.h18 #pragma once
H A DControlPanel.h19 #pragma once
H A DSecondPage.h18 #pragma once
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A DTXTRecord.h20 #pragma once
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinThrd.c118 static int once; variable
924 if (!once) {
931 once = 1;
972 } else if (once) {
982 once = 0; /* reset for next time. */
/macosx-10.10/Heimdal-398.1.2/lib/heimcred/
H A Dcommon.c145 static dispatch_once_t once; local
147 dispatch_once(&once, ^{
/macosx-10.10/Heimdal-398.1.2/lib/ipc/
H A Dtimer.c157 static dispatch_once_t once; local
159 dispatch_once(&once, ^{
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DSecCollectTransform.cpp235 static dispatch_once_t once; local
243 dispatch_once(&once, aBlock);
H A DSecMaskGenerationFunctionTransform.c141 static dispatch_once_t once; local
151 dispatch_once(&once, ^(void) {
/macosx-10.10/Security-57031.1.35/Security/sec/ipc/
H A Dclient.c88 static dispatch_once_t once; local
89 dispatch_once(&once, ^{
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DSecItemShim.cpp78 static dispatch_once_t once; local
79 dispatch_once(&once, ^{
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp549 const SelectionDAG *G, VisitedSDNodeSet &once) {
550 if (!once.insert(N)) // If we've been here before, return now.
567 once.insert(child);
580 DumpNodesr(OS, child, indent+2, G, once);
585 VisitedSDNodeSet once; local
586 DumpNodesr(dbgs(), this, 0, 0, once); local
590 VisitedSDNodeSet once; local
591 DumpNodesr(dbgs(), this, 0, G, once); local
548 DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent, const SelectionDAG *G, VisitedSDNodeSet &once) argument
/macosx-10.10/syslog-267/syslogd.tproj/
H A Dudp_in.c114 static dispatch_once_t once; local
116 dispatch_once(&once, ^{
/macosx-10.10/vim-55/runtime/indent/
H A Dchaiscript.vim14 " Only define the function once.
H A Dtcsh.vim16 " Only define the function once.
/macosx-10.10/vim-55/runtime/plugin/
H A Drrhelper.vim23 " Handle same file from more clients and file being more than once
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/
H A D100-sha2.m40 static dispatch_once_t once;
181 // Make sure the custom transform is only registered once
182 dispatch_once(&once,
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dpoll_windows.h22 #pragma once
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dlib.c30 #include <isc/once.h>
/macosx-10.10/configd-699.1.5/dnsinfo/
H A Ddnsinfo_copy.c341 static dispatch_once_t once; local
344 dispatch_once(&once, ^{
363 static dispatch_once_t once; local
366 dispatch_once(&once, ^{

Completed in 208 milliseconds

1234567891011>>