Searched refs:ALWAYS (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dmacro_help.h72 boolean_t ALWAYS; variable
75 #define ALWAYS TRUE macro
81 #define MACRO_RETURN if (ALWAYS) return
/macosx-10.10/xnu-2782.1.97/libsa/conf/
H A DMakefile.template55 .CFLAGS: ALWAYS
58 .CXXFLAGS: ALWAYS
61 .SFLAGS: ALWAYS
/macosx-10.10/xnu-2782.1.97/pexpert/conf/
H A DMakefile.template58 .CFLAGS: ALWAYS
61 .CXXFLAGS: ALWAYS
64 .SFLAGS: ALWAYS
/macosx-10.10/xnu-2782.1.97/security/conf/
H A DMakefile.template67 .CFLAGS: ALWAYS
70 .CXXFLAGS: ALWAYS
73 .SFLAGS: ALWAYS
/macosx-10.10/xnu-2782.1.97/iokit/conf/
H A DMakefile.template78 .CFLAGS: ALWAYS
81 .CXXFLAGS: ALWAYS
84 .SFLAGS: ALWAYS
/macosx-10.10/xnu-2782.1.97/libkern/conf/
H A DMakefile.template98 .CFLAGS: ALWAYS
101 .CXXFLAGS: ALWAYS
104 .SFLAGS: ALWAYS
/macosx-10.10/xnu-2782.1.97/osfmk/conf/
H A DMakefile.template137 .CFLAGS: ALWAYS
140 .CXXFLAGS: ALWAYS
143 .SFLAGS: ALWAYS
/macosx-10.10/xnu-2782.1.97/SETUP/kextsymboltool/
H A DMakefile21 .SparseSDK: ALWAYS
/macosx-10.10/xnu-2782.1.97/bsd/conf/
H A DMakefile.template255 .CFLAGS: ALWAYS
258 .CXXFLAGS: ALWAYS
261 .SFLAGS: ALWAYS
/macosx-10.10/xnu-2782.1.97/config/
H A DMakefile97 $(SYMROOT_INSTALL_KEXT_MACHO_FILES): ALWAYS
121 $(DSTROOT_INSTALL_KEXT_MACHO_FILES): $(INSTALL_KEXT_DIR)/% : $(SYMROOT)/% ALWAYS
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c506 ** The ALWAYS and NEVER macros surround boolean expressions which
514 ** In other words, ALWAYS and NEVER are added for defensive code.
516 ** When doing coverage testing ALWAYS and NEVER are hard-coded to
521 # define ALWAYS(X) (1) macro
524 # define ALWAYS(X) ((X)?1:(assert(0),0)) macro
527 # define ALWAYS(X) (X) macro
13148 if( ALWAYS(pSchema!=0) ){
16519 while( ALWAYS(iLogsize<LOGMAX) ){
20811 for(i=1, j=0; ALWAYS(z[i]); i++){
21581 }while( v!=0 && ALWAYS(
114118 # define ALWAYS macro
114121 # define ALWAYS macro
[all...]
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DgenSCPreferences.c178 #define ALWAYS "Always" macro
763 { SC_10_6_IPHONE_3_0_PRIVATE, NETPROP IPSEC, ONDEMAND MATCH DOMAINS ALWAYS, NULL, CFARRAY_CFSTRING },
1009 { SC_10_7_IPHONE_5_0_PRIVATE, NETPROP PPP, ONDEMAND MATCH DOMAINS ALWAYS, NULL, CFARRAY_CFSTRING },
1148 { SC_10_7_IPHONE_4_0_PRIVATE, NETPROP VPN, ONDEMAND MATCH DOMAINS ALWAYS, NULL, CFARRAY_CFSTRING },
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLRenderingContext.idl69 /* ALWAYS */
141 /* ALWAYS */
283 const GLenum ALWAYS = 0x0207;
H A DWebGLRenderingContext.cpp5546 case GraphicsContext3D::ALWAYS:
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm129 for(qw(TRACE DEBUG INFO WARN ERROR FATAL ALWAYS)) {
131 $level = "OFF" if $level eq "ALWAYS";
2150 C<ERROR()>, C<FATAL()>, and C<ALWAYS> into the package namespace.
2156 use the C<ALWAYS> function which corresponds to a log level of C<OFF>:
2158 ALWAYS "This will be printed regardless of the log level";
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGraphicsContext3D.h282 ALWAYS = 0x0207, enumerator in enum:WebCore::GraphicsContext3D::__anon5738
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/
H A DChanges367 * (ms) Added ALWAYS easy mode macro (level=OFF)
H A DREADME1441 "WARN()", "ERROR()", "FATAL()", and "ALWAYS" into the package namespace.
1446 the "ALWAYS" function which corresponds to a log level of "OFF":
1448 ALWAYS "This will be printed regardless of the log level";
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm2580 So, the best Log4perl offers is the ALWAYS level for a message that even
2586 ALWAYS "This gets logged always. Well, almost always";

Completed in 546 milliseconds