Searched refs:once (Results 1 - 25 of 451) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/mac/Prefix/
H A DtDOMPrefix_OSX.h1 #pragma once on #include "CoreHeadersMach-O.h" // These symbols are defined from MSL MacHeadersMach-O.h // (errno.h and stat.h are in the Kernel.framework) // and are redefined later in TclErrno.h : undef them // to avoid error message #undef EOVERFLOW #undef EOPNOTSUPP // This avoids the loading of stat.h from tclMacPort.h #define _MSL_STAT_H // --------------------------------------------------------------- // Replace #include "tclMacCommonPch.h" by its partial contents. #if !__option(enumsalwaysint) #error Tcl requires the Metrowerks setting "Enums always ints". #endif // Tell Tcl (or any Tcl extensions) that we are compiling for the Macintosh platform. #define MAC_TCL // --------------------------------------------------------------- #define USE_TCL_STUBS 1 // See dom.h for this one: #define USE_NORMAL_ALLOCATOR #define TCL_MEM_DEBUG #define MAC_OSX_TCL #define TDOM_NO_UNKNOWN_CMD #define VERSION "0.8.3" #include <Tcl/tcl.h>
H A DtDOMPrefix.h1 #pragma once on #include "tclMacCommonPch.h" #define USE_TCL_STUBS 1 #define TDOM_NO_UNKNOWN_CMD #define VERSION "0.8.3"
H A DtncPrefix.h1 #pragma once on #include "tclMacCommonPch.h" #define USE_TCL_STUBS 1 #define USE_TDOM_STUBS 1 #undef VERSIO (…)
H A DtncPrefix_OSX.h1 #pragma once on #define USE_TDOM_STUBS 1 #include "tDOMPrefix_OSX.h" #undef VERSION #define VERSION "0.3"
/macosx-10.10.1/libclosure-65/RewriterBlockTest/BlockTest/
H A Dstdafx.h12 #pragma once
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/win32/libsasl/
H A DStdAfx.h10 #pragma once
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/win32/saslANONYMOUS/
H A DStdAfx.h10 #pragma once
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/win32/saslCRAM/
H A DStdAfx.h10 #pragma once
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/win32/saslDIGESTMD5/
H A DStdAfx.h10 #pragma once
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/win32/saslGSSAPI/
H A DStdafx.h10 #pragma once
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/win32/saslKERBEROSV4/
H A DStdAfx.h10 #pragma once
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/win32/saslLOGIN/
H A DStdAfx.h10 #pragma once
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/win32/saslPLAIN/
H A DStdAfx.h10 #pragma once
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/win32/saslSCRAM/
H A DStdAfx.h10 #pragma once
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/win32/testserver/
H A DStdAfx.h10 #pragma once
/macosx-10.10.1/tcl-105/tcl_ext/tclae/tclae/generic/
H A DtclAE.h40 #pragma once
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/mac/
H A Dmac_tkTable_prefix.h1 #pragma once on
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/BonjourExample/
H A Dstdafx.h20 #pragma once
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DLL.NET/
H A DStdafx.h22 #pragma once
/macosx-10.10.1/xnu-2782.1.97/libsyscall/os/
H A Dalloc_once.c33 long once; member in struct:_os_alloc_once_s
/macosx-10.10.1/Heimdal-398.1.2/base/
H A Dlog.c59 heim_warn_blocking(const char *apiname, heim_base_once_t *once) argument
62 heim_base_once_f(once, (void *)apiname, warn_blocking);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/
H A DVPCDetect.h18 #pragma once
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Ddst_result.c25 #include <isc/once.h>
58 static isc_once_t once = ISC_ONCE_INIT; variable
74 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
/macosx-10.10.1/bind9-45.101/bind9/lib/isccc/
H A Dresult.c38 #include <isc/once.h>
55 static isc_once_t once = ISC_ONCE_INIT; variable
72 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
/macosx-10.10.1/bind9-45.101/bind9/bin/win32/BINDInstall/
H A DStdAfx.h19 #pragma once

Completed in 242 milliseconds

1234567891011>>