/third_party/gettext/gettext-runtime/libasprintf/ |
D | vasprintf.h | 32 # define __printf__ printf macro 45 __attribute__ ((__format__ (__printf__, 2, 3))); 47 __attribute__ ((__format__ (__printf__, 2, 0)));
|
D | vasnprintf.h | 35 # define __printf__ printf macro 68 __attribute__ ((__format__ (__printf__, 3, 4))); 70 __attribute__ ((__format__ (__printf__, 3, 0)));
|
D | autosprintf.in.h | 28 __attribute__ ((__format__ (__printf__, 2, 3)))
|
/third_party/gstreamer/gstreamer/gst/printf/ |
D | vasnprintf.h | 37 # define __printf__ printf macro 53 __attribute__ ((__format__ (__printf__, 3, 4))); 55 __attribute__ ((__format__ (__printf__, 3, 0)));
|
/third_party/gettext/gettext-runtime/intl/ |
D | vasnprintf.h | 35 # define __printf__ printf macro 68 __attribute__ ((__format__ (__printf__, 3, 4))); 70 __attribute__ ((__format__ (__printf__, 3, 0)));
|
/third_party/gettext/gettext-tools/src/ |
D | po-error.h | 30 # define __printf__ printf macro 49 __attribute__ ((__format__ (__printf__, 3, 4))) 57 __attribute__ ((__format__ (__printf__, 5, 6)))
|
D | po-lex.h | 39 # define __printf__ printf macro 85 __attribute__ ((__format__ (__printf__, 1, 2))); 87 __attribute__ ((__format__ (__printf__, 2, 3)));
|
D | format.h | 57 __attribute__ ((__format__ (__printf__, 1, 2)))
|
/third_party/glib/glib/gnulib/ |
D | vasnprintf.h | 71 _GL_ATTRIBUTE_FORMAT ((__printf__, 3, 4)); 73 _GL_ATTRIBUTE_FORMAT ((__printf__, 3, 0));
|
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | ostream.oo.h | 74 __attribute__ ((__format__ (__printf__, 2, 3))) 80 __attribute__ ((__format__ (__printf__, 2, 0)))
|
D | glibconfig.in.h | 80 __attribute__((__format__ (__printf__, format_idx, arg_idx)))
|
/third_party/gettext/gettext-tools/libgettextpo/ |
D | gettext-po.in.h | 59 __attribute__ ((__format__ (__printf__, 3, 4))) 72 __attribute__ ((__format__ (__printf__, 5, 6)))
|
/third_party/libusb/Xcode/ |
D | config.h | 34 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b)))
|
/third_party/libusb/android/ |
D | config.h | 49 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b)))
|
/third_party/openh264/codec/common/inc/ |
D | utils.h | 61 …(SLogContext* pCtx, int32_t iLevel, const char* kpFmt, ...) __attribute__ ((__format__ (__printf__,
|
/third_party/mksh/ |
D | sh.h | 2571 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/ |
D | xmlversion.in.h | 481 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
|
/third_party/libxml2/include/libxml/ |
D | xmlversion.h | 452 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
|
/third_party/gettext/libtextstyle/lib/ |
D | textstyle.h | 79 __attribute__ ((__format__ (__printf__, 2, 3))) 85 __attribute__ ((__format__ (__printf__, 2, 0)))
|
/third_party/ffmpeg/libavutil/ |
D | attributes.h | 161 # define av_printf_format(fmtpos, attrpos) __attribute__((__format__(__printf__, fmtpos, attrpos…
|
/third_party/pulseaudio/src/pulse/ |
D | gccmacro.h | 31 #define PA_GCC_PRINTF_ATTR(a,b) __attribute__ ((format (__printf__, a, b)))
|
/third_party/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | replace-includes | 82 +#define PRINTF_ATTRIBUTE(a1, a2) __attribute__ ((format (__printf__, a1, a2)))
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gmacros.in.h | 87 __attribute__((__format__ (__printf__, format_idx, arg_idx)))
|
/third_party/wayland_standard/src/ |
D | wayland-util.h | 66 #define WL_PRINTF(x, y) __attribute__((__format__(__printf__, x, y)))
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | lib.h | 89 #define FORMAT_ATTR(pos) __attribute__ ((__format__ (__printf__, pos, pos+1)))
|