/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))) 74 __attribute__ ((__format__(__gcc_diag__, 1, 2))); 76 __attribute__ ((__format__(__gcc_cdiag__, 1, 2))); 78 __attribute__ ((__format__(__gcc_cxxdiag__, 1, 2))); 80 __attribute__ ((__format__(__gcc_tdiag__, 1, 2)));
|
D | format-strings.c | 58 __attribute__((__format__ (__printf__, 2, 4))) 248 …nt asl, aslmsg msg, int level, const char *format, ...) __attribute__((__format__ (__printf__, 4, … 291 void myprintf_PR_6697(const char *format, int x, ...) __attribute__((__format__(printf,1, 3))); 357 __attribute__((__format__(__printf__, 1, 0))) 358 __attribute__((__format__(__scanf__, 3, 4))); 396 int printf(const char * restrict, ...) __attribute__((__format__ (__printf__, 1, 2)));
|
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);
|
D | format-strings-scanf.c | 14 int my_scanf(const char * restrict, ...) __attribute__((__format__(__scanf__, 1, 2)));
|
/external/bison/src/ |
D | complain.h | 31 __attribute__ ((__format__ (__printf__, 1, 2))); 34 __attribute__ ((__format__ (__printf__, 2, 3))); 39 __attribute__ ((__format__ (__printf__, 1, 2))); 42 __attribute__ ((__format__ (__printf__, 2, 3))); 47 __attribute__ ((__noreturn__, __format__ (__printf__, 1, 2))); 50 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 3)));
|
D | system.h | 104 # define __format__ format macro
|
/external/bluetooth/glib/glib/gnulib/ |
D | vasnprintf.h | 36 # define __format__ format macro 53 __attribute__ ((__format__ (__printf__, 3, 4))); 55 __attribute__ ((__format__ (__printf__, 3, 0)));
|
/external/bison/lib/ |
D | error.h | 30 # define __format__ format macro 44 __attribute__ ((__format__ (__printf__, 3, 4))); 48 __attribute__ ((__format__ (__printf__, 5, 6)));
|
D | error.c | 67 __attribute__ ((__format__ (__printf__, 3, 4))); 71 __attribute__ ((__format__ (__printf__, 5, 6)));;
|
/external/e2fsprogs/intl/ |
D | vasnprintf.h | 36 # define __format__ format macro 53 __attribute__ ((__format__ (__printf__, 3, 4))); 55 __attribute__ ((__format__ (__printf__, 3, 0)));
|
/external/clang/test/Parser/ |
D | cxx-attributes.cpp | 5 __attribute__ (( __format__(__printf__,2,3) )) = 0; 7 __attribute__ (( __format__(__printf__,2,3) )) {} in f2()
|
/external/openssh/ |
D | xmalloc.h | 25 __attribute__((__format__ (printf, 2, 3)))
|
/external/bluetooth/glib/glib/ |
D | gmacros.h | 80 __attribute__((__format__ (__printf__, format_idx, arg_idx))) 82 __attribute__((__format__ (__scanf__, format_idx, arg_idx)))
|
/external/valgrind/main/coregrind/m_demangle/ |
D | 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)))
|
/external/dbus/dbus/ |
D | dbus-macros.h | 69 __attribute__((__format__ (__printf__, format_idx, arg_idx)))
|
/external/ipsec-tools/src/racoon/ |
D | plog.h | 99 __attribute__ ((__format__ (__printf__, 4, 5)));
|
/external/libxml2/include/libxml/ |
D | xmlversion.h | 442 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
|
/external/clang/test/SemaCXX/ |
D | format-strings.cpp | 48 int test_null_format(const char *format, ...) __attribute__((__format__ (__printf__, 1, 2)));
|
/external/openssl/crypto/bio/ |
D | bio.h | 761 __bio_h__attr__((__format__(__printf__,2,3))); 763 __bio_h__attr__((__format__(__printf__,2,0))); 765 __bio_h__attr__((__format__(__printf__,3,4))); 767 __bio_h__attr__((__format__(__printf__,3,0)));
|
/external/openssl/include/openssl/ |
D | bio.h | 761 __bio_h__attr__((__format__(__printf__,2,3))); 763 __bio_h__attr__((__format__(__printf__,2,0))); 765 __bio_h__attr__((__format__(__printf__,3,4))); 767 __bio_h__attr__((__format__(__printf__,3,0)));
|
/external/qemu/audio/ |
D | audio.h | 93 __attribute__ ((__format__ (__printf__, 2, 3)))
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | Assertions.h | 130 #define WTF_ATTRIBUTE_PRINTF(formatStringArgument, extraArguments) __attribute__((__format__(printf…
|
/external/clang/test/Analysis/ |
D | blocks.m | 40 …nt asl, aslmsg msg, int level, const char *format, ...) __attribute__((__format__ (__printf__, 4, …
|