Searched defs:printf (Results 1 - 25 of 35) sorted by relevance

12

/external/bison/lib/
H A Dprintf.c30 printf (const char *format, ...) function
/external/srtp/crypto/include/
H A Dkernel_compat.h79 #define printf(...) printk(__VA_ARGS__) macro
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPrintStream.cpp38 void PrintStream::printf(const char* format, ...) function in class:WTF::PrintStream
52 out.printf("%s", string);
75 out.printf("%d", value);
80 out.printf("%u", value);
85 out.printf("%ld", value);
90 out.printf("%lu", value);
95 out.printf("%lld", value);
100 out.printf("%llu", value);
110 out.printf("%lf", value);
115 out.printf("
[all...]
/external/clang/test/Sema/
H A Dattr-format.c5 void a(const char *a, ...) __attribute__((format(printf, 1,2))); // no-error
6 void b(const char *a, ...) __attribute__((format(printf, 1,1))); // expected-error {{'format' attribute parameter 3 is out of bounds}}
7 void c(const char *a, ...) __attribute__((format(printf, 0,2))); // expected-error {{'format' attribute parameter 2 is out of bounds}}
8 void d(const char *a, int c) __attribute__((format(printf, 1,2))); // expected-error {{format attribute requires variadic function}}
9 void e(char *str, int c, ...) __attribute__((format(printf, 2,3))); // expected-error {{format argument not a string type}}
12 void f(xpto c, va_list list) __attribute__((format(printf, 1, 0))); // no-error
13 void g(xpto c) __attribute__((format(printf, 1, 0))); // no-error
18 int (*f_ptr)(char*,...) __attribute__((format(printf, 1,2))); // no-error
19 int (*f2_ptr)(double,...) __attribute__((format(printf, 1, 2))); // expected-error {{format argument not a string type}}
22 int (*printf)(cons member in struct:_mystruct
[all...]
H A Dformat-strings.c10 int printf(const char *restrict, ...); // expected-note{{passing argument to parameter here}}
30 printf(s); // expected-warning {{format string is not a string literal}}
49 printf("abc"
51 printf("abc\
58 printf("%*d", (unsigned) 1, 1); // no-warning
70 printf(s); // expected-warning {{format string is not a string literal}}
84 printf(i == 1 ? "yes" : "no"); // no-warning
85 printf(i == 0 ? (i == 1 ? "yes" : "no") : "dont know"); // no-warning
86 printf(i == 0 ? (i == 1 ? s : "no") : "dont know"); // expected-warning{{format string is not a string literal}}
87 printf("ye
524 printf(kFormat17, (int[]){0}); // expected-warning{{format specifies type 'unsigned short' but the argument}} function
[all...]
/external/clang/test/SemaCXX/
H A Dformat-strings.cpp7 extern int printf(const char *restrict, ...);
15 printf("%a", 1.0);
20 printf("%ls", "foo"); // expected-warning{{format specifies type 'wchar_t *' but the argument has type 'const char *'}}
29 int printf(const char *, ...) __attribute__((format(printf, 2, 3)));
33 static int printf_static(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
39 foo.printf("%d", i); // expected-warning{{format specifies type 'int' but the argument has type 'int *'}}
42 printf(foo.gettext("%d"), i); // expected-warning{{format specifies type 'int' but the argument has type 'int *'}}
43 printf(Foo::gettext_static("%d"), i); // expected-warning{{format specifies type 'int' but the argument has type 'int *'}}
59 int Foo::printf(cons function in class:Foo
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios.h43 #define printf(format, p...) bios_printf(BIOS_PRINTF_SCREEN, format, ##p) macro
/external/srec/portable/include/
H A Dplog.h68 * printf).
73 ESR_ReturnCode(*printf)(struct PLogger_t *self, member in struct:PLogger_t
203 * @param msg The message format specification (ala printf).
214 * @param msg The message format specification (ala printf).
285 * Usage: PLOG_DBG_TRACE((printf-arguments))
287 * The reason we require double brackets is to allow the use of printf-style variable
/external/valgrind/unittest/
H A Dold_test_suite.h56 #define printf(args...) \ macro
79 printf("*RESULT test%d: time= %4ld ms\n", id_, end - start);
80 // printf ("Time: %4ldms\n", end-start);
/external/chromium_org/third_party/libxml/src/
H A Dtrio.h158 # define printf trio_printf macro
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtrio.h158 # define printf trio_printf macro
/external/grub/docs/
H A Dkernel.c48 void printf (const char *format, ...);
63 printf ("Invalid magic number: 0x%x\n", (unsigned) magic);
71 printf ("flags = 0x%x\n", (unsigned) mbi->flags);
75 printf ("mem_lower = %uKB, mem_upper = %uKB\n",
80 printf ("boot_device = 0x%x\n", (unsigned) mbi->boot_device);
84 printf ("cmdline = %s\n", (char *) mbi->cmdline);
92 printf ("mods_count = %d, mods_addr = 0x%x\n",
97 printf (" mod_start = 0x%x, mod_end = 0x%x, string = %s\n",
106 printf ("Both bits 4 and 5 are set.\n");
115 printf ("aout_symbol_tabl
241 printf (const char *format, ...) function
[all...]
/external/libxml2/
H A Dtrio.h158 # define printf trio_printf macro
/external/libxslt/libxslt/
H A Dtrio.h158 # define printf trio_printf macro
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dinternal_logging.cc177 void TCMalloc_Printer::printf(const char* format, ...) { function in class:TCMalloc_Printer
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dinternal_logging.cc176 void TCMalloc_Printer::printf(const char* format, ...) { function in class:TCMalloc_Printer
/external/jhead/
H A Dgpsinfo.c63 #define printf ALOGE macro
76 printf("found tag %d", tag);
79 printf("tag %s format not defined", GpsTags[i].Desc);
85 printf("tag %d NOT FOUND", tag);
94 printf("found tag %d", tag);
97 printf("tag %s format not defined", GpsTags[i].Desc);
103 printf("tag %d NOT FOUND", tag);
112 printf("found GPS tag %s val %d", GpsTags[i].Desc, GpsTags[i].Tag);
116 printf("GPS tag %s NOT FOUND", tagName);
134 printf("(di
[all...]
H A Djpgfile.c27 #define printf ALOGE macro
73 printf("COM marker comment: %s\n",Comment);
102 printf("JPEG image is %uw * %uh, %d color components, %d bits per sample\n",
195 printf("reading marker %d", marker);
264 printf("Image cotains XMP section, %d bytes long\n", itemlen);
279 printf("Image cotains IPTC section, %d bytes long\n", itemlen);
306 printf("Jpeg section marker 0x%02x size %d\n",marker, itemlen);
392 printf("reading marker %d", marker);
538 printf("ReadJpegSections");
/external/qemu/
H A Dreadline.c31 #undef printf macro
32 #define printf do_not_use_printf macro
/external/valgrind/main/drd/tests/
H A Dunit_bitmap.c55 UInt VG_(printf)(const HChar *format, ...) function
58 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); printf("\n"); return ret; }
108 VG_(printf)("Bitmaps are different.\n");
114 printf("0x%x %c %c %c %c\n",
163 VG_(printf)("Deleting bitmap bm\n");
166 VG_(printf)("Deleting bitmap bm2\n");
H A Dunit_vc.c41 UInt VG_(printf)(const HChar *format, ...) function
47 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); printf("\n"); return ret; }
/external/valgrind/main/coregrind/
H A Dm_libcprint.c84 printf() and friends
87 /* --------- printf --------- */
144 UInt VG_(printf) ( const HChar *format, ... ) function
355 pretty much the same as VG_(printf)'s scheme, with two differences:
474 with the other printf variants in earlier parts of this file. */
/external/bison/darwin-lib/
H A Dstdio.h66 The __-protected variants of the attributes 'format' and 'printf' are
69 gnulib and libintl do '#define printf __printf__' when they override
70 the 'printf' function. */
91 are the ones of the system printf(), rather than the ones standardized by
1144 /* Don't break __attribute__((format(printf,M,N))). */
1145 # define printf __printf__ macro
1162 _GL_CXXALIAS_RPL_1 (printf, __printf__, int, (const char *format, ...));
1165 # define printf rpl_printf macro
1167 _GL_FUNCDECL_RPL (printf, int,
1171 _GL_CXXALIAS_RPL (printf, in
1177 _GL_CXXALIASWARN (printf); variable
1181 # undef printf macro
[all...]
/external/bison/linux-lib/
H A Dstdio.h66 The __-protected variants of the attributes 'format' and 'printf' are
69 gnulib and libintl do '#define printf __printf__' when they override
70 the 'printf' function. */
91 are the ones of the system printf(), rather than the ones standardized by
1144 /* Don't break __attribute__((format(printf,M,N))). */
1145 # define printf __printf__ macro
1162 _GL_CXXALIAS_RPL_1 (printf, __printf__, int, (const char *format, ...));
1165 # define printf rpl_printf macro
1167 _GL_FUNCDECL_RPL (printf, int,
1171 _GL_CXXALIAS_RPL (printf, in
1177 _GL_CXXALIASWARN (printf); variable
1181 # undef printf macro
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkString.cpp17 // number of bytes (on the stack) to receive the printf result
558 void SkString::printf(const char format[], ...) { function in class:SkString

Completed in 1202 milliseconds

12