/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 | 65 __attribute__((__format__ (__printf__, 2, 4))) 280 …sl, aslmsg msg, int level, const char *format, ...) __attribute__((__format__ (__printf__, 4, 5))); 389 __attribute__((__format__(__printf__, 1, 0))) 428 int printf(const char * restrict, ...) __attribute__((__format__ (__printf__, 1, 2))); 581 __attribute__((__format__(__printf__, 1, 3))); 588 __attribute__((__format__(__printf__, 1, 3))); 615 __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/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/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/clang/test/SemaCXX/ |
D | printf-block.cpp | 5 …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/clang/test/Parser/ |
D | cxx-attributes.cpp | 5 __attribute__ (( __format__(__printf__,2,3) )) = 0; 7 __attribute__ (( __format__(__printf__,2,3) )) {} in f2()
|
/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/mksh/src/ |
D | sh.h | 1861 MKSH_A_FORMAT(__printf__, 1, 2); 1877 MKSH_A_FORMAT(__printf__, 1, 2); 1880 MKSH_A_FORMAT(__printf__, 2, 3); 1882 MKSH_A_FORMAT(__printf__, 2, 3); 1884 MKSH_A_FORMAT(__printf__, 1, 2); 1890 MKSH_A_FORMAT(__printf__, 1, 2); 1892 MKSH_A_FORMAT(__printf__, 1, 2); 1895 MKSH_A_FORMAT(__printf__, 1, 2); 1897 MKSH_A_FORMAT(__printf__, 1, 2); 1924 MKSH_A_FORMAT(__printf__, 1, 2); [all …]
|
/external/valgrind/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/opencv3/3rdparty/libtiff/ |
D | tiffio.h | 443 extern void TIFFError(const char*, const char*, ...) __attribute__((__format__ (__printf__,2,3))); 444 …IFFErrorExt(thandle_t, const char*, const char*, ...) __attribute__((__format__ (__printf__,3,4))); 445 extern void TIFFWarning(const char*, const char*, ...) __attribute__((__format__ (__printf__,2,3))); 446 …FWarningExt(thandle_t, const char*, const char*, ...) __attribute__((__format__ (__printf__,3,4)));
|
/external/pdfium/third_party/libtiff/ |
D | tiffio.h | 450 extern void TIFFError(const char*, const char*, ...) __attribute__((__format__ (__printf__,2,3))); 451 …IFFErrorExt(thandle_t, const char*, const char*, ...) __attribute__((__format__ (__printf__,3,4))); 452 extern void TIFFWarning(const char*, const char*, ...) __attribute__((__format__ (__printf__,2,3))); 453 …FWarningExt(thandle_t, const char*, const char*, ...) __attribute__((__format__ (__printf__,3,4)));
|
/external/ipsec-tools/src/racoon/ |
D | plog.h | 99 __attribute__ ((__format__ (__printf__, 4, 5)));
|
/external/dbus/dbus/ |
D | dbus-macros.h | 69 __attribute__((__format__ (__printf__, format_idx, arg_idx)))
|
/external/libxml2/include/libxml/ |
D | xmlversion.h | 460 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
|