| /trueos/contrib/openpam/include/security/ |
| HD | openpam.h | 93 OPENPAM_FORMAT ((__printf__, 2, 3)) 107 OPENPAM_FORMAT ((__printf__, 2, 3)) 116 OPENPAM_FORMAT ((__printf__, 4, 5)) 130 OPENPAM_FORMAT ((__printf__, 2, 0)) 137 OPENPAM_FORMAT ((__printf__, 2, 0)) 146 OPENPAM_FORMAT ((__printf__, 4, 0)) 217 OPENPAM_FORMAT ((__printf__, 3, 4)) 237 OPENPAM_FORMAT ((__printf__, 2, 3))
|
| /trueos/usr.bin/patch/ |
| HD | util.h | 36 __attribute__((__format__(__printf__, 1, 2))); 38 __attribute__((__format__(__printf__, 1, 2))); 40 __attribute__((__format__(__printf__, 1, 2))); 42 __attribute__((__format__(__printf__, 1, 2)));
|
| /trueos/contrib/amd/fsinfo/ |
| HD | fsinfo.h | 86 __attribute__((__format__(__printf__, 1, 2))); 88 __attribute__((__format__(__printf__, 1, 2))); 94 __attribute__((__format__(__printf__, 2, 3))); 96 __attribute__((__format__(__printf__, 1, 2))); 98 __attribute__((__format__(__printf__, 2, 3))); 108 __attribute__((__format__(__printf__, 1, 2)));
|
| /trueos/contrib/xz/src/xz/ |
| HD | message.h | 48 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)))
|
| HD | util.h | 105 lzma_attribute((__format__(__printf__, 3, 4)));
|
| /trueos/contrib/diff/lib/ |
| HD | error.h | 31 # define __printf__ printf macro 44 __attribute__ ((__format__ (__printf__, 3, 4))); 48 __attribute__ ((__format__ (__printf__, 5, 6)));
|
| HD | error.c | 69 __attribute__ ((__format__ (__printf__, 3, 4))); 73 __attribute__ ((__format__ (__printf__, 5, 6)));;
|
| /trueos/gnu/usr.bin/grep/ |
| HD | error.h | 35 # define __printf__ printf macro 50 __attribute__ ((__format__ (__printf__, 3, 4))); 54 __attribute__ ((__format__ (__printf__, 5, 6)));
|
| /trueos/contrib/tcsh/ |
| HD | tc.decls.h | 230 __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)));
|
| /trueos/sbin/dhclient/ |
| HD | dhcpd.h | 263 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)));
|
| /trueos/usr.sbin/faithd/ |
| HD | faithd.h | 42 __attribute__((__format__(__printf__, 1, 2))); 44 __attribute__((__format__(__printf__, 1, 2)));
|
| /trueos/contrib/ntp/include/ |
| HD | ntp_stdlib.h | 24 # define __printf__ printf macro 31 __attribute__((__format__(__printf__, 2, 3))); 33 __attribute__((__format__(__printf__, 2, 3)));
|
| /trueos/contrib/file/src/ |
| HD | file.h | 435 __attribute__((__format__(__printf__, 2, 0))); 439 __attribute__((__format__(__printf__, 2, 3))); 469 __attribute__((__format__(__printf__, 3, 4))); 471 __attribute__((__format__(__printf__, 2, 3))); 473 __attribute__((__format__(__printf__, 2, 3)));
|
| /trueos/contrib/binutils/gas/ |
| HD | as.h | 493 #define __printf__ printf macro 499 __attribute__ ((__format__ (__printf__, 1, 2))) 502 __attribute__ ((__format__ (__printf__, 3, 4)))
|
| /trueos/contrib/gdb/include/ |
| HD | ansidecl.h | 285 #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)))
|
| /trueos/contrib/gcclibs/include/ |
| HD | ansidecl.h | 307 #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)))
|
| /trueos/contrib/binutils/include/ |
| HD | ansidecl.h | 307 #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)))
|
| /trueos/contrib/ntp/include/isc/ |
| HD | formatcheck.h | 29 #define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args)))
|
| /trueos/contrib/atf/atf-c/ |
| HD | defs.h | 33 #define ATF_DEFS_ATTRIBUTE_FORMAT_PRINTF(a, b) __attribute__((__format__(__printf__, a, b)))
|
| /trueos/sys/contrib/dev/acpica/include/platform/ |
| HD | acgcc.h | 57 #define ACPI_PRINTF_LIKE(c) __attribute__ ((__format__ (__printf__, c, c+1)))
|
| /trueos/contrib/openbsm/compat/ |
| HD | compat.h | 56 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
|
| /trueos/lib/libc/include/ |
| HD | port_before.h | 13 __attribute__((__format__(__printf__, fmt, args)))
|
| /trueos/contrib/libarchive/libarchive_fe/ |
| HD | err.h | 40 #define __LA_PRINTFLIKE(f,a) __attribute__((__format__(__printf__, f, a)))
|
| /trueos/contrib/openpam/t/ |
| HD | t.h | 64 OPENPAM_FORMAT((__printf__, 1, 2));
|
| /trueos/tools/tools/ath/common/ |
| HD | ah_osdep.h | 69 __attribute__ ((__format__ (__printf__, _a, _b)))
|