Searched refs:firstvararg (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/sys/ |
| H A D | cdefs.h | 565 #define __printflike(fmtarg, firstvararg) \ argument 566 __attribute__((__format__ (__printf__, fmtarg, firstvararg))) 570 #define __sysloglike(fmtarg, firstvararg) \ argument 571 __attribute__((__format__ (__syslog__, fmtarg, firstvararg))) 572 #define __scanflike(fmtarg, firstvararg) \ argument 573 __attribute__((__format__ (__scanf__, fmtarg, firstvararg))) 576 #define __printflike(fmtarg, firstvararg) /* nothing */ argument 577 #define __scanflike(fmtarg, firstvararg) /* nothing */ argument 578 #define __sysloglike(fmtarg, firstvararg) /* nothing */ argument
|
| /netbsd-src/external/bsd/fetch/dist/libfetch/ |
| H A 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/sys/external/bsd/libnv/dist/ |
| H A D | nv_compat.h | 56 #define __printflike(fmtarg, firstvararg) \ argument 57 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
|
| /netbsd-src/usr.bin/make/ |
| H A 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/lib/libradius/ |
| H A D | radlib.c | 74 #define __printflike(fmtarg, firstvararg) \ argument 75 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
|