| /freebsd-13.1/usr.bin/patch/ |
| H A D | util.h | 35 __attribute__((__format__(__printf__, 1, 2))); 37 __attribute__((__format__(__printf__, 1, 2))); 39 __attribute__((__format__(__printf__, 1, 2))); 41 __attribute__((__format__(__printf__, 1, 2)));
|
| /freebsd-13.1/contrib/xz/src/xz/ |
| H A D | message.h | 48 lzma_attribute((__format__(__printf__, 2, 3))); 56 lzma_attribute((__format__(__printf__, 1, 2))); 64 lzma_attribute((__format__(__printf__, 1, 2))); 71 lzma_attribute((__format__(__printf__, 1, 2)))
|
| /freebsd-13.1/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | ccompile.h | 57 __attribute__((__format__(printf, __n, (__n)+1))) 59 __attribute__((__format__(printf, __n, 0))) 72 __attribute__((__format__(cmn_err, __n, (__n)+1))) 74 __attribute__((__format__(cmn_err, __n, 0)))
|
| /freebsd-13.1/contrib/diff/lib/ |
| H A D | error.h | 30 # define __format__ format macro 44 __attribute__ ((__format__ (__printf__, 3, 4))); 48 __attribute__ ((__format__ (__printf__, 5, 6)));
|
| H A D | error.c | 69 __attribute__ ((__format__ (__printf__, 3, 4))); 73 __attribute__ ((__format__ (__printf__, 5, 6)));;
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | tc.decls.h | 229 __attribute__((__format__(__printf__, 1, 2))); 231 __attribute__((__format__(__printf__, 3, 4))); 233 __attribute__((__format__(__printf__, 1, 2))); 235 __attribute__((__format__(__printf__, 1, 0))); 237 __attribute__((__format__(__printf__, 3, 0))); 239 __attribute__((__format__(__printf__, 1, 0)));
|
| /freebsd-13.1/contrib/dma/ |
| H A D | dma.h | 209 ssize_t send_remote_command(int, const char*, ...) __attribute__((__nonnull__(2), __format__ (__pr… 243 void setlogident(const char *, ...) __attribute__((__format__ (__printf__, 1, 2))); 244 void errlog(int, const char *, ...) __attribute__((__format__ (__printf__, 2, 3))); 245 void errlogx(int, const char *, ...) __attribute__((__format__ (__printf__, 2, 3)));
|
| /freebsd-13.1/contrib/file/src/ |
| H A D | file.h | 499 __attribute__((__format__(__printf__, 2, 0))); 508 __attribute__((__format__(__printf__, 2, 3))); 539 __attribute__((__format__(__printf__, 3, 4))); 541 __attribute__((__format__(__printf__, 2, 3))); 543 __attribute__((__format__(__printf__, 2, 3))); 667 __attribute__((__format__(__printf__, 2, 3), __noreturn__)); 669 __attribute__((__format__(__printf__, 2, 3), __noreturn__)); 671 __attribute__((__format__(__printf__, 1, 2))); 673 __attribute__((__format__(__printf__, 1, 2)));
|
| /freebsd-13.1/contrib/blacklist/bin/ |
| H A D | support.h | 38 __attribute__((__format__(__printf__, 2, 0))); 40 __attribute__((__format__(__printf__, 2, 3)));
|
| H A D | internal.h | 55 __attribute__((__format__(__syslog__, 2, 3)));
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | funcattrs.h | 94 #if __has_attribute(__format__) \ 103 #define PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y)))
|
| /freebsd-13.1/sbin/dhclient/ |
| H A D | dhcpd.h | 269 void error(const char *, ...) __attribute__ ((__format__ (__printf__, 1, 2))) __dead2; 270 int warning(const char *, ...) __attribute__ ((__format__ (__printf__, 1, 2))); 271 int note(const char *, ...) __attribute__ ((__format__ (__printf__, 1, 2))); 272 int debug(const char *, ...) __attribute__ ((__format__ (__printf__, 1, 2))); 273 int parse_warn(const char *, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
|
| /freebsd-13.1/contrib/sendmail/include/sm/ |
| H A D | cdefs.h | 133 # define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, x, y))) 141 # define SCANFLIKE(x,y) __attribute__ ((__format__ (__scanf__, x, y)))
|
| /freebsd-13.1/contrib/libpcap/pcap/ |
| H A D | funcattrs.h | 192 #if __has_attribute(__format__) \ 202 #define PCAP_PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y)))
|
| /freebsd-13.1/contrib/libfido2/src/ |
| H A D | extern.h | 152 __attribute__((__format__ (printf, 1, 2))); 154 __attribute__((__format__ (printf, 3, 4))); 156 __attribute__((__format__ (printf, 2, 3)));
|
| /freebsd-13.1/contrib/one-true-awk/ |
| H A D | proto.h | 141 __attribute__((__format__(__printf__, 1, 2))); 143 __attribute__((__format__(__printf__, 1, 2))); 145 __attribute__((__format__(__printf__, 1, 2)));
|
| /freebsd-13.1/sys/sys/ |
| H A D | cdefs.h | 513 __attribute__((__format__ (__printf__, fmtarg, firstvararg))) 515 __attribute__((__format__ (__scanf__, fmtarg, firstvararg))) 518 __attribute__((__format__ (__strfmon__, fmtarg, firstvararg))) 520 __attribute__((__format__ (__strftime__, fmtarg, firstvararg))) 527 __attribute__((__format__ (__printf0__, fmtarg, firstvararg)))
|
| /freebsd-13.1/contrib/ntp/lib/isc/include/isc/ |
| H A D | formatcheck.h | 35 #define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args)))
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | debug.h | 33 #define __printflike(x, y) __attribute__((__format__(__printf__, x, y)))
|
| /freebsd-13.1/contrib/atf/atf-c/ |
| H A D | defs.h | 33 #define ATF_DEFS_ATTRIBUTE_FORMAT_PRINTF(a, b) __attribute__((__format__(__printf__, a, b)))
|
| /freebsd-13.1/usr.bin/diff/ |
| H A D | xmalloc.h | 29 __attribute__((__format__ (printf, 2, 3)))
|
| /freebsd-13.1/contrib/mandoc/ |
| H A D | mandoc_aux.h | 20 __attribute__((__format__ (__printf__, 2, 3)));
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | xmalloc.h | 25 __attribute__((__format__ (printf, 2, 3))) __attribute__((__nonnull__ (2)));
|
| /freebsd-13.1/contrib/openbsm/compat/ |
| H A D | compat.h | 54 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
|
| /freebsd-13.1/lib/libc/include/ |
| H A D | port_before.h | 13 __attribute__((__format__(__printf__, fmt, args)))
|