Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/include/sys/
Dcdefs.h50 #define __STRING(x) #x macro
60 #define __GLOBL(sym) __asm__(".globl " __STRING(sym))
61 #define __WEAK(sym) __asm__(".weak " __STRING(sym))
/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/elfutils/tests/
Drun-dwarf-getmacros.sh581 __STRING(x) #x
606 __ASMNAME2(prefix,cname) __STRING (prefix) cname
/third_party/curl/docs/examples/
Dhiperfifo.c115 case code: s = __STRING(code)
Dephiperfifo.c114 case code: s = __STRING(code)