Searched refs:fprintf (Results 1 - 25 of 3973) 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...]
/external/ltp/testcases/kernel/syscalls/nftw/
H A Dnftw.c267 fprintf(temp, "A call to int nftw(const char *path, int (*fn)(const\n");
268 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
269 fprintf(temp, "depth, int flags) shall recursively descend the\n");
270 fprintf(temp, "directory hierarchy rooted in path until it has\n");
271 fprintf(temp,
273 fprintf(temp, "each object in the directory tree, and return 0.\n\n");
282 fprintf(temp, "A call to int nftw(const char *path, int (*fn)(const\n");
283 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
284 fprintf(temp, "depth, int flags) when flags contains FTW_PHYS shall\n");
285 fprintf(tem
[all...]
H A Dnftw64.c264 fprintf(temp,
266 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
267 fprintf(temp, "depth, int flags) shall recursively descend the\n");
268 fprintf(temp, "directory hierarchy rooted in path until it has\n");
269 fprintf(temp,
271 fprintf(temp, "each object in the directory tree, and return 0.\n\n");
280 fprintf(temp,
282 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n");
283 fprintf(temp, "depth, int flags) when flags contains FTW_PHYS shall\n");
284 fprintf(tem
[all...]
/external/compiler-rt/test/cfi/cross-dso/icall/
H A Dicall.cpp17 fprintf(stderr, "=1=\n");
21 fprintf(stderr, "=2=\n");
27 fprintf(stderr, "=3=\n");
H A Dicall-from-dso.cpp14 fprintf(stderr, "=1=\n");
18 fprintf(stderr, "=2=\n");
24 fprintf(stderr, "=3=\n");
/external/compiler-rt/test/sanitizer_common/TestCases/
H A Doptions-include.cc41 fprintf(stderr, "done\n");
H A Doptions-invalid.cc8 fprintf(stderr, "done\n");
/external/e2fsprogs/lib/e2p/
H A Dpe.c29 fprintf (f, "Continue");
32 fprintf (f, "Remount read-only");
35 fprintf (f, "Panic");
38 fprintf (f, "Unknown (continue)");
H A Dps.c27 fprintf (f, " clean");
29 fprintf (f, " not clean");
31 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/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");
/external/pcre/dist2/src/
H A Ddftables.c81 fprintf(stderr, "dftables: one filename argument is required\n");
91 fprintf(stderr, "dftables: failed to open %s for writing\n", argv[1]);
95 /* There are several fprintf() calls here, because gcc in pedantic mode
98 fprintf(f,
110 fprintf(f,
117 fprintf(f,
125 fprintf(f,
131 fprintf(f,
135 fprintf(f, " ");
138 if ((i & 7) == 0 && i != 0) fprintf(
[all...]
/external/llvm/tools/llvm-c-test/
H A Dmain.c21 fprintf(stderr, "llvm-c-test command\n\n");
22 fprintf(stderr, " Commands:\n");
23 fprintf(stderr, " * --module-dump\n");
24 fprintf(stderr, " Read bitcode from stdin - print disassembly\n\n");
25 fprintf(stderr, " * --lazy-module-dump\n");
26 fprintf(stderr,
28 fprintf(stderr, " * --new-module-dump\n");
29 fprintf(stderr, " Read bitcode from stdin - print disassembly\n\n");
30 fprintf(stderr, " * --lazy-new-module-dump\n");
31 fprintf(stder
[all...]
H A Ddiagnostic.c24 fprintf(stderr, "Executing diagnostic handler\n");
26 fprintf(stderr, "Diagnostic severity is of type ");
29 fprintf(stderr, "error");
32 fprintf(stderr, "warning");
35 fprintf(stderr, "remark");
38 fprintf(stderr, "note");
41 fprintf(stderr, "\n");
53 fprintf(stderr, "LLVMContext{Set,Get}DiagnosticHandler failed\n");
59 fprintf(stderr, "LLVMContextGetDiagnosticContext failed\n");
66 fprintf(stder
[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/libopus/celt/dump_modes/
H A Ddump_modes.c56 fprintf(file, "/* The contents of this file was automatically generated by dump_modes.c\n");
57 fprintf(file, " with arguments:");
61 fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts);
63 fprintf(file, "\n It contains static definitions for some pre-defined modes. */\n");
64 fprintf(file, "#include \"modes.h\"\n");
65 fprintf(file, "#include \"rate.h\"\n");
66 fprintf(file, "\n#ifdef HAVE_ARM_NE10\n");
67 fprintf(file, "#define OVERRIDE_FFT 1\n");
68 fprintf(file, "#include \"%s\"\n", ARM_NE10_ARCH_FILE_NAME);
69 fprintf(fil
[all...]
/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/ltp/lib/tests/
H A Dtst_strerrno.c32 fprintf(stderr, "0 = %s\n", tst_strerrno(0));
33 fprintf(stderr, "EINVAL = %s\n", tst_strerrno(EINVAL));
H A Dtst_strsig.c32 fprintf(stderr, "SIGKILL = %s\n", tst_strsig(SIGKILL));
33 fprintf(stderr, "SIGALRM = %s\n", tst_strsig(SIGALRM));
/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...]

Completed in 507 milliseconds

1234567891011>>