Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h516 #define __printflike(fmtarg, firstvararg) argument
517 #define __scanflike(fmtarg, firstvararg) argument
518 #define __format_arg(fmtarg) argument
519 #define __strfmonlike(fmtarg, firstvararg) argument
520 #define __strftimelike(fmtarg, firstvararg) argument
522 #define __printflike(fmtarg, firstvararg) \ argument
523 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
524 #define __scanflike(fmtarg, firstvararg) \ argument
525 __attribute__((__format__ (__scanf__, fmtarg, firstvararg)))
526 #define __format_arg(fmtarg) __attribute__((__format_arg__ (fmtarg))) argument
[all …]