/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 …r * format, ...) __attribute__ ((__format__ (__printf__, 2, 3))) = ^ __attribute__ ((__format__ (_… in main() 17 …) (const char *, va_list, const char *, ...) __attribute__((__format__(__printf__, 1, 0))) __attri… in multi_attr() 18 …^ __attribute__((__format__(__printf__, 1, 0))) __attribute__((__format__(__scanf__, 3, 4))) (cons… in multi_attr()
|
D | format-strings.c | 64 __attribute__((__format__ (__printf__, 2, 4))) 279 …sl, aslmsg msg, int level, const char *format, ...) __attribute__((__format__ (__printf__, 4, 5))); 388 __attribute__((__format__(__printf__, 1, 0))) 427 int printf(const char * restrict, ...) __attribute__((__format__ (__printf__, 1, 2))); 565 __attribute__((__format__(__printf__, 1, 3))); 572 __attribute__((__format__(__printf__, 1, 3))); 599 __attribute__((__format__(__printf__, 1, 3)));
|
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 | 37 # define __printf__ printf 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 …t, const char *,...) __attribute__((__format__(__printf__,2,3))) = ^ __attribute__((__format__(__p…
|
D | printf-cstr.cpp | 45 Printf(const char *,...) __attribute__((__format__(__printf__,2,3)));
|
/external/bison/lib/ |
D | error.h | 43 _GL_ATTRIBUTE_FORMAT ((__printf__, 3, 4)); 47 _GL_ATTRIBUTE_FORMAT ((__printf__, 5, 6));
|
D | vasnprintf.h | 71 _GL_ATTRIBUTE_FORMAT ((__printf__, 3, 4)); 73 _GL_ATTRIBUTE_FORMAT ((__printf__, 3, 0));
|
D | error.c | 71 __attribute__ ((__format__ (__printf__, 3, 4))); 75 __attribute__ ((__format__ (__printf__, 5, 6)));;
|
/external/mksh/src/ |
D | sh.h | 1834 MKSH_A_FORMAT(__printf__, 1, 2); 1851 MKSH_A_FORMAT(__printf__, 1, 2); 1854 MKSH_A_FORMAT(__printf__, 2, 3); 1856 MKSH_A_FORMAT(__printf__, 2, 3); 1858 MKSH_A_FORMAT(__printf__, 1, 2); 1864 MKSH_A_FORMAT(__printf__, 1, 2); 1866 MKSH_A_FORMAT(__printf__, 1, 2); 1869 MKSH_A_FORMAT(__printf__, 1, 2); 1871 MKSH_A_FORMAT(__printf__, 1, 2); 1898 MKSH_A_FORMAT(__printf__, 1, 2); [all …]
|
/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/valgrind/main/coregrind/ |
D | pub_core_clreq.h | 63 __attribute__((format(__printf__, 1, 2), __unused__));
|
D | pub_core_debuglog.h | 78 __attribute__((format(__printf__, 3, 4)));
|
/external/ceres-solver/internal/ceres/ |
D | stringprintf.h | 58 __attribute__((__format__ (__printf__, string_index, first_to_check)))
|
/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/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)))
|