/external/bison/src/ |
D | complain.h | 42 __attribute__ ((__format__ (__printf__, 1, 2))); 45 __attribute__ ((__format__ (__printf__, 2, 3))); 52 __attribute__ ((__format__ (__printf__, 3, 4))); 57 __attribute__ ((__format__ (__printf__, 1, 2))); 60 __attribute__ ((__format__ (__printf__, 2, 3))); 67 __attribute__ ((__format__ (__printf__, 3, 4))); 73 __attribute__ ((__format__ (__printf__, 2, 3))); 79 __attribute__ ((__format__ (__printf__, 2, 3))); 84 __attribute__ ((__noreturn__, __format__ (__printf__, 1, 2))); 87 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 3)));
|
/external/clang/test/Sema/ |
D | block-printf-attribute-1.c | 6 …void (^b) (int arg, const char * format, ...) __attribute__ ((__format__ (__printf__, 1, 3))) = … in main() 7 …^ __attribute__ ((__format__ (__printf__, 1, 3))) (int arg, const char * format, ...) {}; // expec… in main() 9 …g, const char * format, ...) __attribute__ ((__format__ (__printf__, 2, 3))) = ^ __attribute__ ((_… in main() 17 …r *, va_list, const char *, ...) __attribute__((__format__(__printf__, 1, 0))) __attribute__((__fo… in multi_attr() 18 …^ __attribute__((__format__(__printf__, 1, 0))) __attribute__((__format__(__scanf__, 3, 4))) (cons… in multi_attr()
|
D | attr-format.c | 22 int (*printf)(const char *format, ...) __attribute__((__format__(printf, 1, 2))); // no-error 23 …int (*printf2)(double format, ...) __attribute__((__format__(printf, 1, 2))); // expected-error {{… 46 #define __printf0like(fmt,va) __attribute__((__format__(__printf0__,fmt,va))) 81 __attribute__ ((__format__(__gcc_diag__, 1, 2))); 83 __attribute__ ((__format__(__gcc_cdiag__, 1, 2))); 85 __attribute__ ((__format__(__gcc_cxxdiag__, 1, 2))); 87 __attribute__ ((__format__(__gcc_tdiag__, 1, 2)));
|
D | format-strings.c | 65 __attribute__((__format__ (__printf__, 2, 4))) 280 …nt asl, aslmsg msg, int level, const char *format, ...) __attribute__((__format__ (__printf__, 4, … 322 void myprintf_PR_6697(const char *format, int x, ...) __attribute__((__format__(printf,1, 3))); 389 __attribute__((__format__(__printf__, 1, 0))) 390 __attribute__((__format__(__scanf__, 3, 4))); 428 int printf(const char * restrict, ...) __attribute__((__format__ (__printf__, 1, 2))); 581 __attribute__((__format__(__printf__, 1, 3))); 583 __attribute__((__format__(__scanf__, 2, 3))); 586 __attribute__((__format__(__scanf__, 2, 3))); 588 __attribute__((__format__(__printf__, 1, 3))); [all …]
|
D | no-format-y2k-turnsoff-format.c | 4 void foo(const char *, ...) __attribute__((__format__ (__printf__, 1, 2)));
|
D | declspec.c | 6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
|
/external/clang/test/SemaCXX/ |
D | format-strings.cpp | 48 int test_null_format(const char *format, ...) __attribute__((__format__ (__printf__, 1, 2))); 138 …void func1(const char *, ...) __attribute__((__format__(printf, 1, 2))); // expected-error {{forma… 139 void (*func2)(const char *, ...) __attribute__((__format__(printf, 1, 2))); 140 static void (*func3)(const char *, ...) __attribute__((__format__(printf, 1, 2))); 141 static void func4(const char *, ...) __attribute__((__format__(printf, 1, 2)));
|
D | printf-block.cpp | 5 …^block) (int, const char *,...) __attribute__((__format__(__printf__,2,3))) = ^ __attribute__((__f…
|
/external/e2fsprogs/intl/ |
D | vasnprintf.h | 36 # define __format__ format macro 53 __attribute__ ((__format__ (__printf__, 3, 4))); 55 __attribute__ ((__format__ (__printf__, 3, 0)));
|
/external/fio/ |
D | log.h | 10 extern int log_err(const char *format, ...) __attribute__ ((__format__ (__printf__, 1, 2))); 11 extern int log_info(const char *format, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
|
/external/ImageMagick/MagickCore/ |
D | locale-private.h | 37 magick_attribute((__format__ (__printf__,2,0))), 40 magick_attribute((__format__ (__printf__,3,0)));
|
D | locale_.h | 67 magick_attribute((__format__ (__printf__,2,3))), 70 magick_attribute((__format__ (__printf__,3,4)));
|
D | log.h | 85 magick_attribute((__format__ (__printf__,5,6))), 87 const char *,va_list) magick_attribute((__format__ (__printf__,5,0)));
|
D | property.h | 40 magick_attribute((__format__ (__printf__,3,4))),
|
/external/ImageMagick/MagickWand/ |
D | wandcli.h | 36 magick_attribute((__format__ (__printf__,6,7))), 39 magick_attribute((__format__ (__printf__,7,8)));
|
/external/clang/test/Parser/ |
D | cxx-attributes.cpp | 5 __attribute__ (( __format__(__printf__,2,3) )) = 0; 7 __attribute__ (( __format__(__printf__,2,3) )) {} in f2()
|
/external/ceres-solver/internal/ceres/ |
D | stringprintf.h | 58 __attribute__((__format__ (__printf__, string_index, first_to_check))) 60 __attribute__((__format__ (__scanf__, string_index, first_to_check)))
|
/external/boringssl/src/include/openssl/ |
D | mem.h | 128 __bio_h__attr__((__format__(__printf__, 3, 4))); 132 __bio_h__attr__((__format__(__printf__, 3, 0)));
|
/external/valgrind/coregrind/m_demangle/ |
D | ansidecl.h | 200 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m) 228 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
|
/external/openssh/ |
D | xmalloc.h | 24 __attribute__((__format__ (printf, 2, 3)))
|
D | auth.h | 131 __attribute__((__format__ (printf, 3, 4))); 162 __attribute__((__format__ (printf, 2, 3)))
|
/external/bison/lib/ |
D | error.h | 29 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
|
D | vasnprintf.h | 33 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
|
D | error.c | 71 __attribute__ ((__format__ (__printf__, 3, 4))); 75 __attribute__ ((__format__ (__printf__, 5, 6)));;
|
/external/strace/ |
D | gcc_compat.h | 46 # define ATTRIBUTE_FORMAT(args) __attribute__((__format__ args))
|