/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wchar.h | 425 /* __attribute__((__format__ (gnu_wscanf, 2, 3))) */ __MINGW_ATTRIB_NONNULL(2) 427 /* __attribute__((__format__ (gnu_wscanf, 2, 0))) */ __MINGW_ATTRIB_NONNULL(2) 429 /* __attribute__((__format__ (gnu_wscanf, 1, 2))) */ __MINGW_ATTRIB_NONNULL(1) 431 /* __attribute__((__format__ (gnu_wscanf, 1, 0))) */ __MINGW_ATTRIB_NONNULL(1) 433 /* __attribute__((__format__ (gnu_wscanf, 2, 3))) */ __MINGW_ATTRIB_NONNULL(2) 435 /* __attribute__((__format__ (gnu_wscanf, 2, 0))) */ __MINGW_ATTRIB_NONNULL(2) 439 /* __attribute__((__format__ (gnu_wprintf, 2, 3))) */ __MINGW_ATTRIB_NONNULL(2) 441 /* __attribute__((__format__ (gnu_wprintf, 1, 2))) */ __MINGW_ATTRIB_NONNULL(1) 443 /* __attribute__((__format__ (gnu_wprintf, 2, 0))) */ __MINGW_ATTRIB_NONNULL(2) 445 /* __attribute__((__format__ (gnu_printf, 1, 0))) */ __MINGW_ATTRIB_NONNULL(1 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
wchar.h | 594 /* __attribute__ ((__format__ (__wprintf__, 2, 3))) */; 600 /* __attribute__ ((__format__ (__wprintf__, 1, 2))) */; 604 __THROW /* __attribute__ ((__format__ (__wprintf__, 3, 4))) */; 613 /* __attribute__ ((__format__ (__wprintf__, 2, 0))) */; 620 /* __attribute__ ((__format__ (__wprintf__, 1, 0))) */; 626 __THROW /* __attribute__ ((__format__ (__wprintf__, 3, 0))) */; 635 /* __attribute__ ((__format__ (__wscanf__, 2, 3))) */; 641 /* __attribute__ ((__format__ (__wscanf__, 1, 2))) */; 645 __THROW /* __attribute__ ((__format__ (__wscanf__, 2, 3))) */; 657 /* __attribute__ ((__format__ (__wscanf__, 2, 3))) */ [all...] |
stdio.h | 365 __THROW __attribute__ ((__format__ (__printf__, 3, 4))); 369 __THROW __attribute__ ((__format__ (__printf__, 3, 0))); 378 __THROW __attribute__ ((__format__ (__printf__, 2, 0))) __wur; 381 __THROW __attribute__ ((__format__ (__printf__, 2, 3))) __wur; 384 __THROW __attribute__ ((__format__ (__printf__, 2, 3))) __wur; 396 __attribute__ ((__format__ (__printf__, 2, 0))); 398 __attribute__ ((__format__ (__printf__, 2, 3))); 455 __attribute__ ((__format__ (__scanf__, 2, 0))) __wur; 462 __attribute__ ((__format__ (__scanf__, 1, 0))) __wur; 467 __THROW __attribute__ ((__format__ (__scanf__, 2, 0))) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
wchar.h | 594 /* __attribute__ ((__format__ (__wprintf__, 2, 3))) */; 600 /* __attribute__ ((__format__ (__wprintf__, 1, 2))) */; 604 __THROW /* __attribute__ ((__format__ (__wprintf__, 3, 4))) */; 613 /* __attribute__ ((__format__ (__wprintf__, 2, 0))) */; 620 /* __attribute__ ((__format__ (__wprintf__, 1, 0))) */; 626 __THROW /* __attribute__ ((__format__ (__wprintf__, 3, 0))) */; 635 /* __attribute__ ((__format__ (__wscanf__, 2, 3))) */; 641 /* __attribute__ ((__format__ (__wscanf__, 1, 2))) */; 645 __THROW /* __attribute__ ((__format__ (__wscanf__, 2, 3))) */; 657 /* __attribute__ ((__format__ (__wscanf__, 2, 3))) */ [all...] |
stdio.h | 365 __THROW __attribute__ ((__format__ (__printf__, 3, 4))); 369 __THROW __attribute__ ((__format__ (__printf__, 3, 0))); 378 __THROW __attribute__ ((__format__ (__printf__, 2, 0))) __wur; 381 __THROW __attribute__ ((__format__ (__printf__, 2, 3))) __wur; 384 __THROW __attribute__ ((__format__ (__printf__, 2, 3))) __wur; 396 __attribute__ ((__format__ (__printf__, 2, 0))); 398 __attribute__ ((__format__ (__printf__, 2, 3))); 455 __attribute__ ((__format__ (__scanf__, 2, 0))) __wur; 462 __attribute__ ((__format__ (__scanf__, 1, 0))) __wur; 467 __THROW __attribute__ ((__format__ (__scanf__, 2, 0))) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
stdio2.h | 135 __THROW __attribute__ ((__format__ (__printf__, 3, 4))) __wur; 138 __THROW __attribute__ ((__format__ (__printf__, 3, 0))) __wur; 140 ...) __attribute__ ((__format__ (__printf__, 3, 4))); 143 __attribute__ ((__format__ (__printf__, 3, 0))); 147 __THROW __attribute__ ((__format__ (__printf__, 3, 4))); 152 __THROW __attribute__ ((__format__ (__printf__, 3, 0)));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
stdio2.h | 135 __THROW __attribute__ ((__format__ (__printf__, 3, 4))) __wur; 138 __THROW __attribute__ ((__format__ (__printf__, 3, 0))) __wur; 140 ...) __attribute__ ((__format__ (__printf__, 3, 4))); 143 __attribute__ ((__format__ (__printf__, 3, 0))); 147 __THROW __attribute__ ((__format__ (__printf__, 3, 4))); 152 __THROW __attribute__ ((__format__ (__printf__, 3, 0)));
|
/external/ceres-solver/internal/ceres/ |
stringprintf.h | 58 __attribute__((__format__ (__printf__, string_index, first_to_check))) 60 __attribute__((__format__ (__scanf__, string_index, first_to_check)))
|
/external/clang/test/Sema/ |
declspec.c | 6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
|
/development/ndk/platforms/android-3/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)))
|
/development/ndk/platforms/android-8/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/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/ |
stdio.h | 264 __attribute__((__format__ (printf, 3, 4))) 267 __attribute__((__format__ (scanf, 2, 0))) 270 __attribute__((__format__ (scanf, 1, 0))) 273 __attribute__((__format__ (printf, 3, 0))) 276 __attribute__((__format__ (scanf, 2, 0))) 331 __attribute__((__format__ (printf, 2, 3))) 340 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/ |
stdio.h | 264 __attribute__((__format__ (printf, 3, 4))) 267 __attribute__((__format__ (scanf, 2, 0))) 270 __attribute__((__format__ (scanf, 1, 0))) 273 __attribute__((__format__ (printf, 3, 0))) 276 __attribute__((__format__ (scanf, 2, 0))) 331 __attribute__((__format__ (printf, 2, 3))) 340 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include-fixed/ |
stdio.h | 264 __attribute__((__format__ (printf, 3, 4))) 267 __attribute__((__format__ (scanf, 2, 0))) 270 __attribute__((__format__ (scanf, 1, 0))) 273 __attribute__((__format__ (printf, 3, 0))) 276 __attribute__((__format__ (scanf, 2, 0))) 331 __attribute__((__format__ (printf, 2, 3))) 340 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include-fixed/ |
stdio.h | 264 __attribute__((__format__ (printf, 3, 4))) 267 __attribute__((__format__ (scanf, 2, 0))) 270 __attribute__((__format__ (scanf, 1, 0))) 273 __attribute__((__format__ (printf, 3, 0))) 276 __attribute__((__format__ (scanf, 2, 0))) 331 __attribute__((__format__ (printf, 2, 3))) 340 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/ |
stdio.h | 264 __attribute__((__format__ (printf, 3, 4))) 267 __attribute__((__format__ (scanf, 2, 0))) 270 __attribute__((__format__ (scanf, 1, 0))) 273 __attribute__((__format__ (printf, 3, 0))) 276 __attribute__((__format__ (scanf, 2, 0))) 331 __attribute__((__format__ (printf, 2, 3))) 340 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/ |
stdio.h | 264 __attribute__((__format__ (printf, 3, 4))) 267 __attribute__((__format__ (scanf, 2, 0))) 270 __attribute__((__format__ (scanf, 1, 0))) 273 __attribute__((__format__ (printf, 3, 0))) 276 __attribute__((__format__ (scanf, 2, 0))) 331 __attribute__((__format__ (printf, 2, 3))) 340 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include-fixed/ |
stdio.h | 264 __attribute__((__format__ (printf, 3, 4))) 267 __attribute__((__format__ (scanf, 2, 0))) 270 __attribute__((__format__ (scanf, 1, 0))) 273 __attribute__((__format__ (printf, 3, 0))) 276 __attribute__((__format__ (scanf, 2, 0))) 331 __attribute__((__format__ (printf, 2, 3))) 340 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include-fixed/ |
stdio.h | 264 __attribute__((__format__ (printf, 3, 4))) 267 __attribute__((__format__ (scanf, 2, 0))) 270 __attribute__((__format__ (scanf, 1, 0))) 273 __attribute__((__format__ (printf, 3, 0))) 276 __attribute__((__format__ (scanf, 2, 0))) 331 __attribute__((__format__ (printf, 2, 3))) 340 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
stdio.h | 276 __attribute__((__format__ (printf, 3, 4))) 279 __attribute__((__format__ (scanf, 2, 0))) 282 __attribute__((__format__ (scanf, 1, 0))) 285 __attribute__((__format__ (printf, 3, 0))) 288 __attribute__((__format__ (scanf, 2, 0))) 341 __attribute__((__format__ (printf, 2, 3))) 350 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
stdio.h | 276 __attribute__((__format__ (printf, 3, 4))) 279 __attribute__((__format__ (scanf, 2, 0))) 282 __attribute__((__format__ (scanf, 1, 0))) 285 __attribute__((__format__ (printf, 3, 0))) 288 __attribute__((__format__ (scanf, 2, 0))) 341 __attribute__((__format__ (printf, 2, 3))) 350 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
stdio.h | 276 __attribute__((__format__ (printf, 3, 4))) 279 __attribute__((__format__ (scanf, 2, 0))) 282 __attribute__((__format__ (scanf, 1, 0))) 285 __attribute__((__format__ (printf, 3, 0))) 288 __attribute__((__format__ (scanf, 2, 0))) 341 __attribute__((__format__ (printf, 2, 3))) 350 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
stdio.h | 276 __attribute__((__format__ (printf, 3, 4))) 279 __attribute__((__format__ (scanf, 2, 0))) 282 __attribute__((__format__ (scanf, 1, 0))) 285 __attribute__((__format__ (printf, 3, 0))) 288 __attribute__((__format__ (scanf, 2, 0))) 341 __attribute__((__format__ (printf, 2, 3))) 350 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/ |
stdio.h | 276 __attribute__((__format__ (printf, 3, 4))) 279 __attribute__((__format__ (scanf, 2, 0))) 282 __attribute__((__format__ (scanf, 1, 0))) 285 __attribute__((__format__ (printf, 3, 0))) 288 __attribute__((__format__ (scanf, 2, 0))) 341 __attribute__((__format__ (printf, 2, 3))) 350 __attribute__((__format__ (printf, 2, 0)))
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
stdio.h | 276 __attribute__((__format__ (printf, 3, 4))) 279 __attribute__((__format__ (scanf, 2, 0))) 282 __attribute__((__format__ (scanf, 1, 0))) 285 __attribute__((__format__ (printf, 3, 0))) 288 __attribute__((__format__ (scanf, 2, 0))) 341 __attribute__((__format__ (printf, 2, 3))) 350 __attribute__((__format__ (printf, 2, 0)))
|