Searched refs:__format__ (Results 26 - 50 of 56) sorted by relevance

123

/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)))
102 __attribute__((__format__(__printf0__, fmtarg, firstvararg)))
/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A Dcom_err.c73 __attribute__((__format__(__printf__, 3, 0)));
/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/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h56 __attribute__((__format__(printf, __n, (__n)+1)))
58 __attribute__((__format__(printf, __n, 0)))
/freebsd-13-stable/sys/sys/
H A Dcdefs.h517 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
519 __attribute__((__format__ (__scanf__, fmtarg, firstvararg)))
522 __attribute__((__format__ (__strfmon__, fmtarg, firstvararg)))
524 __attribute__((__format__ (__strftime__, fmtarg, firstvararg)))
531 __attribute__((__format__ (__printf0__, fmtarg, firstvararg)))
/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)));
/freebsd-13-stable/crypto/openssh/
H A Dauth.h148 __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/crypto/openssl/include/openssl/
H A Dbio.h773 ossl_bio__attr__((__format__(ossl_bio__printf__, 2, 3)));
775 ossl_bio__attr__((__format__(ossl_bio__printf__, 2, 0)));
777 ossl_bio__attr__((__format__(ossl_bio__printf__, 3, 4)));
779 ossl_bio__attr__((__format__(ossl_bio__printf__, 3, 0)));
/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.h126 # define __LA_PRINTFLIKE(f,a) __attribute__((__format__(__LA_PRINTF_FORMAT, f, a)))
/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)))
/freebsd-13-stable/usr.sbin/ypldap/
H A Dparse.y70 __attribute__((__format__ (printf, 1, 2)))
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h914 __attribute__((__format__(__MINGW_PRINTF_FORMAT, string_index, \
918 __attribute__((__format__(__printf__, string_index, first_to_check)))
/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)))

Completed in 3201 milliseconds

123