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

12 3 4 5

  /external/valgrind/coregrind/
pub_core_debuglog.h 78 __attribute__((format(__printf__, 3, 4)));
  /art/runtime/
common_throws.h 86 __attribute__((__format__(__printf__, 2, 3)))
110 __attribute__((__format__(__printf__, 2, 3)))
148 __attribute__((__format__(__printf__, 2, 3)))
157 __attribute__((__format__(__printf__, 1, 2)))
162 void ThrowIOException(const char* fmt, ...) __attribute__((__format__(__printf__, 1, 2)))
165 void ThrowWrappedIOException(const char* fmt, ...) __attribute__((__format__(__printf__, 1, 2)))
171 __attribute__((__format__(__printf__, 2, 3)))
175 __attribute__((__format__(__printf__, 2, 3)))
229 __attribute__((__format__(__printf__, 1, 2)))
235 __attribute__((__format__(__printf__, 1, 2))
    [all...]
  /external/ImageMagick/MagickCore/
property.h 40 magick_attribute((__format__ (__printf__,3,4))),
log.h 85 magick_attribute((__format__ (__printf__,5,6))),
87 const char *,va_list) magick_attribute((__format__ (__printf__,5,0)));
  /external/clang/test/Sema/
declspec.c 6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
format-strings.c 75 __attribute__((__format__ (__printf__, 2, 4)))
314 int asl_log(aslclient asl, aslmsg msg, int level, const char *format, ...) __attribute__((__format__ (__printf__, 4, 5)));
423 __attribute__((__format__(__printf__, 1, 0)))
462 int printf(const char * restrict, ...) __attribute__((__format__ (__printf__, 1, 2)));
615 __attribute__((__format__(__printf__, 1, 3)));
622 __attribute__((__format__(__printf__, 1, 3)));
    [all...]
  /external/libcups/cups/
raster-private.h 57 __attribute__((__format__(__printf__, 1, 2)));
debug-private.h 97 __attribute__ ((__format__ (__printf__, 1, 2)));
  /system/core/adb/
adb_io.h 74 bool WriteFdFmt(int fd, const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3)));
  /system/core/base/include/android-base/
stringprintf.h 31 #define FORMAT_ARCHETYPE __printf__
  /system/core/logd/
LogAudit.h 54 __attribute__((__format__(__printf__, 2, 3)));
  /external/clang/test/SemaCXX/
printf-cstr.cpp 45 Printf(const char *,...) __attribute__((__format__(__printf__,2,3)));
  /external/ipsec-tools/src/racoon/
plog.h 99 __attribute__ ((__format__ (__printf__, 4, 5)));
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
functexcept.h 79 __attribute__((__format__(__printf__, 1, 2)));
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
functexcept.h 79 __attribute__((__format__(__printf__, 1, 2)));
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
functexcept.h 79 __attribute__((__format__(__printf__, 1, 2)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
syslog.h 191 __attribute__ ((__format__ (__printf__, 2, 3)));
201 __attribute__ ((__format__ (__printf__, 2, 0)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
syslog.h 191 __attribute__ ((__format__ (__printf__, 2, 3)));
201 __attribute__ ((__format__ (__printf__, 2, 0)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
syslog.h 191 __attribute__ ((__format__ (__printf__, 2, 3)));
201 __attribute__ ((__format__ (__printf__, 2, 0)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
argp.h 53 # define __printf__ printf macro
520 __attribute__ ((__format__ (__printf__, 2, 3)));
523 __attribute__ ((__format__ (__printf__, 2, 3)));
536 __attribute__ ((__format__ (__printf__, 4, 5)));
540 __attribute__ ((__format__ (__printf__, 4, 5)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
argp.h 53 # define __printf__ printf macro
520 __attribute__ ((__format__ (__printf__, 2, 3)));
523 __attribute__ ((__format__ (__printf__, 2, 3)));
536 __attribute__ ((__format__ (__printf__, 4, 5)));
540 __attribute__ ((__format__ (__printf__, 4, 5)));
  /external/valgrind/coregrind/m_demangle/
ansidecl.h 198 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
226 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
  /external/bison/src/
uniqstr.h 36 __attribute__ ((__format__ (__printf__, 1, 2)));
  /external/libxml2/include/libxml/
xmlversion.h 465 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xfuncproto.h 81 # define _X_ATTRIBUTE_PRINTF(x,y) __attribute__((__format__(__printf__,x,y)))

Completed in 718 milliseconds

12 3 4 5