HomeSort by relevance Sort by last modified time
    Searched full:__format__ (Results 76 - 100 of 341) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_mac.h 239 #define __MINGW_MS_PRINTF(__format,__args) __attribute__((__format__(ms_printf, __format,__args)))
240 #define __MINGW_MS_SCANF(__format,__args) __attribute__((__format__(ms_scanf, __format,__args)))
241 #define __MINGW_GNU_PRINTF(__format,__args) __attribute__((__format__(gnu_printf,__format,__args)))
242 #define __MINGW_GNU_SCANF(__format,__args) __attribute__((__format__(gnu_scanf, __format,__args)))
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...]
  /system/core/logd/
LogAudit.h 39 __attribute__ ((__format__ (__printf__, 2, 3)));
  /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.15-4.8/sysroot/usr/include/
wchar.h 593 /* __attribute__ ((__format__ (__wprintf__, 2, 3))) */;
599 /* __attribute__ ((__format__ (__wprintf__, 1, 2))) */;
603 __THROW /* __attribute__ ((__format__ (__wprintf__, 3, 4))) */;
612 /* __attribute__ ((__format__ (__wprintf__, 2, 0))) */;
619 /* __attribute__ ((__format__ (__wprintf__, 1, 0))) */;
625 __THROW /* __attribute__ ((__format__ (__wprintf__, 3, 0))) */;
634 /* __attribute__ ((__format__ (__wscanf__, 2, 3))) */;
640 /* __attribute__ ((__format__ (__wscanf__, 1, 2))) */;
644 __THROW /* __attribute__ ((__format__ (__wscanf__, 2, 3))) */;
656 /* __attribute__ ((__format__ (__wscanf__, 2, 3))) */
    [all...]
stdio.h 389 __THROWNL __attribute__ ((__format__ (__printf__, 3, 4)));
393 __THROWNL __attribute__ ((__format__ (__printf__, 3, 0)));
402 __THROWNL __attribute__ ((__format__ (__printf__, 2, 0))) __wur;
405 __THROWNL __attribute__ ((__format__ (__printf__, 2, 3))) __wur;
408 __THROWNL __attribute__ ((__format__ (__printf__, 2, 3))) __wur;
420 __attribute__ ((__format__ (__printf__, 2, 0)));
422 __attribute__ ((__format__ (__printf__, 2, 3)));
479 __attribute__ ((__format__ (__scanf__, 2, 0))) __wur;
486 __attribute__ ((__format__ (__scanf__, 1, 0))) __wur;
491 __THROW __attribute__ ((__format__ (__scanf__, 2, 0)))
    [all...]
  /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)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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 263 __attribute__((__format__ (printf, 3, 4)))
266 __attribute__((__format__ (scanf, 2, 0)))
269 __attribute__((__format__ (scanf, 1, 0)))
272 __attribute__((__format__ (printf, 3, 0)))
275 __attribute__((__format__ (scanf, 2, 0)))
330 __attribute__((__format__ (printf, 2, 3)))
339 __attribute__((__format__ (printf, 2, 0)))
  /development/ndk/platforms/android-8/include/
stdio.h 263 __attribute__((__format__ (printf, 3, 4)))
266 __attribute__((__format__ (scanf, 2, 0)))
269 __attribute__((__format__ (scanf, 1, 0)))
272 __attribute__((__format__ (printf, 3, 0)))
275 __attribute__((__format__ (scanf, 2, 0)))
330 __attribute__((__format__ (printf, 2, 3)))
339 __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.9/lib/gcc/arm-linux-androideabi/4.9.x-google/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.9/lib/gcc/arm-linux-androideabi/4.9.x-google/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)))
  /prebuilts/ndk/5/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)))
343 __attribute__((__format__ (printf, 2, 3)))
352 __attribute__((__format__ (printf, 2, 0)))

Completed in 985 milliseconds

1 2 34 5 6 7 8 91011>>