Searched refs:firstvararg (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | cdefs.h | 371 #define __printflike(fmtarg, firstvararg) \ argument 372 __attribute__((__format__ (__printf__, fmtarg, firstvararg))) 373 #define __scanflike(fmtarg, firstvararg) \ argument 374 __attribute__((__format__ (__scanf__, fmtarg, firstvararg))) 376 #define __strfmonlike(fmtarg, firstvararg) \ argument 377 __attribute__((__format__ (__strfmon__, fmtarg, firstvararg))) 378 #define __strftimelike(fmtarg, firstvararg) \ argument 379 __attribute__((__format__ (__strftime__, fmtarg, firstvararg))) 391 #define __printf0like(fmtarg, firstvararg) \ argument 392 __attribute__((__format__ (__printf0__, fmtarg, firstvararg))) [all …]
|
| /freebsd/contrib/openbsm/compat/ |
| H A D | compat.h | 53 #define __printflike(fmtarg, firstvararg) \ argument 54 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
|
| /freebsd/usr.sbin/lpr/common_source/ |
| H A D | lp.cdefs.h | 103 # define __printflike(fmtarg, firstvararg) argument 106 # define __printf0like(fmtarg, firstvararg) argument
|
| /freebsd/tools/build/cross-build/include/common/sys/ |
| H A D | cdefs.h | 95 #define __printflike(fmtarg, firstvararg) \ argument 96 __attribute__((__format__(__printf__, fmtarg, firstvararg))) 99 #define __printf0like(fmtarg, firstvararg) \ argument 100 __attribute__((__format__(__printf0__, fmtarg, firstvararg)))
|
| /freebsd/contrib/bmake/ |
| H A D | make.h | 132 #define MAKE_ATTR_PRINTFLIKE(fmtarg, firstvararg) \ argument 133 __attribute__((__format__ (__printf__, fmtarg, firstvararg))) 135 #define MAKE_ATTR_PRINTFLIKE(fmtarg, firstvararg) /* delete */ argument
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive.h | 151 #define __LA_PRINTF(fmtarg, firstvararg) \ argument 152 __attribute__((__format__ (__printf__, fmtarg, firstvararg))) 154 #define __LA_PRINTF(fmtarg, firstvararg) /* nothing */ argument
|