/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)));
|
D | uniqstr.h | 36 __attribute__ ((__format__ (__printf__, 1, 2)));
|
/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 | 64 __attribute__((__format__ (__printf__, 2, 4))) 279 …nt asl, aslmsg msg, int level, const char *format, ...) __attribute__((__format__ (__printf__, 4, … 321 void myprintf_PR_6697(const char *format, int x, ...) __attribute__((__format__(printf,1, 3))); 388 __attribute__((__format__(__printf__, 1, 0))) 389 __attribute__((__format__(__scanf__, 3, 4))); 427 int printf(const char * restrict, ...) __attribute__((__format__ (__printf__, 1, 2))); 565 __attribute__((__format__(__printf__, 1, 3))); 567 __attribute__((__format__(__scanf__, 2, 3))); 570 __attribute__((__format__(__scanf__, 2, 3))); 572 __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/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/clang/test/SemaCXX/ |
D | printf-block.cpp | 3 …^block) (int, const char *,...) __attribute__((__format__(__printf__,2,3))) = ^ __attribute__((__f…
|
D | printf-cstr.cpp | 45 Printf(const char *,...) __attribute__((__format__(__printf__,2,3)));
|
/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/openssh/ |
D | xmalloc.h | 25 __attribute__((__format__ (printf, 2, 3)))
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | raw_printer.h | 69 __attribute__ ((__format__ (__printf__, 2, 3)))
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | raw_printer.h | 69 __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/valgrind/main/coregrind/m_demangle/ |
D | ansidecl.h | 321 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m) 349 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
|
/external/ipsec-tools/src/racoon/ |
D | plog.h | 99 __attribute__ ((__format__ (__printf__, 4, 5)));
|
/external/libexif/libexif/ |
D | exif-log.h | 93 __attribute__((__format__(printf,4,5)))
|
/external/chromium_org/third_party/libxml/linux/include/libxml/ |
D | xmlversion.h | 433 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
|
/external/chromium_org/third_party/libxml/mac/include/libxml/ |
D | xmlversion.h | 433 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
|
/external/libxml2/include/libxml/ |
D | xmlversion.h | 442 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
|
/external/chromium_org/third_party/libxml/win32/include/libxml/ |
D | xmlversion.h | 433 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
|