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

1 2 3 4 5 6 7 8 91011>>

  /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/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/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/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/tests/include/
t_bitstring.c 54 (void) fprintf(file, "%3d %3d ", jc, js);
57 (void) fprintf(file, "%c", (bit_test(b, i) ? '1' : '0'));
60 (void) fprintf(file, "%c", '\n');
71 (void) fprintf(file, "Testing with TEST_LENGTH = %d\n\n", test_length);
73 (void) fprintf(file, "test _bit_byte, _bit_mask, and bitstr_size\n");
74 (void) fprintf(file, " i _bit_byte(i) _bit_mask(i) bitstr_size(i)\n");
77 (void) fprintf(file, "%3d%15u%15u%15zu\n",
83 (void) fprintf(file, "\ntest bit_alloc, clearbits, bit_ffc, bit_ffs\n");
84 (void) fprintf(file, "be: 0 -1 ");
86 (void) fprintf(file, "%c", '0')
    [all...]
  /src/usr.sbin/bootp/common/
dumptab.c 103 fprintf(fp, "\n# %s %s.%d\n", progname, VERSION, PATCHLEVEL);
104 fprintf(fp, "# %s: dump of bootp server database.\n", filename);
105 fprintf(fp, "# Dump taken %s", ctime(&t));
112 fprintf(fp, "\n");
133 fprintf(fp, "%s:", (hp->hostname ?
136 fprintf(fp, "\\\n\t:bf=%s:", hp->bootfile->string);
139 fprintf(fp, "\\\n\t:bs=");
141 fprintf(fp, "auto:");
143 fprintf(fp, "%d:", hp->bootsize);
147 fprintf(fp, "\\\n\t:cs=")
    [all...]
  /src/usr.sbin/rtadvd/
dump.c 108 fprintf(fp, "%s:\n", rai->ifname);
110 fprintf(fp, " Status: %s\n",
116 fprintf(fp, " Last RA sent: %s",
120 fprintf(fp, " Next RA will be sent: %s",
124 fprintf(fp, " RA timer is stopped");
125 fprintf(fp, " waits: %d, initcount: %d\n",
129 fprintf(fp, " statistics: RA(out/in/inconsistent): "
134 fprintf(fp, "RS(input): %llu\n",
139 fprintf(fp, " Link-layer address: %s\n",
141 fprintf(fp, " MTU: %u\n", rai->phymtu)
    [all...]
  /src/sys/dev/microcode/cyclades-z/
cyzfirm2h.c 106 fprintf(out_file, "/*\t$""NetBSD""$\t*/\n\n");
107 fprintf(out_file,
114 fprintf(out_file, "#ifndef _%s_\n", include_name);
115 fprintf(out_file, "#define\t_%s_\n\n", include_name);
117 fprintf(out_file, "static const uint8_t cycladesz_firmware[] = {\n");
122 fprintf(out_file, "\t");
125 fprintf(out_file, "0x%02x,", '_');
127 fprintf(out_file, "0x%02x,", *in_ptr);
134 fprintf(out_file, "\t/* ");
139 fprintf(out_file, " */")
    [all...]
  /src/sbin/disklabel/
printlabel.c 64 (void)fprintf(f, "# %s:\n", specialname);
66 (void)fprintf(f, "type: %s\n", dktypenames[lp->d_type]);
68 (void)fprintf(f, "type: %" PRIu16 "\n", lp->d_type);
69 (void)fprintf(f, "disk: %.*s\n", (int) sizeof(lp->d_typename),
71 (void)fprintf(f, "label: %.*s\n", (int) sizeof(lp->d_packname),
73 (void)fprintf(f, "flags:");
75 (void)fprintf(f, " removable");
77 (void)fprintf(f, " ecc");
79 (void)fprintf(f, " badsect");
80 (void)fprintf(f, "\n")
    [all...]
  /src/sys/arch/ews4800mips/stand/common/
inckern.c 69 fprintf(ofd, "#include <lib/libsa/stand.h>\n");
70 fprintf(ofd, "#include <lib/libkern/libkern.h>\n");
71 fprintf(ofd, "#include \"local.h\"\n");
72 fprintf(ofd, "uint8_t kernel_binary[");
74 fprintf(ofd, "%d];\n", total);
75 fprintf(ofd, "int kernel_binary_size = %d;\n", total);
77 fprintf(ofd, "] = {\n\t");
80 fprintf(ofd, "0x%02x, ", buf[i]);
82 fprintf(ofd, "\n\t");
86 fprintf(ofd, "\n};\nint kernel_binary_size = %d;\n", total)
    [all...]
  /src/tests/lib/libc/gen/posix_spawn/
h_spawn.c 48 fprintf(stderr, "uid/gid do not match effective ids, "
55 fprintf(stderr, "usage:\n\t%s (retcode)\n", getprogname());
60 fprintf(stderr,
66 fprintf(stderr, "%s exiting with status %lu\n", getprogname(), ret);
h_fileactions.c 60 fprintf(stderr, "%s: filedesc 3 is not closed\n",
66 fprintf(stderr, "%s: filedesc 4 is not closed\n",
72 fprintf(stderr, "%s: could not write to filedesc 5\n",
78 fprintf(stderr, "%s: could not write to filedesc 6\n",
85 fprintf(stderr, "%s: could not fstat stdout\n",
90 fprintf(stderr, "%s: could not fstat filedesc 7\n",
95 fprintf(stderr, "%s: could not write to filedesc 7\n",
100 fprintf(stderr, "%s: stat results differ\n", getprogname());
  /src/usr.bin/m4/
trace.c 154 fprintf(traceout, "m4trace:");
156 fprintf(traceout, "%s:", inp->name);
158 fprintf(traceout, "%lu:", TOKEN_LINE(inp));
159 fprintf(traceout, " -%d- ", frame_level());
161 fprintf(traceout, "id %lu: ", expansion_id);
171 fprintf(traceout, "%s ...\n", argv[1]);
174 fprintf(traceout, "%s", argv[1]);
182 fprintf(traceout, "%s%s%s%s", delim,
190 fprintf(traceout, "%c", RPAREN);
193 fprintf(traceout, " -> ???\n")
    [all...]
  /src/usr.bin/msgc/
msgdb.c 81 (void)fprintf (f, "\"");
84 (void) fprintf (f, "\\n\"\n\""), str++;
86 (void) fprintf (f, "\\\""), str++;
88 (void) fprintf (f, "%c", *str++);
90 (void)fprintf (f, "\",");
113 (void) fprintf (stderr, "%s: name `%s` too long.\n",
126 (void) fprintf (stderr, "%s: could not open %s.\n",
134 (void) fprintf (stderr, "%s: could not open %s.\n",
140 (void) fprintf (out_file, "%s",
207 (void) fprintf (out_file, "#define MSG_NONE\tNULL\n")
    [all...]
  /src/sys/arch/hpc/hpc/platid_gen/
platid_gen.c 142 fprintf(stderr, "usage platid_gen <option>\n");
143 fprintf(stderr, " option: -header\n");
144 fprintf(stderr, " -mask_h\n");
145 fprintf(stderr, " -mask_c\n");
146 fprintf(stderr, " -name_c\n");
147 fprintf(stderr, " -parse_only\n");
168 fprintf(fp_out, "#include <machine/platid.h>\n");
169 fprintf(fp_out, "#include <machine/platid_mask.h>\n");
172 fprintf(fp_out, "#include <machine/platid.h>\n");
173 fprintf(fp_out, "#include <machine/platid_mask.h>\n")
    [all...]
  /src/usr.sbin/umcpmioctl/
umcpmioctl.c 52 fprintf(stderr, "Usage: %s [-dh] device cmd args\n\n",
59 fprintf(stderr, "%s [-dh] device %s %s %s\n",
65 fprintf(stderr, "%s [-dh] device %s %s %s\n",
70 fprintf(stderr, "%s [-dh] device %s %s\n",
76 fprintf(stderr, "\n");
77 fprintf(stderr, "sram - The SRAM on the chip\n");
78 fprintf(stderr, "gp - The GPIO pin state and function\n");
79 fprintf(stderr, "cs - Chip Settings\n");
80 fprintf(stderr, "usbman - USB Manufacturer Descriptor\n");
81 fprintf(stderr, "usbprod - USB Product Descriptor\n")
    [all...]
  /src/sys/arch/amiga/stand/bootblock/elf2bb/
chksum.c 72 fprintf(stderr, "short read\n");
75 fprintf(stderr, "Cksum field = 0x%x, ", myblock[1]);
77 fprintf(stderr, "cksum = 0x%x\n", cks);
79 fprintf(stderr, "New cksum field = 0x%x, ", myblock[1]);
81 fprintf(stderr, "cksum = 0x%x\n", cks1);
  /src/sys/arch/atari/stand/ahdilabel/
writedtab.c 51 fprintf (fd, "%s disk|%s:\\\n",
53 fprintf (fd, "\t:ty#winchester:dt=%s:ns#%u:nt#%u:nc#%u:sc#%u:su#%u",
63 fprintf (fd,
70 fprintf (fd, "\\\n\t:p%c#%u:o%c#%u:t%c=",
81 fprintf (fd, "4.2BSD:");
84 fprintf (fd, "swap:");
88 fprintf (fd, "MSDOS:");
91 fprintf (fd, "unknown:" );
100 fprintf (fd, "\\\n\t:p%c#%u:o%c#0:t%c=unknown:",
104 fprintf (fd, "\n\n")
    [all...]
  /src/usr.bin/uuidgen/
uuidgen.c 71 (void)fprintf(stderr, "usage: %s [-1s] [-n count] [-o filename]\n",
144 fprintf(fp, "= { /* %s */\n", p); /* } */
165 fprintf(fp, "\t0x%s,\n", p);
166 fprintf(fp, "\t0x%s,\n", &p[9]);
167 fprintf(fp, "\t0x%s,\n", &p[14]);
168 fprintf(fp, "\t0x%c%c,\n", p[19], p[20]);
169 fprintf(fp, "\t0x%c%c,\n", p[21], p[22]);
170 fprintf(fp, "\t{ 0x%c%c, 0x%c%c, 0x%c%c, 0x%c%c, "
175 /* { */ fprintf(fp, "};\n");
177 fprintf(fp, "%s\n", p)
    [all...]
  /src/usr.sbin/gspa/gspa/
gsp_out.c 101 fprintf(objfile, "\n");
102 fprintf(objfile, "@%x\n", pc);
107 fprintf(objfile, " ");
113 fprintf(objfile, "%.4X", v & 0xFFFF);
116 fprintf(objfile, "\n");
136 fprintf(objfile, "\n\n\t%d, 0x%04x, 0x%04x, /* new block */",
141 fprintf(objfile, "\n\t");
142 fprintf(objfile, "0x%04x, ", c_buf[i]);
154 fprintf(objfile,
159 fprintf(objfile, ":%lX\n", (long)val)
    [all...]
  /src/lib/libc/db/btree/
bt_debug.c 91 (void)fprintf(tracefp, "%s: pgsz %d",
94 (void)fprintf(tracefp, " keys %lu", (unsigned long) t->bt_nrecs);
98 (void)fprintf(tracefp, "%s%s", sep, name); \
109 (void)fprintf(tracefp, ")\n");
133 (void)fprintf(tracefp, "magic %lx\n", (unsigned long) m->magic);
134 (void)fprintf(tracefp, "version %lu\n", (unsigned long) m->version);
135 (void)fprintf(tracefp, "psize %lu\n", (unsigned long) m->psize);
136 (void)fprintf(tracefp, "free %lu\n", (unsigned long) m->free);
137 (void)fprintf(tracefp, "nrecs %lu\n", (unsigned long) m->nrecs);
138 (void)fprintf(tracefp, "flags %lu", (unsigned long) m->flags)
    [all...]

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 91011>>