Searched refs:STRINGIFY (Results 1 - 25 of 60) sorted by relevance

123

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DProgIDMacros.h29 #define STRINGIFIED_VERSION(version) STRINGIFY(version)
30 #define STRINGIFY(s) L###s macro
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXDebug.h31 symbol = TkMacOSXGetNamedDebugSymbol(STRINGIFY(module), STRINGIFY(_##symbol));\
/macosx-10.9.5/CPANInternal-140/Class-Std/demo/
H A Ddemo_coercions.pl4 sub as_str : STRINGIFY { return 'foo' }
H A Ddemo_shimmer.pl91 sub as_str : STRINGIFY { return "SHIMMER!!!!!"; }
/macosx-10.9.5/CPANInternal-140/Class-Std-0.011/demo/
H A Ddemo_coercions.pl4 sub as_str : STRINGIFY { return 'foo' }
H A Ddemo_shimmer.pl91 sub as_str : STRINGIFY { return "SHIMMER!!!!!"; }
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXDebug.h93 symbol = TkMacOSXGetNamedDebugSymbol(STRINGIFY(module), STRINGIFY(_##symbol));\
H A DtkMacOSXPrivate.h241 symbol = TkMacOSXGetNamedSymbol(STRINGIFY(module), \
242 STRINGIFY(_##symbol)); \
/macosx-10.9.5/cctools-845/include/architecture/nrw/
H A Dreg_help.h63 /* STRINGIFY -- perform all possible substitutions, then stringify */
65 #define STRINGIFY(x) __STR(x) macro
/macosx-10.9.5/architecture-265/i386/
H A Dreg_help.h65 /* STRINGIFY -- perform all possible substitutions, then stringify */
67 #define STRINGIFY(x) __STR(x) macro
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/architecture/i386/
H A Dreg_help.h70 /* STRINGIFY -- perform all possible substitutions, then stringify */
72 #define STRINGIFY(x) __STR(x) macro
/macosx-10.9.5/cctools-845/libmacho/
H A Dgetsegbyname.c42 #define STRINGIFY(a) # a macro
47 _dyld_lookup_and_bind( STRINGIFY(_ ## var), \
H A Dget_end.c40 #define STRINGIFY(a) # a macro
45 _dyld_lookup_and_bind( STRINGIFY(_ ## var), \
H A Dgetsecbyname.c40 #define STRINGIFY(a) # a macro
45 _dyld_lookup_and_bind( STRINGIFY(_ ## var), \
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/dbd/
H A Dapr_dbd_odbc.c57 #define STRINGIFY(x) #x macro
60 #define ODBC_DRIVER_STRING STRINGIFY(ODBC_DRIVER_NAME)
/macosx-10.9.5/apr-30/apr-util/apr-util/dbd/
H A Dapr_dbd_odbc.c57 #define STRINGIFY(x) #x macro
60 #define ODBC_DRIVER_STRING STRINGIFY(ODBC_DRIVER_NAME)
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexpect.h85 * Utility macros: STRINGIFY takes an argument and wraps it in "" (double
91 # define STRINGIFY(x) STRINGIFY1(x) macro
97 # define STRINGIFY(x) STRINGIFY1(x) macro
103 # define STRINGIFY(x) #x macro
106 # define STRINGIFY(x) "x" macro
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-libdlpi.c233 #define STRINGIFY(n) #n macro
247 pcap_libdlpi_err(p->opt.source, "dlpi_promiscon" STRINGIFY(level),
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Dhelper-main.c286 // To expand "version" to its value before making the string, use STRINGIFY(version) instead
288 #define STRINGIFY(s) STRINGIFY_ARGUMENT_WITHOUT_EXPANSION(s) macro
292 const char VersionString_SCCS[] = "@(#) mDNSResponderHelper " STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/win/
H A DGraphicsSurfaceWin.cpp39 #define STRINGIFY(...) #__VA_ARGS__ macro
261 STRINGIFY(
273 STRINGIFY(
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperShaderProgram.cpp32 #define STRINGIFY(...) #__VA_ARGS__ macro
123 STRINGIFY(
201 STRINGIFY(
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A DPosixDaemon.c253 mDNSexport const char mDNSResponderVersionString_SCCS[] = "@(#) mDNSResponder-" STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b2/
H A Dtcl.h108 * Utility macros: STRINGIFY takes an argument and wraps it in "" (double
114 # define STRINGIFY(x) STRINGIFY1(x) macro
120 # define STRINGIFY(x) STRINGIFY1(x) macro
126 # define STRINGIFY(x) #x macro
129 # define STRINGIFY(x) "x" macro
H A Dtcl.h.orig108 * Utility macros: STRINGIFY takes an argument and wraps it in "" (double
114 # define STRINGIFY(x) STRINGIFY1(x)
120 # define STRINGIFY(x) STRINGIFY1(x)
126 # define STRINGIFY(x) #x
129 # define STRINGIFY(x) "x"
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Ddnssd_clientlib.c360 // To expand "version" to its value before making the string, use STRINGIFY(version) instead
362 #define STRINGIFY(s) STRINGIFY_ARGUMENT_WITHOUT_EXPANSION(s) macro
366 const char VersionString_SCCS_libdnssd[] = "@(#) libdns_sd " STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";

Completed in 471 milliseconds

123