HomeSort by relevance Sort by last modified time
    Searched defs:__printf__ (Results 1 - 7 of 7) sorted by null

  /external/e2fsprogs/intl/
vasnprintf.h 37 # define __printf__ printf macro
53 __attribute__ ((__format__ (__printf__, 3, 4)));
55 __attribute__ ((__format__ (__printf__, 3, 0)));
  /ndk/sources/host-tools/sed-4.2.1/lib/
error.h 30 # define __printf__ printf macro
43 __attribute__ ((__format__ (__printf__, 3, 4)));
47 __attribute__ ((__format__ (__printf__, 5, 6)));
  /external/qemu/include/qemu/
compiler.h 46 /* Map __printf__ to __gnu_printf__ because we want standard format strings
47 * even when MinGW or GLib include files use __printf__. */
48 # define __printf__ __gnu_printf__ macro
  /external/bison/src/
system.h 96 # define __printf__ printf macro
  /ndk/sources/host-tools/make-3.81/
make.h 208 # define __printf__ printf macro
403 __attribute__ ((__format__ (__printf__, 2, 3)));
405 __attribute__ ((__format__ (__printf__, 2, 3)));
407 __attribute__ ((noreturn, __format__ (__printf__, 2, 3)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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)));

Completed in 142 milliseconds