Home
last modified time | relevance | path

Searched refs:__STRING (Results 1 - 7 of 7) sorted by relevance

/third_party/alsa-lib/include/
H A Dglobal.h54 #ifndef __STRING
56 #define __STRING(x) #x macro
90 __SND_DLSYM_VERSION(snd_dlsym_, name, version).dlsym_name = __STRING(name); \
98 #define SND_DLSYM_VERSION(version) __STRING(version)
/third_party/musl/porting/linux/user/include/sys/
H A Dcdefs.h73 #define __STRING(x) #x macro
102 #define __GLOBL(sym) __asm__(".globl " __STRING(sym))
103 #define __WEAK(sym) __asm__(".weak " __STRING(sym))
/third_party/musl/include/sys/linux/
H A Dcdefs.h73 #define __STRING(x) #x macro
102 #define __GLOBL(sym) __asm__(".globl " __STRING(sym))
103 #define __WEAK(sym) __asm__(".weak " __STRING(sym))
/third_party/FreeBSD/sys/sys/
H A Dcdefs.h141 * concatenate double-quoted strings produced by the __STRING macro, but
144 * __XSTRING is like __STRING, but it expands any macros in its argument
151 #define __STRING(x) #x /* stringify without expanding x */ macro
152 #define __XSTRING(x) __STRING(x) /* expand x, then stringify */
168 #define __STRING(x) "x" macro
/third_party/elfutils/tests/
H A Drun-dwarf-getmacros.sh581 __STRING(x) #x
606 __ASMNAME2(prefix,cname) __STRING (prefix) cname
/third_party/curl/docs/examples/
H A Dephiperfifo.c114 case code: s = __STRING(code)
H A Dhiperfifo.c115 case code: s = __STRING(code)

Completed in 5 milliseconds