Searched refs:firstvararg (Results 1 – 1 of 1) sorted by relevance
| /picolibc-latest/newlib/libc/include/sys/ |
| D | cdefs.h | 565 #define __printflike(fmtarg, firstvararg) argument 566 #define __scanflike(fmtarg, firstvararg) 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))) 576 #define __strfmonlike(fmtarg, firstvararg) \ argument 577 __attribute__((__format__ (__strfmon__, fmtarg, firstvararg))) [all …]
|