Searched refs:firstvararg (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/ |
D | cdefs.h | 429 #define __printflike(fmtarg, firstvararg) argument 430 #define __scanflike(fmtarg, firstvararg) argument 432 #define __strfmonlike(fmtarg, firstvararg) argument 433 #define __strftimelike(fmtarg, firstvararg) argument 435 #define __printflike(fmtarg, firstvararg) \ argument 436 __attribute__((__format__ (__printf__, fmtarg, firstvararg))) 437 #define __scanflike(fmtarg, firstvararg) \ argument 438 __attribute__((__format__ (__scanf__, fmtarg, firstvararg))) 440 #define __strfmonlike(fmtarg, firstvararg) \ argument 441 __attribute__((__format__ (__strfmon__, fmtarg, firstvararg))) [all …]
|