Home
last modified time | relevance | path

Searched refs:__printf__ (Results 1 – 25 of 54) sorted by relevance

123

/external/bison/src/
Dcomplain.h42 __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)));
Duniqstr.h36 __attribute__ ((__format__ (__printf__, 1, 2)));
/external/clang/test/Sema/
Dblock-printf-attribute-1.c6 …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()
Dformat-strings.c65 __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)));
Dno-format-y2k-turnsoff-format.c4 void foo(const char *, ...) __attribute__((__format__ (__printf__, 1, 2)));
Ddeclspec.c6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
/external/e2fsprogs/intl/
Dvasnprintf.h37 # define __printf__ printf macro
53 __attribute__ ((__format__ (__printf__, 3, 4)));
55 __attribute__ ((__format__ (__printf__, 3, 0)));
/external/fio/
Dlog.h10 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/
Derror.h43 _GL_ATTRIBUTE_FORMAT ((__printf__, 3, 4));
47 _GL_ATTRIBUTE_FORMAT ((__printf__, 5, 6));
Dvasnprintf.h71 _GL_ATTRIBUTE_FORMAT ((__printf__, 3, 4));
73 _GL_ATTRIBUTE_FORMAT ((__printf__, 3, 0));
Derror.c71 __attribute__ ((__format__ (__printf__, 3, 4)));
75 __attribute__ ((__format__ (__printf__, 5, 6)));;
/external/clang/test/SemaCXX/
Dprintf-block.cpp5 …t, const char *,...) __attribute__((__format__(__printf__,2,3))) = ^ __attribute__((__format__(__p…
Dprintf-cstr.cpp45 Printf(const char *,...) __attribute__((__format__(__printf__,2,3)));
/external/clang/test/Parser/
Dcxx-attributes.cpp5 __attribute__ (( __format__(__printf__,2,3) )) = 0;
7 __attribute__ (( __format__(__printf__,2,3) )) {} in f2()
/external/boringssl/src/include/openssl/
Dmem.h128 __bio_h__attr__((__format__(__printf__, 3, 4)));
132 __bio_h__attr__((__format__(__printf__, 3, 0)));
/external/valgrind/coregrind/m_demangle/
Dansidecl.h200 #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/
Dsh.h1861 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/
Dpub_core_clreq.h63 __attribute__((format(__printf__, 1, 2), __unused__));
Dpub_core_debuglog.h78 __attribute__((format(__printf__, 3, 4)));
/external/ceres-solver/internal/ceres/
Dstringprintf.h58 __attribute__((__format__ (__printf__, string_index, first_to_check)))
/external/opencv3/3rdparty/libtiff/
Dtiffio.h443 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/
Dtiffio.h450 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/
Dplog.h99 __attribute__ ((__format__ (__printf__, 4, 5)));
/external/dbus/dbus/
Ddbus-macros.h69 __attribute__((__format__ (__printf__, format_idx, arg_idx)))
/external/libxml2/include/libxml/
Dxmlversion.h460 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))

123