Searched refs:fprintf (Results 1 - 25 of 3100) sorted by relevance

1234567891011>>

/external/valgrind/gdbserver_tests/
H A Dwatchpoints.c7 fprintf(stderr, "breakme function called from line %d\n", line);
22 fprintf(stderr, "before reading 0/4/8\n");
24 fprintf(stderr, "u: Expected value at 0\n");
26 fprintf(stderr, "u: Unexpected value at 0\n");
29 fprintf(stderr, "f: Expected value at 4\n");
31 fprintf(stderr, "f: Unexpected value at 4\n");
34 fprintf(stderr, "d: Expected value at 8\n");
36 fprintf(stderr, "d: Unexpected value at 8\n");
40 fprintf(stderr, "before writing 0\n");
43 fprintf(stder
[all...]
H A Dgone.c10 fprintf(stderr, "starting ...\n");
18 fprintf(stderr, "exiting ...\n");
25 fprintf(stderr, "aborting ...\n");
31 fprintf(stderr, "returning ...\n");
/external/compiler-rt/test/cfi/cross-dso/icall/
H A Dicall.cpp13 fprintf(stderr, "=1=\n");
16 fprintf(stderr, "=2=\n");
19 fprintf(stderr, "=3=\n");
H A Dicall-from-dso.cpp10 fprintf(stderr, "=1=\n");
13 fprintf(stderr, "=2=\n");
16 fprintf(stderr, "=3=\n");
/external/compiler-rt/test/sanitizer_common/TestCases/
H A Doptions-include.cc40 fprintf(stderr, "done\n");
H A Doptions-invalid.cc8 fprintf(stderr, "done\n");
/external/e2fsprogs/lib/e2p/
H A Dpe.c28 fprintf (f, "Continue");
31 fprintf (f, "Remount read-only");
34 fprintf (f, "Panic");
37 fprintf (f, "Unknown (continue)");
H A Dps.c26 fprintf (f, " clean");
28 fprintf (f, " not clean");
30 fprintf (f, " with errors");
/external/compiler-rt/test/cfi/icall/
H A Dbad-signature.c18 fprintf(stderr, "1\n");
26 fprintf(stderr, "2\n");
/external/llvm/tools/llvm-c-test/
H A Dmain.c22 fprintf(stderr, "llvm-c-test command\n\n");
23 fprintf(stderr, " Commands:\n");
24 fprintf(stderr, " * --module-dump\n");
25 fprintf(stderr, " Read bytecode from stdin - print disassembly\n\n");
26 fprintf(stderr, " * --lazy-module-dump\n");
27 fprintf(stderr,
29 fprintf(stderr, " * --new-module-dump\n");
30 fprintf(stderr, " Read bytecode from stdin - print disassembly\n\n");
31 fprintf(stderr, " * --lazy-new-module-dump\n");
32 fprintf(stder
[all...]
/external/valgrind/memcheck/tests/
H A Derr_disable_arange1.c18 fprintf(stderr, "\nDoing invalid access. Expect complaint.\n\n");
22 fprintf(stderr, "\nDisabling address error reporting for the range.\n\n");
26 fprintf(stderr, "\nDoing invalid another access. Expect no complaint.\n\n");
30 fprintf(stderr, "\nPartially reenabling address error reporting.\n\n");
34 fprintf(stderr, "\nDoing a third access. Expect complaint.\n\n");
38 fprintf(stderr, "\nExiting. Expect warnings of 2 remaining ranges.\n\n");
H A Dresvn_stack.c13 fprintf(stderr, "Accessing fresh %s\n", "stack");
15 fprintf(stderr, "Accessing %s stack\n", "fresh");
H A Derror_counts.c20 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
28 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
34 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
39 fprintf(stderr, "\n");
41 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
53 fprintf(stderr, "\n");
55 fprintf(stderr, "errors: %d\n", VALGRIND_COUNT_ERRORS);
/external/pcre/dist/
H A Ddftables.c80 fprintf(stderr, "dftables: one filename argument is required\n");
90 fprintf(stderr, "dftables: failed to open %s for writing\n", argv[1]);
94 /* There are several fprintf() calls here, because gcc in pedantic mode
97 fprintf(f,
105 fprintf(f,
116 fprintf(f,
123 fprintf(f,
129 fprintf(f,
133 fprintf(f, " ");
136 if ((i & 7) == 0 && i != 0) fprintf(
[all...]
/external/clang/test/PCH/
H A Dpr4489.c9 extern int fprintf (struct _IO_FILE *__restrict __stream,
22 fprintf (0, "a");
30 fprintf (0, "a");
35 fprintf (0, "asdf");
41 fprintf (0, "asdf");
/external/compiler-rt/test/tsan/
H A Datexit.cc9 fprintf(stderr, "Logger ctor\n");
13 fprintf(stderr, "Logger dtor\n");
20 fprintf(stderr, "In log_from_atexit\n");
/external/clang/test/CodeGen/
H A D2002-06-25-FWriteInterfaceFailure.c5 int fprintf(FILE * restrict stream, const char * restrict format, ...);
8 fprintf(stderr, "testing\n");
/external/compiler-rt/test/lsan/TestCases/
H A Duse_after_return.cc14 fprintf(stderr, "Test alloc: %p.\n", stack_var);
16 fprintf(stderr, "Stack var at: %p.\n", &stack_var);
/external/libopus/celt/tests/
H A Dtest_unit_types.c41 fprintf(stderr, "opus_int16 isn't 16 bits\n");
46 fprintf(stderr, "16*2 != 32\n");
/external/iproute2/tc/
H A Df_bpf.c32 fprintf(stderr, "Usage: ... bpf ...\n");
33 fprintf(stderr, "\n");
34 fprintf(stderr, "BPF use case:\n");
35 fprintf(stderr, " bytecode BPF_BYTECODE\n");
36 fprintf(stderr, " bytecode-file FILE\n");
37 fprintf(stderr, "\n");
38 fprintf(stderr, "eBPF use case:\n");
39 fprintf(stderr, " object-file FILE [ section CLS_NAME ] [ export UDS_FILE ]");
40 fprintf(stderr, " [ verbose ] [ direct-action ]\n");
41 fprintf(stder
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_debug.c74 fprintf(stderr, "RS Block: %d texcoords (linear), %d colors (perspective)\n",
76 fprintf(stderr, "%d instructions\n", count);
81 fprintf(stderr, "texture: ip %d to psf %d\n",
85 fprintf(stderr, " : ");
90 fprintf(stderr, "1.0");
92 fprintf(stderr, "0.0");
94 fprintf(stderr, "[%d]", tex_ptr & 0x3f);
96 } while (j-- && fprintf(stderr, "/"));
97 fprintf(stderr, "\n");
102 fprintf(stder
[all...]
/external/clang/test/Modules/Inputs/System/usr/include/
H A Dstdio.h2 int fprintf(FILE*restrict, const char* restrict format, ...);
/external/compiler-rt/lib/asan/tests/
H A Dasan_exceptions_test.cc9 fprintf(stderr, "%s\n", msg.c_str());
19 fprintf(stderr, "&a before = %p\n", &a);
23 fprintf(stderr, "&a in catch = %p\n", &a);
25 fprintf(stderr, "&a final = %p\n", &a);
/external/selinux/libsepol/tests/
H A Ddebug.c31 fprintf(fp, "%d", ebitmap_get_bit(bitmap, i));
33 fprintf(fp, "\n");
44 fprintf(fp, "%s ", p->p_bool_val_to_name[cur->bool - 1]);
47 fprintf(fp, "! ");
50 fprintf(fp, "|| ");
53 fprintf(fp, "&& ");
56 fprintf(fp, "^ ");
59 fprintf(fp, "== ");
62 fprintf(fp, "!= ");
65 fprintf(f
[all...]
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dcoverage-missing.cc58 void foo1() { fprintf(stderr, "foo1\n"); }
59 void foo2() { fprintf(stderr, "foo2\n"); }
61 void bar1() { fprintf(stderr, "bar1\n"); }
62 void bar2() { fprintf(stderr, "bar2\n"); }
63 void bar3() { fprintf(stderr, "bar3\n"); }

Completed in 645 milliseconds

1234567891011>>