HomeSort by relevance Sort by last modified time
    Searched refs:__printf__ (Results 76 - 100 of 119) sorted by null

1 2 34 5

  /external/pdfium/third_party/libtiff/
tiffio.h 451 extern void TIFFError(const char*, const char*, ...) __attribute__((__format__ (__printf__,2,3)));
452 extern void TIFFErrorExt(thandle_t, const char*, const char*, ...) __attribute__((__format__ (__printf__,3,4)));
453 extern void TIFFWarning(const char*, const char*, ...) __attribute__((__format__ (__printf__,2,3)));
454 extern void TIFFWarningExt(thandle_t, const char*, const char*, ...) __attribute__((__format__ (__printf__,3,4)));
  /external/libxml2/include/libxml/
xmlversion.h.in 455 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
  /external/bison/darwin-lib/
stdio.h 69 gnulib and libintl do '#define printf __printf__' when they override
86 _GL_ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument))
94 _GL_ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument))
    [all...]
  /external/bison/linux-lib/
stdio.h 69 gnulib and libintl do '#define printf __printf__' when they override
86 _GL_ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument))
94 _GL_ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument))
    [all...]
  /external/bison/lib/
stdio.in.h 68 gnulib and libintl do '#define printf __printf__' when they override
85 _GL_ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument))
93 _GL_ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument))
833 # define printf __printf__
836 _GL_FUNCDECL_RPL_1 (__printf__, int,
843 _GL_FUNCDECL_RPL_1 (__printf__, int,
850 _GL_CXXALIAS_RPL_1 (printf, __printf__, int, (const char *format, ...));
    [all...]
  /art/runtime/
dex_file_verifier.h 168 __attribute__((__format__(__printf__, 2, 3))) COLD_ATTR;
java_vm_ext.h 86 __attribute__((__format__(__printf__, 3, 4)));
  /external/boringssl/src/include/openssl/
base.h 187 __attribute__((__format__(__printf__, string_index, first_to_check)))
  /external/e2fsprogs/lib/ext2fs/
tdb.h 73 #define PRINTF_ATTRIBUTE(a1, a2) __attribute__ ((format (__printf__, a1, a2)))
  /external/libpcap/tests/
capturetest.c 89 #define PCAP_PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y)))
filtertest.c 97 #define PCAP_PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y)))
selpolltest.c 97 #define PCAP_PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y)))
valgrindtest.c 146 #define PCAP_PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y)))
  /external/libusb/examples/
fxload.c 51 __attribute__ ((format (__printf__, 1, 2)));
  /external/valgrind/include/
pub_tool_basics.h 459 #define PRINTF_CHECK(x, y) __attribute__((format(__printf__, x, y)))
  /external/vboot_reference/firmware/include/
vboot_api.h 399 __attribute__ ((format (__printf__, 1, 2)));
    [all...]
  /external/fio/profiles/
act.c 76 static int act_add_opt(const char *format, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
cdefs.h 436 __attribute__((__format__ (__printf__, fmtarg, firstvararg)))
  /system/core/adb/
sysdeps.h 61 #define ADB_FORMAT_ARCHETYPE __printf__
  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 66 __attribute__((__format__(__printf__, 1, 2)));
  /art/runtime/interpreter/
interpreter_common.h 99 __attribute__((__format__(__printf__, 2, 3)))
  /external/libcups/cups/
http.h 479 __attribute__ ((__format__ (__printf__, 2, 3)));
  /external/libdrm/
xf86drm.h 104 #define DRM_PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a)))
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/harfbuzz_ng/src/
hb-private.hh 94 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_idx)))

Completed in 2189 milliseconds

1 2 34 5