/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/ |
stdio.h | 255 __attribute__((__format__ (printf, 3, 4))) 258 __attribute__((__format__ (scanf, 2, 0))) 261 __attribute__((__format__ (scanf, 1, 0))) 264 __attribute__((__format__ (printf, 3, 0))) 267 __attribute__((__format__ (scanf, 2, 0))) 322 __attribute__((__format__ (printf, 2, 3))) 331 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/ |
stdio.h | 255 __attribute__((__format__ (printf, 3, 4))) 258 __attribute__((__format__ (scanf, 2, 0))) 261 __attribute__((__format__ (scanf, 1, 0))) 264 __attribute__((__format__ (printf, 3, 0))) 267 __attribute__((__format__ (scanf, 2, 0))) 322 __attribute__((__format__ (printf, 2, 3))) 331 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/ |
stdio.h | 255 __attribute__((__format__ (printf, 3, 4))) 258 __attribute__((__format__ (scanf, 2, 0))) 261 __attribute__((__format__ (scanf, 1, 0))) 264 __attribute__((__format__ (printf, 3, 0))) 267 __attribute__((__format__ (scanf, 2, 0))) 322 __attribute__((__format__ (printf, 2, 3))) 331 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
stdio.h | 255 __attribute__((__format__ (printf, 3, 4))) 258 __attribute__((__format__ (scanf, 2, 0))) 261 __attribute__((__format__ (scanf, 1, 0))) 264 __attribute__((__format__ (printf, 3, 0))) 267 __attribute__((__format__ (scanf, 2, 0))) 322 __attribute__((__format__ (printf, 2, 3))) 331 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
stdio.h | 255 __attribute__((__format__ (printf, 3, 4))) 258 __attribute__((__format__ (scanf, 2, 0))) 261 __attribute__((__format__ (scanf, 1, 0))) 264 __attribute__((__format__ (printf, 3, 0))) 267 __attribute__((__format__ (scanf, 2, 0))) 322 __attribute__((__format__ (printf, 2, 3))) 331 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
stdio.h | 255 __attribute__((__format__ (printf, 3, 4))) 258 __attribute__((__format__ (scanf, 2, 0))) 261 __attribute__((__format__ (scanf, 1, 0))) 264 __attribute__((__format__ (printf, 3, 0))) 267 __attribute__((__format__ (scanf, 2, 0))) 322 __attribute__((__format__ (printf, 2, 3))) 331 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
stdio.h | 255 __attribute__((__format__ (printf, 3, 4))) 258 __attribute__((__format__ (scanf, 2, 0))) 261 __attribute__((__format__ (scanf, 1, 0))) 264 __attribute__((__format__ (printf, 3, 0))) 267 __attribute__((__format__ (scanf, 2, 0))) 322 __attribute__((__format__ (printf, 2, 3))) 331 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
stdio.h | 255 __attribute__((__format__ (printf, 3, 4))) 258 __attribute__((__format__ (scanf, 2, 0))) 261 __attribute__((__format__ (scanf, 1, 0))) 264 __attribute__((__format__ (printf, 3, 0))) 267 __attribute__((__format__ (scanf, 2, 0))) 322 __attribute__((__format__ (printf, 2, 3))) 331 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
stdio.h | 255 __attribute__((__format__ (printf, 3, 4))) 258 __attribute__((__format__ (scanf, 2, 0))) 261 __attribute__((__format__ (scanf, 1, 0))) 264 __attribute__((__format__ (printf, 3, 0))) 267 __attribute__((__format__ (scanf, 2, 0))) 322 __attribute__((__format__ (printf, 2, 3))) 331 __attribute__((__format__ (printf, 2, 0)))
|
/bionic/libc/include/ |
err.h | 45 #define __errlike(x, y) __attribute__((__format__(printf, x, y)))
|
/external/bison/lib/ |
error.h | 29 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
|
vasnprintf.h | 33 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
|
/external/clang/test/SemaCXX/ |
printf-cstr.cpp | 45 Printf(const char *,...) __attribute__((__format__(__printf__,2,3)));
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/ |
err.h | 45 #define __errlike(x, y) __attribute__((__format__(printf, x, y)))
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/ |
err.h | 45 #define __errlike(x, y) __attribute__((__format__(printf, x, y)))
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/ |
err.h | 45 #define __errlike(x, y) __attribute__((__format__(printf, x, y)))
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/ |
err.h | 45 #define __errlike(x, y) __attribute__((__format__(printf, x, y)))
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/ |
err.h | 45 #define __errlike(x, y) __attribute__((__format__(printf, x, y)))
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/ |
err.h | 45 #define __errlike(x, y) __attribute__((__format__(printf, x, y)))
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
functexcept.h | 79 __attribute__((__format__(__printf__, 1, 2)));
|
/external/clang/test/Sema/ |
format-strings.c | 65 __attribute__((__format__ (__printf__, 2, 4))) 280 int asl_log(aslclient asl, aslmsg msg, int level, const char *format, ...) __attribute__((__format__ (__printf__, 4, 5))); 322 void myprintf_PR_6697(const char *format, int x, ...) __attribute__((__format__(printf,1, 3))); 389 __attribute__((__format__(__printf__, 1, 0))) 390 __attribute__((__format__(__scanf__, 3, 4))); 428 int printf(const char * restrict, ...) __attribute__((__format__ (__printf__, 1, 2))); 581 __attribute__((__format__(__printf__, 1, 3))); 583 __attribute__((__format__(__scanf__, 2, 3))); 586 __attribute__((__format__(__scanf__, 2, 3))); 588 __attribute__((__format__(__printf__, 1, 3))) [all...] |
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
mem.h | 124 __bio_h__attr__((__format__(__printf__, 3, 4))); 128 __bio_h__attr__((__format__(__printf__, 3, 0)));
|
/art/runtime/ |
dex_file_verifier.h | 112 __attribute__((__format__(__printf__, 2, 3))) COLD_ATTR;
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
raw_printer.h | 69 __attribute__ ((__format__ (__printf__, 2, 3)))
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
raw_printer.h | 69 __attribute__ ((__format__ (__printf__, 2, 3)))
|