HomeSort by: relevance | last modified time | path
    Searched refs:fprintf (Results 1 - 25 of 6205) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/mit/libuv/dist/test/
benchmark-sizes.c 27 fprintf(stderr, "uv_shutdown_t: %u bytes\n", (unsigned int) sizeof(uv_shutdown_t));
28 fprintf(stderr, "uv_write_t: %u bytes\n", (unsigned int) sizeof(uv_write_t));
29 fprintf(stderr, "uv_connect_t: %u bytes\n", (unsigned int) sizeof(uv_connect_t));
30 fprintf(stderr, "uv_udp_send_t: %u bytes\n", (unsigned int) sizeof(uv_udp_send_t));
31 fprintf(stderr, "uv_tcp_t: %u bytes\n", (unsigned int) sizeof(uv_tcp_t));
32 fprintf(stderr, "uv_pipe_t: %u bytes\n", (unsigned int) sizeof(uv_pipe_t));
33 fprintf(stderr, "uv_tty_t: %u bytes\n", (unsigned int) sizeof(uv_tty_t));
34 fprintf(stderr, "uv_prepare_t: %u bytes\n", (unsigned int) sizeof(uv_prepare_t));
35 fprintf(stderr, "uv_check_t: %u bytes\n", (unsigned int) sizeof(uv_check_t));
36 fprintf(stderr, "uv_idle_t: %u bytes\n", (unsigned int) sizeof(uv_idle_t))
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
main.c 19 fprintf(stderr, "llvm-c-test command\n\n");
20 fprintf(stderr, " Commands:\n");
21 fprintf(stderr, " * --module-dump\n");
22 fprintf(stderr, " Read bitcode from stdin - print disassembly\n\n");
23 fprintf(stderr, " * --lazy-module-dump\n");
24 fprintf(stderr,
26 fprintf(stderr, " * --new-module-dump\n");
27 fprintf(stderr, " Read bitcode from stdin - print disassembly\n\n");
28 fprintf(stderr, " * --lazy-new-module-dump\n");
29 fprintf(stderr
    [all...]
diagnostic.c 23 fprintf(stderr, "Executing diagnostic handler\n");
25 fprintf(stderr, "Diagnostic severity is of type ");
28 fprintf(stderr, "error");
31 fprintf(stderr, "warning");
34 fprintf(stderr, "remark");
37 fprintf(stderr, "note");
40 fprintf(stderr, "\n");
52 fprintf(stderr, "LLVMContext{Set,Get}DiagnosticHandler failed\n");
58 fprintf(stderr, "LLVMContextGetDiagnosticContext failed\n");
65 fprintf(stderr, "Error reading file: %s\n", msg)
    [all...]
  /src/usr.sbin/mopd/common/
print.c 48 (void)fprintf(fd, "%x:%x:%x:%x:%x:%x",
50 if (ap[0] < 10) (void)fprintf(fd, " ");
51 if (ap[1] < 10) (void)fprintf(fd, " ");
52 if (ap[2] < 10) (void)fprintf(fd, " ");
53 if (ap[3] < 10) (void)fprintf(fd, " ");
54 if (ap[4] < 10) (void)fprintf(fd, " ");
55 if (ap[5] < 10) (void)fprintf(fd, " ");
63 (void)fprintf(fd, "System Processor");
66 (void)fprintf(fd, "Communication Processor");
69 (void)fprintf(fd, "Unknown")
    [all...]
rc.c 63 (void)fprintf(fd,"Reserved : %02x\n",tmpc);
66 (void)fprintf(fd,"Receipt Nbr : %04x\n",tmps);
73 (void)fprintf(fd,"Verification : %04x\n",tmps);
77 (void)fprintf(fd,"Verification : %08x\n",tmpl);
80 (void)fprintf(fd,"Processor : %02x ",tmpc);
81 mopPrintBPTY(fd, tmpc); (void)fprintf(fd, "\n");
84 (void)fprintf(fd,"Control : %02x ",control);
86 (void)fprintf(fd,
89 (void)fprintf(fd,
93 (void)fprintf(fd
    [all...]
dl.c 64 (void)fprintf(fd,"Load Number : %02x\n",tmpc);
68 (void)fprintf(fd,"Load Address : %08x\n", tmpl);
76 (void)fprintf(fd,
80 (void)fprintf(fd,
85 (void)fprintf(fd, "%02x ",
88 (void)fprintf(fd,"\n");
92 (void)fprintf(fd,"\n");
99 (void)fprintf(fd,"Xfer Address : %08x\n", tmpl);
110 (void)fprintf(fd,"Load Number : %02x\n",tmpc);
113 (void)fprintf(fd,"Load Address : %08x\n", tmpl)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
gen-avr-mmcu-specs.cc 169 fprintf (f, "#\n"
172 fprintf (f, "core architecture %s\n", arch->name);
174 fprintf (f, "device %s (core %s, %d-bit SP%s)\n", mcu->name,
176 fprintf (f, "%s\n", header);
179 fprintf (f, "%s\n", help_copy_paste);
186 fprintf (f, "*avrlibc_startfile:\n");
187 fprintf (f, "\tcrt%s.o%%s", mcu->name);
188 fprintf (f, "\n\n");
190 fprintf (f, "*avrlibc_devicelib:\n");
191 fprintf (f, "\t%%{!nodevicelib:-l%s}", mcu->name)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/include/
bits.c 61 fprintf(f, "%s", tmp2); \
62 while(tabs-- > 0) fprintf(f, "\t"); \
63 fprintf(f, "/* %2d bits */\n", b); \
91 fprintf(f, "/* There is no %d bit type */\n", len);
104 fprintf(f, "/* There is no %d bit type */\n", len);
111 fprintf(f, "/* For compatibility with various type definitions */\n");
112 fprintf(f, "#ifndef __BIT_TYPES_DEFINED__\n");
113 fprintf(f, "#define __BIT_TYPES_DEFINED__\n");
114 fprintf(f, "\n");
144 fprintf(f, "#ifndef %s\n", hb)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
compile_et.c 82 fprintf(c_file, "/* Generated from %s */\n", basename(filename));
84 fprintf(c_file, "/* %s */\n", id_str);
85 fprintf(c_file, "\n");
86 fprintf(c_file, "#include <stddef.h>\n");
87 fprintf(c_file, "#include <krb5/com_err.h>\n");
88 fprintf(c_file, "#include \"%s\"\n", hfn);
89 fprintf(c_file, "\n");
90 fprintf(c_file, "#define N_(x) (x)\n");
91 fprintf(c_file, "\n");
93 fprintf(c_file, "static const char *%s_error_strings[] = {\n", name)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/avr/
gen-avr-mmcu-specs.cc 164 fprintf (f, "%s:\n", spec);
166 fprintf (f, "\t%%{mrodata-in-ram: %%e-mrodata-in-ram is not supported"
169 fprintf (f, "\t%%{mrodata-in-ram: %%e-mrodata-in-ram is not supported"
174 fprintf (f, "\t%%{mno-rodata-in-ram: %%e-mno-rodata-in-ram is not"
178 fprintf (f, "\t%%{mno-rodata-in-ram: %%e-mno-rodata-in-ram is not supported"
180 fprintf (f, "\n\n");
256 fprintf (f, "#\n"
259 fprintf (f, "core architecture %s\n", mi.arch->name);
261 fprintf (f, "device %s (core %s, %d-bit SP%s%s)\n", mi.mcu_Name,
264 fprintf (f, "%s\n", header)
    [all...]
  /src/tests/lib/libc/regex/
debug.c 65 fprintf(d, ", first %u last %u", g->firststate, g->laststate);
67 fprintf(d, ", USEBOL");
69 fprintf(d, ", USEEOL");
71 fprintf(d, ", BAD");
73 fprintf(d, ", nsub=%zu", g->nsub);
75 fprintf(d, ", must(%zu) `%*s'", g->mlen, (int)g->mlen, g->must);
77 fprintf(d, ", backrefs");
79 fprintf(d, ", nplus %u", g->nplus);
80 fprintf(d, "\n");
82 fprintf(d, "\n")
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_exceptions_test.cc 9 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);
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
gen_glue.c 47 fprintf (headerfile,
51 fprintf (codefile,
58 fprintf (codefile, "if(f.%s) r |= (1U << %d);\n",
61 fprintf (codefile, "return r;\n"
70 fprintf (headerfile,
74 fprintf (codefile,
83 fprintf (codefile, "\tflags.%s = (n >> %d) & 1;\n",
87 fprintf (codefile, "\treturn flags;\n"
101 fprintf (headerfile,
104 fprintf (headerfile, "#define asn1_%s_units() (asn1_%s_table_units)\n"
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
abort_prec_max.c 28 fprintf (stderr, "MPFR: Maximal precision overflow\n");
  /src/external/mit/libuv/dist/docs/code/proc-streams/
test.c 5 fprintf(stderr, "This is stderr\n");
  /src/external/gpl3/gcc/dist/gcc/config/sh/
linux.h 86 fprintf (STREAM, "\tmov.l\t3f,r1\n"); \
87 fprintf (STREAM, "\tmova\t3f,r0\n"); \
88 fprintf (STREAM, "\tadd\tr1,r0\n"); \
89 fprintf (STREAM, "\tmov.l\t1f,r1\n"); \
90 fprintf (STREAM, "\tmov.l\t@(r0,r1),r1\n"); \
93 fprintf (STREAM, "\tmov.l\t1f,r1\n"); \
94 fprintf (STREAM, "\tsts.l\tpr,@-r15\n"); \
95 fprintf (STREAM, "\tmova\t2f,r0\n"); \
96 fprintf (STREAM, "\tjmp\t@r1\n"); \
97 fprintf (STREAM, "\tlds\tr0,pr\n");
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
linux.h 86 fprintf (STREAM, "\tmov.l\t3f,r1\n"); \
87 fprintf (STREAM, "\tmova\t3f,r0\n"); \
88 fprintf (STREAM, "\tadd\tr1,r0\n"); \
89 fprintf (STREAM, "\tmov.l\t1f,r1\n"); \
90 fprintf (STREAM, "\tmov.l\t@(r0,r1),r1\n"); \
93 fprintf (STREAM, "\tmov.l\t1f,r1\n"); \
94 fprintf (STREAM, "\tsts.l\tpr,@-r15\n"); \
95 fprintf (STREAM, "\tmova\t2f,r0\n"); \
96 fprintf (STREAM, "\tjmp\t@r1\n"); \
97 fprintf (STREAM, "\tlds\tr0,pr\n");
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
genrvv-type-indexer.cc 197 fprintf (fp, "/* Generated by genrvv-type-indexer */\n");
203 fprintf (fp, "DEF_RVV_TYPE_INDEX (\n");
204 fprintf (fp, " /*VECTOR*/ %s,\n", mode.str ().c_str ());
205 fprintf (fp, " /*MASK*/ %s,\n", mode.str ().c_str ());
206 fprintf (fp, " /*SIGNED*/ INVALID,\n");
207 fprintf (fp, " /*UNSIGNED*/ INVALID,\n");
209 fprintf (fp, " /*EEW%d_INDEX*/ INVALID,\n", eew);
210 fprintf (fp, " /*SHIFT*/ INVALID,\n");
211 fprintf (fp, " /*DOUBLE_TRUNC*/ INVALID,\n");
212 fprintf (fp, " /*QUAD_TRUNC*/ INVALID,\n")
    [all...]
  /src/usr.bin/menuc/
mdb.c 85 (void)fprintf(stderr, "Too many menus. "
122 (void)fprintf(stderr, "%s: name `%s` too long.\n",
135 (void)fprintf(stderr, "%s: could not open %s.\n",
143 (void)fprintf(stderr, "%s: could not open %s.\n",
149 (void)fprintf(out_file, "%s",
161 (void)fprintf(out_file, "#define MSG_XLAT(x) msg_string(x)\n");
163 (void)fprintf(out_file, "#define MSG_XLAT(x) (x)\n");
165 (void)fprintf(out_file, "#define DYNAMIC_MENUS\n");
167 (void)fprintf(out_file, "#define MENU_EXPANDS\n");
169 (void)fprintf(out_file, "\n")
    [all...]
  /src/sys/dev/hpc/
fontconv.c 46 fprintf(ofp, "static u_char %s%dx%d_data[] = {\n",
64 fprintf(ofp, " /* code %d */\n", code);
67 fprintf(ofp, " ");
70 fprintf(ofp, "0x%02x,", (buf[k] & 0xff));
73 fprintf(ofp, " /* ");
77 fprintf(ofp, " */\n");
79 fprintf(ofp, "\n");
88 fprintf(ofp, "};\n");
90 fprintf(ofp, "struct wsdisplay_font %s%dx%d = {\n",
92 fprintf(ofp, " \"%s\",\t\t\t/* typeface name */\n", fontname)
    [all...]
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/
add-to-opened.c 22 fprintf (stderr, "Syntax: %s PROGRAM\n", argv[0]);
44 fprintf (stderr, "allowed to add integer existing in readonly portion\n");
47 fprintf (stderr, "unexpected error %s attempting to add integer in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
50 fprintf (stderr, "allowed to add typedef existing in readonly portion\n");
53 fprintf (stderr, "unexpected error %s attempting to add typedef in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
56 fprintf (stderr, "allowed to add struct existing in readonly portion\n");
59 fprintf (stderr, "unexpected error %s attempting to add struct in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
62 fprintf (stderr, "allowed to add union existing in readonly portion\n");
65 fprintf (stderr, "unexpected error %s attempting to add union in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
68 fprintf (stderr, "allowed to add enum existing in readonly portion\n")
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
genopinit.cc 101 fprintf (f,
113 fprintf (file, "\nextern insn_code maybe_code_for_%s (", oname->name);
115 fprintf (file, "%s%s", i == 0 ? "" : ", ", oname->arg_types[i]);
116 fprintf (file, ");\n");
118 fprintf (file, "inline insn_code\ncode_for_%s (", oname->name);
120 fprintf (file, "%s%s arg%d", i == 0 ? "" : ", ", oname->arg_types[i], i);
121 fprintf (file, ")\n{\n insn_code code = maybe_code_for_%s (", oname->name);
123 fprintf (file, "%sarg%d", i == 0 ? "" : ", ", i);
124 fprintf (file,
150 fprintf (file, "\nextern rtx maybe_gen_%s (", oname->name)
    [all...]
  /src/usr.bin/telnet/
utilities.c 120 fprintf(stderr, "Cannot open %s.\n", file);
138 fprintf(NetTrace, "%c 0x%x\t", direction, offset);
143 fprintf(NetTrace, "%c%.2x",
153 fprintf(NetTrace, "%.2x", (*pThis)&0xff);
160 fprintf(NetTrace, "\r\n");
162 fprintf(NetTrace, "\n");
181 fprintf(NetTrace, "%s IAC %s", direction, TELCMD(option));
183 fprintf(NetTrace, "%s IAC %d", direction, option);
189 fprintf(NetTrace, "%s %s ", direction, fmt);
191 fprintf(NetTrace, "%s", TELOPT(option))
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-lookup/
add-to-opened.c 22 fprintf (stderr, "Syntax: %s PROGRAM\n", argv[0]);
35 fprintf (stderr, "allowed to add integer existing in readonly portion\n");
38 fprintf (stderr, "unexpected error %s attempting to add integer in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
41 fprintf (stderr, "allowed to add typedef existing in readonly portion\n");
44 fprintf (stderr, "unexpected error %s attempting to add typedef in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
47 fprintf (stderr, "allowed to add struct existing in readonly portion\n");
50 fprintf (stderr, "unexpected error %s attempting to add struct in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
53 fprintf (stderr, "allowed to add union existing in readonly portion\n");
56 fprintf (stderr, "unexpected error %s attempting to add union in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
59 fprintf (stderr, "allowed to add enum existing in readonly portion\n")
    [all...]
  /src/external/bsd/openldap/dist/libraries/libldap/
urltest.c 58 fprintf( stderr, "usage: urltest <url>\n" );
65 fprintf( stdout, "LDAPS url\n" );
69 fprintf( stdout, "LDAPI url\n" );
73 fprintf( stdout, "generic LDAP url\n" );
76 fprintf( stderr, "Need a valid LDAP url\n" );
82 fprintf( stderr, "ldap_url_parse(%s) failed (%d)\n", url, rc );
86 fprintf( stdout, "PROTO: %s\n", lud->lud_scheme );
89 fprintf( stdout, "PATH: %s\n", lud->lud_host );
93 fprintf( stdout, "HOST: %s\n", lud->lud_host );
95 fprintf( stdout, "PORT: %d\n", lud->lud_port )
    [all...]

Completed in 49 milliseconds

1 2 3 4 5 6 7 8 91011>>