90: int printf(const char* format, ...) 91: {
271: int myjobs, int whichjobs); 272: int PrintFile(const char* name, const char* filename, const char* title, 273: int num_options, cups_option_t* options);
45: extern "C" int __l4_printf (const char *fmt, ...); 46: extern "C" int printf (const char *fmt, ...) 47: __attribute__ ((weak, alias ("__l4_printf")));
60: void CTest::testSignature () { 61: std::istringstream os("int printf(char *fmt, ...);"); 62: AnsiCParser *p = new AnsiCParser(os, false);
80: /// Print some text. 81: virtual int printf(const char *format, ...) = 0; 82:
87: int printf(const char* format, ...) 88: {
71: int printf(const char *fmt, ...) { 72: va_list ap;
126: #undef printf 127: int printf(const char* format, ... ){ 128: va_list args;
4: int printf(char $untainted * fmt, ...) {} 5:
53: virtual void rewind(); 54: virtual int printf(const char *format, ...); 55: virtual int scanf(const char *format, void *ptr);
Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code©2010 Google - Privacy