Searched refs:sprintf (Results 26 - 50 of 1221) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dstrerror.c42 sprintf (mesg, fmt, n);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_nanf.c34 sprintf (buf, "NAN(%s)", tagp);
H A Ds_nanl.c34 sprintf (buf, "NAN(%s)", tagp);
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dchdir.c52 (void) sprintf(lm_optstr, "g");
55 (void) sprintf(lm_usage,
61 (void) sprintf(lm_header, "%5s %5s", "dirs", "gets");
129 (void) sprintf(result, "%5d %5s", dircount, optg ? "y" : "n");
H A Dexec_bin.c57 (void) sprintf(buffer, "%d", left);
H A Dgetpid.c45 (void) sprintf(lm_usage, "note: measures getpid()");
H A Dlongjmp.c45 (void) sprintf(lm_usage, "notes: measures longjmp()\n");
H A Dlseek.c62 (void) sprintf(lm_optstr, "f:s:");
64 (void) sprintf(lm_usage,
70 (void) sprintf(lm_header, "%8s", "size");
127 (void) sprintf(result, "%8lld", opts);
H A Dmemrand.c55 (void) sprintf(lm_optstr, "s:");
57 (void) sprintf(lm_usage,
63 (void) sprintf(lm_header, "%8s", "size");
142 (void) sprintf(result, "%8ld ", opts);
H A Dnop.c45 (void) sprintf(lm_usage, "notes: measures nothing()\n");
H A Dpread.c59 (void) sprintf(lm_optstr, "wf:s:");
61 (void) sprintf(lm_usage,
68 (void) sprintf(lm_header, "%8s", "size");
139 (void) sprintf(result, "%8lld", opts);
H A Dpwrite.c59 (void) sprintf(lm_optstr, "cf:s:");
61 (void) sprintf(lm_usage,
68 (void) sprintf(lm_header, "%8s", "size");
151 (void) sprintf(result, "%8lld", opts);
H A Dread.c60 (void) sprintf(lm_optstr, "f:s:w");
62 (void) sprintf(lm_usage,
69 (void) sprintf(lm_header, "%8s", "size");
140 (void) sprintf(result, "%8lld", opts);
H A Dsetcontext.c42 (void) sprintf(lm_usage, "notes: measures setcontext()\n");
H A Dwrite.c60 (void) sprintf(lm_optstr, "cdf:s:");
62 (void) sprintf(lm_usage,
72 (void) sprintf(lm_header, "%8s", "size");
151 (void) sprintf(result, "%8lld", opts);
H A Dstrcasecmp.c55 (void) sprintf(lm_optstr, "s:n");
57 (void) sprintf(lm_usage,
63 (void) sprintf(lm_header, "%8s", "size");
145 (void) sprintf(result, "%8d", opts);
147 (void) sprintf(result, "%8d <unaligned>", opts);
H A Dstrchr.c53 (void) sprintf(lm_optstr, "s:n");
55 (void) sprintf(lm_usage,
61 (void) sprintf(lm_header, "%8s", "size");
139 (void) sprintf(result, "%8d", opts);
141 (void) sprintf(result, "%8d <unaligned>", opts);
H A Dstrcmp.c54 (void) sprintf(lm_optstr, "s:n");
56 (void) sprintf(lm_usage,
62 (void) sprintf(lm_header, "%8s", "size");
142 (void) sprintf(result, "%8d", opts);
144 (void) sprintf(result, "%8d <unaligned>", opts);
H A Dstrcpy.c53 (void) sprintf(lm_optstr, "s:n");
55 (void) sprintf(lm_usage,
61 (void) sprintf(lm_header, "%8s", "size");
140 (void) sprintf(result, "%8d", opts);
142 (void) sprintf(result, "%8d <unaligned>", opts);
H A Dstrlen.c53 (void) sprintf(lm_optstr, "s:n");
55 (void) sprintf(lm_usage,
61 (void) sprintf(lm_header, "%8s", "size");
138 (void) sprintf(result, "%8d", opts);
140 (void) sprintf(result, "%8d <unaligned>", opts);
/haiku-fatelf/src/apps/poorman/
H A DStatusSlider.cpp26 sprintf(fTemp, "%" B_PRId32 " %s", Value(), fStatusPrefix);
/haiku-fatelf/src/apps/icon-o-matic/import_export/flat_icon/
H A DSourceExporter.cpp56 sprintf(buffer, "\nconst unsigned char kIconName[] = {\n");
70 sprintf(buffer, " 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x"
94 sprintf(buffer, " 0x%.2x", b[i]);
96 sprintf(buffer, ", 0x%.2x", b[i]);
110 sprintf(buffer, "\n};\n");
/haiku-fatelf/src/bin/makeudfimage/
H A DStatistics.cpp56 sprintf(scaledString, divisor == 1 ? "%.0f " : "%.1f ", scaledValue);
97 sprintf(buffer, "%ld second%s", seconds, seconds == 1 ? "" : "s");
103 sprintf(buffer, "%ld minute%s", minutes, minutes == 1 ? "" : "s");
109 sprintf(buffer, "%ld hour%s", hours, hours == 1 ? "" : "s");
115 sprintf(buffer, "%ld day%s", days, days == 1 ? "" : "s");
120 sprintf(buffer, "%ld year%s", time, time == 1 ? "" : "s");
/haiku-fatelf/src/bin/network/traceroute/
H A Difaddrlist.c93 (void)sprintf(errbuf, "socket: %s", strerror(errno));
101 (void)sprintf(errbuf,
105 (void)sprintf(errbuf, "SIOCGIFCONF: %s",
138 (void)sprintf(errbuf, "SIOCGIFFLAGS: %.*s: %s",
161 (void)sprintf(errbuf, "SIOCGIFADDR: %s: %s",
168 (void)sprintf(errbuf, "Too many interfaces (%d)",
/haiku-fatelf/src/add-ons/accelerants/matrox/engine/
H A Dmga_crtc2.c164 sprintf(msg, "CRTC2: setting DPMS: ");
172 sprintf(msg, "%sdisplay on, hsync enabled, vsync enabled\n", msg);
178 sprintf(msg, "%sdisplay off, hsync disabled, vsync disabled\n", msg);
197 sprintf(msg, "%sdisplay on, ", msg);
203 sprintf(msg, "%sdisplay off, ", msg);
212 sprintf(msg, "%shsync enabled, ", msg);
218 sprintf(msg, "%shsync disabled, ", msg);
224 sprintf(msg, "%svsync enabled\n", msg);
230 sprintf(msg, "%svsync disabled\n", msg);
239 sprintf(ms
[all...]

Completed in 102 milliseconds

1234567891011>>