Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/sys/
Dcdefs.h205 #define __STRING(x) #x /* stringify without expanding x */ macro
206 #define __XSTRING(x) __STRING(x) /* expand x, then stringify */
222 #define __STRING(x) "x" macro
593 extern __typeof (sym) aliassym __attribute__ ((__alias__ (__STRING(sym))))
598 extern __typeof (sym) aliassym __attribute__ ((__weak__, __alias__ (__STRING(sym))))
/picolibc-latest/newlib/
DChangeLog-20154312 (__STRING): Define.