Searched defs:__printf__ (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/intl/
H A Dvasnprintf.h37 # define __printf__ printf macro
53 __attribute__ ((__format__ (__printf__, 3, 4)));
55 __attribute__ ((__format__ (__printf__, 3, 0)));
/external/qemu/include/qemu/
H A Dcompiler.h46 /* 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/
H A Dsystem.h96 # define __printf__ printf macro

Completed in 187 milliseconds