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