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

123

/macosx-10.10.1/WebKit-7600.1.25/win/
H A DProgIDMacros.h29 #define STRINGIFIED_VERSION(version) STRINGIFY(version)
30 #define STRINGIFY(s) L###s macro
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXDebug.h31 symbol = TkMacOSXGetNamedDebugSymbol(STRINGIFY(module), STRINGIFY(_##symbol));\
H A DtkMacOSXPrivate.h142 symbol = TkMacOSXGetNamedSymbol(STRINGIFY(module), \
143 STRINGIFY(symbol)); \
/macosx-10.10.1/CPANInternal-159.1/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.10.1/tcl-105/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.10.1/architecture-266/i386/
H A Dreg_help.h65 /* STRINGIFY -- perform all possible substitutions, then stringify */
67 #define STRINGIFY(x) __STR(x) macro
/macosx-10.10.1/xnu-2782.1.97/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.10.1/apr-32/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.10.1/tcl-105/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.10.1/WebKit2-7600.1.25/UIProcess/API/efl/tests/
H A Dtest_ewk2_ssl.cpp47 #define STRINGIFY(x) STRINGIFY2(x) macro
49 static const gchar certificate_data[] = STRINGIFY(-----BEGIN RSA PRIVATE KEY-----
/macosx-10.10.1/mDNSResponder-561.1.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.10.1/mDNSResponder-561.1.1/mDNSPosix/
H A DPosixDaemon.c253 mDNSexport const char mDNSResponderVersionString_SCCS[] = "@(#) mDNSResponder-" STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
/macosx-10.10.1/tcl-105/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.10.1/libpcap-48/libpcap/
H A Dpcap-libdlpi.c233 #define STRINGIFY(n) #n macro
249 pcap_libdlpi_err(p->opt.source, "dlpi_promiscon" STRINGIFY(level),
H A Dpcap-dlpi.c903 #define STRINGIFY(n) #n macro
917 err = dlokack(p->fd, "promiscon" STRINGIFY(level), (char *)buf,
/macosx-10.10.1/mDNSResponder-561.1.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__ ")";
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/PreferencePane/
H A Dddnswriteconfig.m430 // To expand "version" to its value before making the string, use STRINGIFY(version) instead
432 #define STRINGIFY(s) STRINGIFY_ARGUMENT_WITHOUT_EXPANSION(s)
436 const char VersionString_SCCS[] = "@(#) ddnswriteconfig " STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A DitclInt.h508 #define assert(EX) (void)((EX) || (Itcl_Assert(STRINGIFY(EX), __FILE__, __LINE__), 0))
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkDefaultTheme.c251 STRINGIFY(BORDERWIDTH) },
608 Tk_Offset(ArrowElement,sizeObj), STRINGIFY(SCROLLBAR_WIDTH) },
694 Tk_Offset(MenubuttonArrowElement,sizeObj), STRINGIFY(MENUBUTTON_ARROW_SIZE)},
856 STRINGIFY(SCROLLBAR_WIDTH) },
945 STRINGIFY(BORDERWIDTH) },
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0.4/
H A Dtcl.h96 * Utility macros: STRINGIFY takes an argument and wraps it in "" (double
102 # define STRINGIFY(x) STRINGIFY1(x) macro
108 # define STRINGIFY(x) STRINGIFY1(x) macro
114 # define STRINGIFY(x) #x macro
117 # define STRINGIFY(x) "x" macro
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0.5/
H A Dtcl.h103 * Utility macros: STRINGIFY takes an argument and wraps it in "" (double
109 # define STRINGIFY(x) STRINGIFY1(x) macro
115 # define STRINGIFY(x) STRINGIFY1(x) macro
121 # define STRINGIFY(x) #x macro
124 # define STRINGIFY(x) "x" macro
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b1/
H A Dtcl.h101 * Utility macros: STRINGIFY takes an argument and wraps it in "" (double
107 # define STRINGIFY(x) STRINGIFY1(x) macro
113 # define STRINGIFY(x) STRINGIFY1(x) macro
119 # define STRINGIFY(x) #x macro
122 # define STRINGIFY(x) "x" macro

Completed in 435 milliseconds

123