Lines Matching refs:myprintf
202 void __attribute__((format(printf,1,3))) myprintf(const char*, int blah, ...);205 myprintf("%d", 17, 18); // okay