Home
last modified time | relevance | path

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

123

/third_party/gettext/gettext-runtime/libasprintf/
Dvasprintf.h32 # define __printf__ printf macro
45 __attribute__ ((__format__ (__printf__, 2, 3)));
47 __attribute__ ((__format__ (__printf__, 2, 0)));
Dvasnprintf.h35 # define __printf__ printf macro
68 __attribute__ ((__format__ (__printf__, 3, 4)));
70 __attribute__ ((__format__ (__printf__, 3, 0)));
Dautosprintf.in.h28 __attribute__ ((__format__ (__printf__, 2, 3)))
/third_party/gstreamer/gstreamer/gst/printf/
Dvasnprintf.h37 # define __printf__ printf macro
53 __attribute__ ((__format__ (__printf__, 3, 4)));
55 __attribute__ ((__format__ (__printf__, 3, 0)));
/third_party/gettext/gettext-runtime/intl/
Dvasnprintf.h35 # define __printf__ printf macro
68 __attribute__ ((__format__ (__printf__, 3, 4)));
70 __attribute__ ((__format__ (__printf__, 3, 0)));
/third_party/gettext/gettext-tools/src/
Dpo-error.h30 # define __printf__ printf macro
49 __attribute__ ((__format__ (__printf__, 3, 4)))
57 __attribute__ ((__format__ (__printf__, 5, 6)))
Dpo-lex.h39 # define __printf__ printf macro
85 __attribute__ ((__format__ (__printf__, 1, 2)));
87 __attribute__ ((__format__ (__printf__, 2, 3)));
Dformat.h57 __attribute__ ((__format__ (__printf__, 1, 2)))
/third_party/glib/glib/gnulib/
Dvasnprintf.h71 _GL_ATTRIBUTE_FORMAT ((__printf__, 3, 4));
73 _GL_ATTRIBUTE_FORMAT ((__printf__, 3, 0));
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dostream.oo.h74 __attribute__ ((__format__ (__printf__, 2, 3)))
80 __attribute__ ((__format__ (__printf__, 2, 0)))
Dglibconfig.in.h80 __attribute__((__format__ (__printf__, format_idx, arg_idx)))
/third_party/gettext/gettext-tools/libgettextpo/
Dgettext-po.in.h59 __attribute__ ((__format__ (__printf__, 3, 4)))
72 __attribute__ ((__format__ (__printf__, 5, 6)))
/third_party/libusb/Xcode/
Dconfig.h34 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b)))
/third_party/libusb/android/
Dconfig.h49 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b)))
/third_party/openh264/codec/common/inc/
Dutils.h61 …(SLogContext* pCtx, int32_t iLevel, const char* kpFmt, ...) __attribute__ ((__format__ (__printf__,
/third_party/mksh/
Dsh.h2571 MKSH_A_FORMAT(__printf__, 1, 2);
2587 MKSH_A_FORMAT(__printf__, 1, 2);
2590 MKSH_A_FORMAT(__printf__, 2, 3);
2592 MKSH_A_FORMAT(__printf__, 2, 3);
2594 MKSH_A_FORMAT(__printf__, 1, 2);
2596 MKSH_A_FORMAT(__printf__, 3, 4);
2602 MKSH_A_FORMAT(__printf__, 1, 2);
2604 MKSH_A_FORMAT(__printf__, 1, 2);
2607 MKSH_A_FORMAT(__printf__, 1, 2);
2609 MKSH_A_FORMAT(__printf__, 1, 2);
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlversion.in.h481 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
/third_party/libxml2/include/libxml/
Dxmlversion.h452 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
/third_party/gettext/libtextstyle/lib/
Dtextstyle.h79 __attribute__ ((__format__ (__printf__, 2, 3)))
85 __attribute__ ((__format__ (__printf__, 2, 0)))
/third_party/ffmpeg/libavutil/
Dattributes.h161 # define av_printf_format(fmtpos, attrpos) __attribute__((__format__(__printf__, fmtpos, attrpos…
/third_party/pulseaudio/src/pulse/
Dgccmacro.h31 #define PA_GCC_PRINTF_ATTR(a,b) __attribute__ ((format (__printf__, a, b)))
/third_party/e2fsprogs/lib/ext2fs/tdb/patches/
Dreplace-includes82 +#define PRINTF_ATTRIBUTE(a1, a2) __attribute__ ((format (__printf__, a1, a2)))
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgmacros.in.h87 __attribute__((__format__ (__printf__, format_idx, arg_idx)))
/third_party/wayland_standard/src/
Dwayland-util.h66 #define WL_PRINTF(x, y) __attribute__((__format__(__printf__, x, y)))
/third_party/ltp/tools/sparse/sparse-src/
Dlib.h89 #define FORMAT_ATTR(pos) __attribute__ ((__format__ (__printf__, pos, pos+1)))

123