Searched refs:__format__ (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-10-stable/usr.bin/patch/
H A Dutil.h36 __attribute__((__format__(__printf__, 1, 2)));
38 __attribute__((__format__(__printf__, 1, 2)));
40 __attribute__((__format__(__printf__, 1, 2)));
42 __attribute__((__format__(__printf__, 1, 2)));
/freebsd-10-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-10-stable/contrib/ntp/lib/isc/include/isc/
H A Dformatcheck.h35 #define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args)))
/freebsd-10-stable/crypto/openssh/
H A Dxmalloc.h25 __attribute__((__format__ (printf, 2, 3)))
H A Dauth.h132 __attribute__((__format__ (printf, 3, 4)));
163 __attribute__((__format__ (printf, 2, 3)))
/freebsd-10-stable/gnu/usr.bin/grep/
H A Derror.h34 # define __format__ format macro
50 __attribute__ ((__format__ (__printf__, 3, 4)));
54 __attribute__ ((__format__ (__printf__, 5, 6)));
/freebsd-10-stable/contrib/atf/atf-c/
H A Ddefs.h33 #define ATF_DEFS_ATTRIBUTE_FORMAT_PRINTF(a, b) __attribute__((__format__(__printf__, a, b)))
/freebsd-10-stable/sys/contrib/dev/acpica/include/platform/
H A Dacgcc.h57 #define ACPI_PRINTF_LIKE(c) __attribute__ ((__format__ (__printf__, c, c+1)))
/freebsd-10-stable/usr.sbin/faithd/
H A Dfaithd.h42 __attribute__((__format__(__printf__, 1, 2)));
44 __attribute__((__format__(__printf__, 1, 2)));
/freebsd-10-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-10-stable/lib/libc/include/
H A Dport_before.h13 __attribute__((__format__(__printf__, fmt, args)))
/freebsd-10-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-10-stable/contrib/openbsm/compat/
H A Dcompat.h54 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
/freebsd-10-stable/contrib/amd/fsinfo/
H A Dfsinfo.h82 __attribute__((__format__(__printf__, 1, 2)));
84 __attribute__((__format__(__printf__, 1, 2)));
90 __attribute__((__format__(__printf__, 2, 3)));
92 __attribute__((__format__(__printf__, 1, 2)));
94 __attribute__((__format__(__printf__, 2, 3)));
104 __attribute__((__format__(__printf__, 1, 2)));
/freebsd-10-stable/contrib/openpam/include/security/
H A Dopenpam_attr.h17 # define OPENPAM_FORMAT(params) __attribute__((__format__ params))
/freebsd-10-stable/contrib/libarchive/libarchive_fe/
H A Derr.h45 # define __LA_PRINTFLIKE(f,a) __attribute__((__format__(__LA_PRINTF_FORMAT, f, a)))
/freebsd-10-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-10-stable/contrib/tcsh/
H A Dtc.decls.h230 __attribute__((__format__(__printf__, 1, 2)));
232 __attribute__((__format__(__printf__, 3, 4)));
234 __attribute__((__format__(__printf__, 1, 2)));
236 __attribute__((__format__(__printf__, 1, 0)));
238 __attribute__((__format__(__printf__, 3, 0)));
240 __attribute__((__format__(__printf__, 1, 0)));
/freebsd-10-stable/tools/tools/ath/common/
H A Dah_osdep.h69 __attribute__ ((__format__ (__printf__, _a, _b)))
/freebsd-10-stable/sbin/dhclient/
H A Ddhcpd.h263 void error(char *, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
264 int warning(char *, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
265 int note(char *, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
266 int debug(char *, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
267 int parse_warn(char *, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
/freebsd-10-stable/contrib/binutils/include/
H A Dansidecl.h307 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
335 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
/freebsd-10-stable/contrib/gcclibs/include/
H A Dansidecl.h307 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
335 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
/freebsd-10-stable/contrib/gdb/include/
H A Dansidecl.h285 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
297 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
/freebsd-10-stable/usr.bin/csup/
H A Dmisc.h77 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))

Completed in 261 milliseconds

123