Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/include/sys/
Dcdefs.h176 #define __STRING(x) #x /* stringify without expanding x */ macro
177 #define __XSTRING(x) __STRING(x) /* expand x, then stringify */
193 #define __STRING(x) "x" macro
547 extern __typeof (sym) aliassym __attribute__ ((__alias__ (__STRING(sym))))
552 extern __typeof (sym) aliassym __attribute__ ((__weak__, __alias__ (__STRING(sym))))
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20154312 (__STRING): Define.