HomeSort by: relevance | last modified time | path
    Searched refs:fprintf (Results 1 - 25 of 2608) 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...]
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...]
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...]
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...]
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);
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...]
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...]
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...]
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...]
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...]
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...]
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...]
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...]

Completed in 32 milliseconds

1 2 3 4 5 6 7 8 91011>>