Searched refs:firstvararg (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/sys/ |
| D | cdefs.h | 572 #define __printflike(fmtarg, firstvararg) \ argument 573 __attribute__((__format__ (__printf__, fmtarg, firstvararg))) 577 #define __sysloglike(fmtarg, firstvararg) \ argument 578 __attribute__((__format__ (__syslog__, fmtarg, firstvararg))) 579 #define __scanflike(fmtarg, firstvararg) \ argument 580 __attribute__((__format__ (__scanf__, fmtarg, firstvararg))) 583 #define __printflike(fmtarg, firstvararg) /* nothing */ argument 584 #define __scanflike(fmtarg, firstvararg) /* nothing */ argument 585 #define __sysloglike(fmtarg, firstvararg) /* nothing */ argument
|
| /netbsd/src/external/bsd/fetch/dist/libfetch/ |
| D | common.h | 49 #define LIBFETCH_PRINTFLIKE(fmtarg, firstvararg) \ argument 50 __attribute__((__format__ (__printf__, fmtarg, firstvararg))) 52 #define LIBFETCH_PRINTFLIKE(fmtarg, firstvararg) argument
|
| /netbsd/src/usr.bin/make/ |
| D | make.h | 127 #define MAKE_ATTR_PRINTFLIKE(fmtarg, firstvararg) \ argument 128 __attribute__((__format__ (__printf__, fmtarg, firstvararg))) 130 #define MAKE_ATTR_PRINTFLIKE(fmtarg, firstvararg) /* delete */ argument
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive.h | 129 #define __LA_PRINTF(fmtarg, firstvararg) \ argument 130 __attribute__((__format__ (__printf__, fmtarg, firstvararg))) 132 #define __LA_PRINTF(fmtarg, firstvararg) /* nothing */ argument
|
| /netbsd/src/lib/libradius/ |
| D | radlib.c | 74 #define __printflike(fmtarg, firstvararg) \ argument 75 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
|