Searched refs:__printf__ (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | stdio.in.h | 61 # define __printf__ printf 78 __attribute__ ((__format__ (__printf__, 2, 3))); 83 __attribute__ ((__format__ (__printf__, 2, 3))); 97 __attribute__ ((__format__ (__printf__, 2, 0))); 102 __attribute__ ((__format__ (__printf__, 2, 0))); 115 # define printf __printf__ 117 __attribute__ ((__format__ (__printf__, 1, 2))); 121 # define printf __printf__ 123 __attribute__ ((__format__ (__printf__, 1, 2))); 134 # define ____printf____ __printf__ [all …]
|
D | error.h | 30 # define __printf__ printf macro 43 __attribute__ ((__format__ (__printf__, 3, 4))); 47 __attribute__ ((__format__ (__printf__, 5, 6)));
|
D | error.c | 71 __attribute__ ((__format__ (__printf__, 3, 4))); 75 __attribute__ ((__format__ (__printf__, 5, 6)));;
|
/ndk/sources/host-tools/make-3.81/ |
D | make.h | 208 # define __printf__ printf macro 402 __attribute__ ((__format__ (__printf__, 2, 3))); 404 __attribute__ ((__format__ (__printf__, 2, 3))); 406 __attribute__ ((noreturn, __format__ (__printf__, 2, 3)));
|