Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/sys/
Dcdefs.h565 #define __printflike(fmtarg, firstvararg) argument
566 #define __scanflike(fmtarg, firstvararg) argument
567 #define __format_arg(fmtarg) argument
568 #define __strfmonlike(fmtarg, firstvararg) argument
569 #define __strftimelike(fmtarg, firstvararg) argument
571 #define __printflike(fmtarg, firstvararg) \ argument
572 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
573 #define __scanflike(fmtarg, firstvararg) \ argument
574 __attribute__((__format__ (__scanf__, fmtarg, firstvararg)))
575 #define __format_arg(fmtarg) __attribute__((__format_arg__ (fmtarg))) argument
[all …]