Searched refs:fmtarg (Results 1 – 7 of 7) 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))) 574 #define __format_arg(fmtarg) __attribute__((__format_arg__ (fmtarg))) argument 576 #define __printflike(fmtarg, firstvararg) /* nothing */ argument 577 #define __scanflike(fmtarg, firstvararg) /* nothing */ argument 578 #define __sysloglike(fmtarg, firstvararg) /* nothing */ argument [all …]
|
| /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)))
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple-ssa-sprintf.cc | 4329 tree fmtarg = TREE_VALUE (attrs); in get_user_idx_format() local 4336 return tree_to_uhwi (fmtarg) - 1; in get_user_idx_format()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimple-ssa-sprintf.c | 4275 tree fmtarg = TREE_VALUE (attrs); in get_user_idx_format() local 4282 return tree_to_uhwi (fmtarg) - 1; in get_user_idx_format()
|