Searched refs:__printf__ (Results 51 - 75 of 231) sorted by relevance

12345678910

/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dattrs.h49 __attribute__((__format__(__printf__, format_idx, arg_idx)))
/netbsd-current/usr.sbin/makefs/ffs/
H A Dffs_extern.h49 __attribute__((__noreturn__,__format__(__printf__,1,2)));
/netbsd-current/sys/external/bsd/acpica/dist/include/platform/
H A Dacgcc.h77 #define ACPI_PRINTF_LIKE(c) __attribute__ ((__format__ (__printf__, c, c+1)))
/netbsd-current/sbin/fsck_msdos/
H A Dext.h52 int ask(int, const char *, ...) __attribute__((__format__(__printf__,2,3)));
/netbsd-current/external/bsd/libbind/dist/include/isc/
H A Dlogging.h88 __attribute__((__format__(__printf__, 4, 0)));
90 __attribute__((__format__(__printf__, 4, 5)));
H A Dctl.h70 __attribute__((__format__(__printf__, 2, 3)));
/netbsd-current/sbin/restore/
H A Dextern.h73 __attribute__((__format__(__printf__,1,2)));
80 __attribute__((__format__(__printf__,1,2)));
/netbsd-current/lib/libkvm/
H A Dkvm_private.h110 __attribute__((__format__(__printf__, 3, 4)));
121 __attribute__((__format__(__printf__, 3, 4)));
/netbsd-current/sys/lib/libsa/
H A Dstand.h248 __attribute__((__format__(__printf__, 1, 2)));
250 __attribute__((__format__(__printf__, 3, 4)));
252 __attribute__((__format__(__printf__, 1, 0)));
254 __attribute__((__format__(__printf__, 3, 0)));
261 __attribute__((__format__(__printf__, 1, 2)));
/netbsd-current/external/bsd/libbind/dist/include/
H A Dirp.h99 __attribute__((__format__(__printf__, 2, 3)));
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dformat.h37 __attribute__ ((__format__ (__printf__, 1, 2)))
/netbsd-current/sys/external/bsd/libnv/dist/
H A Dnv_compat.h57 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
/netbsd-current/external/bsd/tradcpp/dist/
H A Dutils.h36 #define PF(a, b) __attribute__((__format__(__printf__, a, b)))
/netbsd-current/crypto/external/bsd/openssl/dist/test/testutil/
H A Doutput.h29 # define ossl_test__printf__ __printf__
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Ddecl_arg.c100 __attribute__((__format__(__printf__, 1, 2)))
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/base/
H A Dheimbase.h119 HEIMDAL_PRINTF_ATTRIBUTE((__printf__, 1, 2));
124 HEIMDAL_PRINTF_ATTRIBUTE((__printf__, 1, 0));
225 HEIMDAL_PRINTF_ATTRIBUTE((__printf__, 2, 3));
228 HEIMDAL_PRINTF_ATTRIBUTE((__printf__, 3, 4));
231 HEIMDAL_PRINTF_ATTRIBUTE((__printf__, 2, 0));
/netbsd-current/external/bsd/file/dist/src/
H A Dfile.h538 __attribute__((__format__(__printf__, 2, 0)));
547 __attribute__((__format__(__printf__, 2, 3)));
583 __attribute__((__format__(__printf__, 3, 4)));
585 __attribute__((__format__(__printf__, 2, 3)));
587 __attribute__((__format__(__printf__, 2, 3)));
695 __attribute__((__format__(__printf__, 2, 3), __noreturn__));
697 __attribute__((__format__(__printf__, 2, 3), __noreturn__));
699 __attribute__((__format__(__printf__, 1, 2)));
701 __attribute__((__format__(__printf__, 1, 2)));
/netbsd-current/external/historical/nawk/dist/
H A Dproto.h141 __attribute__((__format__(__printf__, 1, 2)));
143 __attribute__((__format__(__printf__, 1, 2), __noreturn__));
145 __attribute__((__format__(__printf__, 1, 2)));
/netbsd-current/external/gpl2/gettext/include/
H A Dgettext-po.h60 __attribute__ ((__format__ (__printf__, 3, 4)))
73 __attribute__ ((__format__ (__printf__, 5, 6)))
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dansidecl.h157 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
185 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dansidecl.h198 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
226 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dansidecl.h198 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
226 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dansidecl.h198 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
226 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dansidecl.h157 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
185 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dansidecl.h157 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
185 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))

Completed in 170 milliseconds

12345678910