Searched refs:__printf__ (Results 26 - 50 of 52) sorted by relevance

123

/freebsd-13-stable/contrib/com_err/
H A Dcom_err.c70 __attribute__((__format__(__printf__, 3, 0)));
/freebsd-13-stable/contrib/diff/lib/
H A Derror.c69 __attribute__ ((__format__ (__printf__, 3, 4)));
73 __attribute__ ((__format__ (__printf__, 5, 6)));;
/freebsd-13-stable/contrib/openpam/bin/pamtest/
H A Dpamtest.c59 OPENPAM_FORMAT ((__printf__, 1, 2));
61 OPENPAM_FORMAT ((__printf__, 2, 3));
/freebsd-13-stable/contrib/xz/src/xzdec/
H A Dxzdec.c43 static void lzma_attribute((__format__(__printf__, 1, 2)))
/freebsd-13-stable/contrib/mandoc/
H A Dmandoc.h311 __attribute__((__format__ (__printf__, 4, 5)));
H A Dterm_ps.c110 __attribute__((__format__ (__printf__, 2, 3)));
/freebsd-13-stable/usr.sbin/rtsold/
H A Drtsold.h170 __attribute__((__format__(__printf__, 3, 4)));
/freebsd-13-stable/contrib/flex/src/
H A Dflexdef.h853 __attribute__((__format__(__printf__, 1, 2)))
860 __attribute__((__format__(__printf__, 1, 2)))
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h136 __attribute__((__format__(__printf__, 2, 3)));
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_stdlib.h22 #define NTP_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args)))
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dwarn.c39 __attribute__((__format__(__printf__, 5, 0)));
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc.c101 __attribute__((__format__(__printf__, 1, 2)));
103 __attribute__((__format__(__printf__, 1, 2)));
1893 static void __attribute__((__format__(__printf__, 1, 0)))
1905 static void __attribute__((__format__(__printf__, 1, 2)))
1921 static void __attribute__((__format__(__printf__, 1, 2)))
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dgen_template.c253 static void tlist_header(struct tlist *, const char *, ...) __attribute__((__format__(__printf__, 2, 3)));
255 add_line(struct templatehead *, const char *, ...) __attribute__((__format__(__printf__, 2, 3)));
259 __attribute__((__format__(__printf__, 4, 5)));
/freebsd-13-stable/contrib/bmake/
H A Dmake.h133 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
/freebsd-13-stable/contrib/libarchive/test_utils/
H A Dtest_common.h124 # define __LA_PRINTF_FORMAT __printf__
/freebsd-13-stable/contrib/libxo/libxo/
H A Dxo.h45 #define __printflike(_x, _y) __attribute__((__format__ (__printf__, _x, _y)))
/freebsd-13-stable/contrib/file/src/
H A Dfuncs.c184 __attribute__((__format__(__printf__, 3, 0)))
H A Dcompress.c225 __attribute__((__format__(__printf__, 3, 4)));
/freebsd-13-stable/sys/sys/
H A Dcdefs.h517 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c2831 static void __attribute__((__format__(__printf__, 1, 0)))
2843 static void __attribute__((__format__(__printf__, 1, 2)))
2859 static void __attribute__((__format__(__printf__, 1, 2)))
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dbio.h768 # define ossl_bio__printf__ __printf__
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive.h130 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h918 __attribute__((__format__(__printf__, string_index, first_to_check)))
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c217 static void cvmx_debug_printf(char *format, ...) __attribute__((format(__printf__, 1, 2)));
/freebsd-13-stable/usr.sbin/route6d/
H A Droute6d.c258 __attribute__((__format__(__printf__, 1, 2)));
260 __attribute__((__format__(__printf__, 2, 3)));
262 __attribute__((__format__(__printf__, 2, 3)));

Completed in 219 milliseconds

123