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

1 2 3 4 5 6 7 8

  /src/usr.sbin/sesd/srcs/
eltsub.c 54 sprintf(rbuf, "Unspecified");
57 sprintf(rbuf, "Device");
60 sprintf(rbuf, "Power supply");
63 sprintf(rbuf, "Cooling element");
66 sprintf(rbuf, "Temperature sensors");
69 sprintf(rbuf, "Door Lock");
72 sprintf(rbuf, "Audible alarm");
75 sprintf(rbuf, "Enclosure services controller electronics");
78 sprintf(rbuf, "SCC controller electronics");
81 sprintf(rbuf, "Nonvolatile cache")
    [all...]
  /src/sys/arch/hpc/hpc/
platid_copyright.awk 41 words=sprintf("%s%s\n", words, $0)
  /src/tests/lib/libc/ssp/
h_sprintf.c 40 (void)sprintf(b, "%s", argv[1]);
  /src/usr.sbin/rpc.pcnfsd/
common.h 177 {char asstmp[256];(void)sprintf(asstmp,"rpc.pcnfsd: Assertion failed: line %d of %s: \"%s\"\n", \
  /src/lib/libc/compat/net/
compat_ns_ntoa.c 61 sprintf(obuf, "%x", ntohl(net.long_e));
68 sprintf(cp, ".0");
72 sprintf(cp, ".%x", *up++);
75 sprintf(cp, "%02x", *up++);
80 sprintf(cp, ".%x", port);
  /src/lib/libc/arch/or1k/
syscallargs.awk 44 syscall[y] = sprintf("sizeof(struct %s_args) / sizeof(register_t)", x);
  /src/sys/external/bsd/drm2/include/linux/
nbsd-namespace.h 49 /* This should not appear in NetBSD code -- we do not sprintf! */
50 #define sprintf(BUF, FMT, ARGS...) snprintf(BUF, SIZE_MAX, FMT, ##ARGS) macro
  /src/tools/compat/
setenv.c 47 sprintf(buf, "%s=%s", name, value);
  /src/sys/dev/videomode/
modelines2c.awk 114 modestr = sprintf("%dx%dx%d%s", hdisplay, vdisplay, vrefresh, iflag);
124 modestr = sprintf("%dx%dx%d%s",
127 dmodes[nmodes]=sprintf("M(\"%s\",%d,%d,%d,%d,%d,%d,%d,%d,%d,%s),",
  /src/tests/lib/libc/locale/
t_sprintf.c 117 sprintf(buf, "%'f", t->double_value);
120 sprintf(buf, "%'d", t->int_value);
192 ATF_TC(sprintf);
193 ATF_TC_HEAD(sprintf, tc)
196 "Checks sprintf %%'d and %%'f under different locales");
198 ATF_TC_BODY(sprintf, tc)
237 ATF_TP_ADD_TC(tp, sprintf);
  /src/regress/sys/fs/lfs/9994/
9994_f.c 110 sprintf(buf, "test.%d", getpid());
112 sprintf(buf, "test");
121 sprintf(buf, "%s/control.%d", ctldir, getpid());
123 sprintf(buf, "%s/control", ctldir);
  /src/regress/sys/fs/lfs/ckckp/
cleanalot_async.c 45 sprintf(s + strlen(s), "/%x", n & 0xf);
60 sprintf(s, "dir_%x_%x", plex, gen);
86 sprintf(s, "dir_%x_%x", i, gen);
160 sprintf(cmd, "rm -rf dir_%x_%x", plex - 1, j);
  /src/lib/libc/stdio/
vsprintf.c 57 #undef sprintf
103 sprintf(char *str, char const *fmt, ...) function in typeref:typename:int
  /src/sbin/nvmectl/
devlist.c 90 sprintf(name, "%s%d", NVME_CTRLR_PREFIX, ctrlr);
108 sprintf(name, "%s%d%s%d", NVME_CTRLR_PREFIX, ctrlr,
  /src/usr.sbin/altq/tbrconfig/
tbrconfig.c 141 sprintf(rate_str, "%.2fK",
144 sprintf(rate_str, "%.2fM",
147 sprintf(size_str, "%u", req.tb_prof.depth);
149 sprintf(size_str, "%.2fK",
182 sprintf(rate_str, "%.2fK",
185 sprintf(rate_str, "%.2fM",
188 sprintf(size_str, "%u", req.tb_prof.depth);
190 sprintf(size_str, "%.2fK",
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_oob_test.cc 39 sprintf(expected_str, str, abs(i));
52 sprintf(expected_str, str, off);
94 sprintf(expected_str, str, outside_bytes);
  /src/distrib/sets/
join.awk 59 unvis_result = unvis_result "" sprintf("%c", \
  /src/usr.bin/apply/
apply.c 131 p += sprintf(cmd, "exec %s", argv[0]);
133 p += sprintf(p, " %c%d", magic, i);
142 (void)sprintf(cmd, "exec %s", argv[0]);
178 q += sprintf(q, "%s", argv[(++p)[0] - '0']);
  /src/tests/fs/ffs/
h_quota2_tests.c 145 sprintf(buf, "file%d", i);
149 sprintf(buf, "test file no %d", i);
186 sprintf(buf, "file%d", i);
190 sprintf(buf, "test file no %d", i);
196 sprintf(buf, "file%d", i);
262 sprintf(buf, "file%d", i);
266 sprintf(buf, "test file no %d", i);
320 sprintf(buf, "test unlinked_file");
  /src/usr.bin/make/
util.c 247 (void)sprintf(pathname,
258 (void)sprintf(pathname,
276 (void)sprintf(pathname,
282 (void)sprintf(pathname,
304 (void)sprintf(pathname,
317 (void)sprintf(pathname,
  /src/tests/net/bpf/
t_bpf.c 85 sprintf(ifr.ifr_name, "shmif%d", ifnum);
186 sprintf(ifr.ifr_name, "shmif%d", ifnum);
217 sprintf(ifr.ifr_name, "shmif%d", ifnum);
247 sprintf(ifr.ifr_name, "shmif%d", ifnum);
252 sprintf(ifr.ifr_name, "shmif%d", ifnum);
273 sprintf(ifr.ifr_name, "shmif%d", ifnum);
305 sprintf(ifr.ifr_name, "shmif%d", ifnum);
  /src/usr.sbin/hdaudioctl/
graph.c 104 sprintf(buf, "widget%02Xh", nid);
181 sprintf(buf, "widget%02Xh", nid);
204 sprintf(buf, "widget%02Xh", nid);
  /src/sys/external/bsd/acpica/dist/compiler/
asllookup.c 255 sprintf (AslGbl_MsgBuffer, "Local%u", i);
274 sprintf (AslGbl_MsgBuffer, "Arg%u", i);
289 sprintf (AslGbl_MsgBuffer, "Arg%u", i);
  /src/usr.bin/seq/
seq.c 209 sprintf(buf, default_format_fmt, maxprec);
497 sprintf(buf, deffmt, incr);
502 width1 = sprintf(buf, deffmt, first);
510 width2 = sprintf(buf, deffmt, last);
517 sprintf(buf, "%%%c%d.%d%c", pad,
521 sprintf(buf, "%%%c%d%c", pad, MAX(width1, width2),
  /src/lib/libc/nameser/
ns_ttl.c 44 # define SPRINTF(x) strlen(sprintf/**/x)
46 # define SPRINTF(x) ((size_t)sprintf x)
164 len = SPRINTF((tmp, "%d%c", t, s));

Completed in 26 milliseconds

1 2 3 4 5 6 7 8