Home
last modified time | relevance | path

Searched refs:__STRING (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/include/
Dglobal.h92 #ifndef __STRING
94 #define __STRING(x) #x macro
98 #define SND_DLSYM_VERSION(version) __STRING(version)
/third_party/FreeBSD/sys/sys/
Dcdefs.h160 #define __STRING(x) #x /* stringify without expanding x */ macro
161 #define __XSTRING(x) __STRING(x) /* expand x, then stringify */
177 #define __STRING(x) "x" macro
/third_party/curl/docs/examples/
Dhiperfifo.c113 case code: s = __STRING(code)
Dephiperfifo.c112 case code: s = __STRING(code)