Searched refs:__format__ (Results 1 - 25 of 56) 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.h30 # define __format__ format 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.h55 __attribute__((__format__(__syslog__, 2, 3)));
/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/usr.bin/diff/
H A Dxmalloc.h29 __attribute__((__format__ (printf, 2, 3)))
/freebsd-13-stable/crypto/openssh/
H A Dxmalloc.h26 __attribute__((__format__ (printf, 2, 3)))
/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/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dccompile.h57 __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-stable/contrib/tcpdump/
H A Dfuncattrs.h94 #if __has_attribute(__format__) \
103 #define PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y)))
/freebsd-13-stable/contrib/openpam/include/security/
H A Dopenpam_attr.h17 # define OPENPAM_FORMAT(params) __attribute__((__format__ params))
/freebsd-13-stable/contrib/libarchive/libarchive_fe/
H A Derr.h45 # define __LA_PRINTFLIKE(f,a) __attribute__((__format__(__LA_PRINTF_FORMAT, f, a)))
/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/sendmail/include/sm/
H A Dcdefs.h133 # define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, x, y)))
141 # define SCANFLIKE(x,y) __attribute__ ((__format__ (__scanf__, x, y)))
/freebsd-13-stable/contrib/libpcap/pcap/
H A Dfuncattrs.h192 #if __has_attribute(__format__) \
202 #define PCAP_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/tools/tools/ath/common/
H A Dah_osdep.h71 __attribute__ ((__format__ (__printf__, _a, _b)))

Completed in 114 milliseconds

123