Home
last modified time | relevance | path

Searched defs:__f (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/
Dstdio.h203 #define __FORMAT_ATTRIBUTE__(__a, __s, __f) __attribute__((__format__ (__a, __s, 0))) argument
205 #define __FORMAT_ATTRIBUTE__(__a, __s, __f) __attribute__((__format__ (__a, __s, __f))) argument
208 #define __FORMAT_ATTRIBUTE__(__a, __s, __f) argument
211 #define __PRINTF_ATTRIBUTE__(__s, __f) __FORMAT_ATTRIBUTE__(printf, __s, __f) argument
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/
Dstdio.h663 #define _sgetc_raw( __f) (--(__f)->_r < 0 ? _srget( __f) : (int)(*(__f)->_p++)) argument