| /freebsd-14.2/usr.bin/patch/ |
| H A D | util.h | 34 __attribute__((__format__(__printf__, 1, 2))); 36 __attribute__((__format__(__printf__, 1, 2))); 38 __attribute__((__format__(__printf__, 1, 2))); 40 __attribute__((__format__(__printf__, 1, 2)));
|
| /freebsd-14.2/contrib/openpam/include/security/ |
| H A D | openpam.h | 91 OPENPAM_FORMAT ((__printf__, 2, 3)) 105 OPENPAM_FORMAT ((__printf__, 2, 3)) 114 OPENPAM_FORMAT ((__printf__, 4, 5)) 128 OPENPAM_FORMAT ((__printf__, 2, 0)) 135 OPENPAM_FORMAT ((__printf__, 2, 0)) 144 OPENPAM_FORMAT ((__printf__, 4, 0)) 216 OPENPAM_FORMAT ((__printf__, 3, 4)) 236 OPENPAM_FORMAT ((__printf__, 2, 3))
|
| /freebsd-14.2/contrib/xz/src/xz/ |
| H A D | message.h | 47 lzma_attribute((__format__(__printf__, 2, 3))) 55 lzma_attribute((__format__(__printf__, 1, 2))) 63 lzma_attribute((__format__(__printf__, 1, 2))) 71 lzma_attribute((__format__(__printf__, 1, 2)))
|
| /freebsd-14.2/contrib/diff/lib/ |
| H A D | error.h | 31 # define __printf__ printf 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-14.2/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-14.2/contrib/dma/ |
| H A D | dma.h | 209 …ote_command(int, const char*, ...) __attribute__((__nonnull__(2), __format__ (__printf__, 2, 3))); 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-14.2/contrib/file/src/ |
| H A D | file.h | 536 __attribute__((__format__(__printf__, 2, 0))); 545 __attribute__((__format__(__printf__, 2, 3))); 581 __attribute__((__format__(__printf__, 3, 4))); 583 __attribute__((__format__(__printf__, 2, 3))); 585 __attribute__((__format__(__printf__, 2, 3))); 693 __attribute__((__format__(__printf__, 2, 3), __noreturn__)); 695 __attribute__((__format__(__printf__, 2, 3), __noreturn__)); 697 __attribute__((__format__(__printf__, 1, 2))); 699 __attribute__((__format__(__printf__, 1, 2)));
|
| /freebsd-14.2/contrib/blocklist/bin/ |
| H A D | support.h | 38 __attribute__((__format__(__printf__, 2, 0))); 40 __attribute__((__format__(__printf__, 2, 3)));
|
| H A D | internal.h | 51 #define __syslog__ __printf__
|
| /freebsd-14.2/sbin/dhclient/ |
| H A D | dhcpd.h | 268 void error(const char *, ...) __attribute__ ((__format__ (__printf__, 1, 2))) __dead2; 269 int warning(const char *, ...) __attribute__ ((__format__ (__printf__, 1, 2))); 270 int note(const char *, ...) __attribute__ ((__format__ (__printf__, 1, 2))); 271 int debug(const char *, ...) __attribute__ ((__format__ (__printf__, 1, 2))); 272 int parse_warn(const char *, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | funcattrs.h | 120 #define PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y))) 140 #define PRINTFLIKE_FUNCPTR(x,y) __attribute__((__format__(__printf__,x,y)))
|
| /freebsd-14.2/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | format_string.h | 32 inline _LIBCPP_ATTRIBUTE_FORMAT(__printf__, 1, 0) string vformat_string(const char* msg, va_list ap… in vformat_string() 55 inline _LIBCPP_ATTRIBUTE_FORMAT(__printf__, 1, 2) string format_string(const char* msg, ...) { in format_string()
|
| H A D | error.h | 167 _LIBCPP_ATTRIBUTE_FORMAT(__printf__, 3, 0) 185 _LIBCPP_ATTRIBUTE_FORMAT(__printf__, 3, 4) 205 _LIBCPP_ATTRIBUTE_FORMAT(__printf__, 3, 4)
|
| /freebsd-14.2/contrib/one-true-awk/ |
| H A D | proto.h | 140 __attribute__((__format__(__printf__, 1, 2))); 142 __attribute__((__format__(__printf__, 1, 2))); 144 __attribute__((__format__(__printf__, 1, 2)));
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
| H A D | bsd_locale_fallbacks.h | 94 inline _LIBCPP_ATTRIBUTE_FORMAT(__printf__, 4, 5) int __libcpp_snprintf_l( in __libcpp_snprintf_l() 104 inline _LIBCPP_ATTRIBUTE_FORMAT(__printf__, 3, 4) int __libcpp_asprintf_l( in __libcpp_asprintf_l()
|
| /freebsd-14.2/contrib/ntp/libntp/lib/isc/include/isc/ |
| H A D | formatcheck.h | 35 #define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args)))
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | debug.h | 33 #define __printflike(x, y) __attribute__((__format__(__printf__, x, y)))
|
| /freebsd-14.2/contrib/atf/atf-c/ |
| H A D | defs.h | 33 #define ATF_DEFS_ATTRIBUTE_FORMAT_PRINTF(a, b) __attribute__((__format__(__printf__, a, b)))
|
| /freebsd-14.2/contrib/mandoc/ |
| H A D | mandoc_aux.h | 20 __attribute__((__format__ (__printf__, 2, 3)));
|
| H A D | test-attribute.c | 23 __attribute__((__format__ (__printf__, 1, 2)));
|
| /freebsd-14.2/contrib/openbsm/compat/ |
| H A D | compat.h | 54 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
|
| /freebsd-14.2/lib/libc/include/ |
| H A D | port_before.h | 12 __attribute__((__format__(__printf__, fmt, args)))
|
| /freebsd-14.2/contrib/libarchive/libarchive_fe/ |
| H A D | err.h | 45 # define __LA_PRINTF_FORMAT __printf__
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/platform/ |
| H A D | acgcc.h | 183 #define ACPI_PRINTF_LIKE(c) __attribute__ ((__format__ (__printf__, c, c+1)))
|