Searched refs:__printf__ (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-13-stable/usr.bin/patch/
H A Dutil.h35 __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-stable/contrib/diff/lib/
H A Derror.h31 # define __printf__ printf macro
44 __attribute__ ((__format__ (__printf__, 3, 4)));
48 __attribute__ ((__format__ (__printf__, 5, 6)));
/freebsd-13-stable/contrib/ntp/lib/isc/include/isc/
H A Dformatcheck.h35 #define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args)))
/freebsd-13-stable/contrib/blacklist/bin/
H A Dsupport.h38 __attribute__((__format__(__printf__, 2, 0)));
40 __attribute__((__format__(__printf__, 2, 3)));
H A Dinternal.h51 #define __syslog__ __printf__
/freebsd-13-stable/contrib/atf/atf-c/
H A Ddefs.h33 #define ATF_DEFS_ATTRIBUTE_FORMAT_PRINTF(a, b) __attribute__((__format__(__printf__, a, b)))
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/sys/
H A Ddebug.h33 #define __printflike(x, y) __attribute__((__format__(__printf__, x, y)))
/freebsd-13-stable/contrib/mandoc/
H A Dmandoc_aux.h20 __attribute__((__format__ (__printf__, 2, 3)));
/freebsd-13-stable/contrib/xz/src/xz/
H A Dmessage.h48 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)))
H A Dutil.h105 lzma_attribute((__format__(__printf__, 3, 4)));
/freebsd-13-stable/lib/libc/include/
H A Dport_before.h13 __attribute__((__format__(__printf__, fmt, args)))
/freebsd-13-stable/contrib/openbsm/compat/
H A Dcompat.h54 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
/freebsd-13-stable/contrib/libarchive/libarchive_fe/
H A Derr.h43 # define __LA_PRINTF_FORMAT __printf__
/freebsd-13-stable/sys/contrib/dev/acpica/include/platform/
H A Dacgcc.h183 #define ACPI_PRINTF_LIKE(c) __attribute__ ((__format__ (__printf__, c, c+1)))
/freebsd-13-stable/contrib/openpam/include/security/
H A Dopenpam.h93 OPENPAM_FORMAT ((__printf__, 2, 3))
107 OPENPAM_FORMAT ((__printf__, 2, 3))
116 OPENPAM_FORMAT ((__printf__, 4, 5))
130 OPENPAM_FORMAT ((__printf__, 2, 0))
137 OPENPAM_FORMAT ((__printf__, 2, 0))
146 OPENPAM_FORMAT ((__printf__, 4, 0))
218 OPENPAM_FORMAT ((__printf__, 3, 4))
238 OPENPAM_FORMAT ((__printf__, 2, 3))
/freebsd-13-stable/contrib/tcpdump/
H A Dfuncattrs.h103 #define PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y)))
/freebsd-13-stable/contrib/dma/
H A Ddma.h198 ssize_t send_remote_command(int, const char*, ...) __attribute__((__nonnull__(2), __format__ (__printf__, 2, 3)));
230 void setlogident(const char *, ...) __attribute__((__format__ (__printf__, 1, 2)));
231 void errlog(int, const char *, ...) __attribute__((__format__ (__printf__, 2, 3)));
232 void errlogx(int, const char *, ...) __attribute__((__format__ (__printf__, 2, 3)));
/freebsd-13-stable/contrib/tcsh/
H A Dtc.decls.h229 __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-stable/contrib/file/src/
H A Dfile.h481 __attribute__((__format__(__printf__, 2, 0)));
490 __attribute__((__format__(__printf__, 2, 3)));
519 __attribute__((__format__(__printf__, 3, 4)));
521 __attribute__((__format__(__printf__, 2, 3)));
523 __attribute__((__format__(__printf__, 2, 3)));
643 __attribute__((__format__(__printf__, 2, 3), __noreturn__));
645 __attribute__((__format__(__printf__, 2, 3), __noreturn__));
647 __attribute__((__format__(__printf__, 1, 2)));
649 __attribute__((__format__(__printf__, 1, 2)));
/freebsd-13-stable/contrib/sendmail/include/sm/
H A Dcdefs.h133 # define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, x, y)))
/freebsd-13-stable/contrib/libpcap/pcap/
H A Dfuncattrs.h202 #define PCAP_PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y)))
/freebsd-13-stable/tools/tools/ath/common/
H A Dah_osdep.h71 __attribute__ ((__format__ (__printf__, _a, _b)))
/freebsd-13-stable/sbin/dhclient/
H A Ddhcpd.h268 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-13-stable/tools/build/cross-build/include/common/sys/
H A Dcdefs.h98 __attribute__((__format__(__printf__, fmtarg, firstvararg)))
166 #define __printf0__ __printf__
/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A Dcom_err.c73 __attribute__((__format__(__printf__, 3, 0)));

Completed in 165 milliseconds

123