bin/chio/chio.c
926
(void) snprintf(bp, sizeof(buf) - (size_t)(bp - &buf[0]),
bin/cp/cp.c
440
len = snprintf(to.end, END(to.path) - to.end, "%s%s",
bin/cp/cp.c
541
len = snprintf(to.end, END(to.path) - to.end, "%s%s",
bin/getfacl/getfacl.c
75
(void)snprintf(uids, sizeof(uids), "%u", uid);
bin/getfacl/getfacl.c
88
(void)snprintf(gids, sizeof(gids), "%u", gid);
bin/ln/ln.c
269
snprintf(path, sizeof(path), "%s/%s", target, p) >=
bin/ln/ln.c
296
(void)snprintf(wbuf, sizeof(wbuf), "%s/%s",
bin/ls/ls.c
1014
d.s_block = snprintf(NULL, 0, f_thousands ? "%'ld" : "%ld",
bin/ls/ls.c
1019
d.s_inode = snprintf(NULL, 0, "%ju", maxinode);
bin/ls/ls.c
1020
d.s_nlink = snprintf(NULL, 0, "%lu", maxnlink);
bin/ls/ls.c
1022
snprintf(NULL, 0, "%ju", maxsize);
bin/ls/ls.c
870
(void)snprintf(nuser, sizeof(nuser),
bin/ls/ls.c
872
(void)snprintf(ngroup, sizeof(ngroup),
bin/ls/ls.c
926
snprintf(name, sizeof(name),
bin/ls/ls.c
929
snprintf(name, sizeof(name),
bin/ls/ls.c
977
sizelen = snprintf(NULL, 0,
bin/ls/print.c
447
snprintf(nfmt, sizeof(nfmt), "%.*s%s%*s%s",
bin/ls/print.c
736
(void)snprintf(name, sizeof(name), "%s", p->fts_name);
bin/ls/print.c
738
(void)snprintf(name, sizeof(name),
bin/ls/print.c
795
snprintf(name, sizeof(name), "%s", p->fts_name);
bin/ls/print.c
797
snprintf(name, sizeof(name), "%s/%s",
bin/pax/cache.c
206
(void)snprintf(ptr->name, sizeof(ptr->name), "%lu",
bin/pax/cache.c
273
(void)snprintf(ptr->name, sizeof(ptr->name), "%lu",
bin/pkill/pkill.c
391
jsz += snprintf(buf + jsz,
bin/pkill/pkill.c
748
snprintf(buf, sizeof(buf), _PATH_DEV "pts/%s",
bin/pkill/pkill.c
785
snprintf(buf, sizeof(buf), _PATH_DEV "%s", cp);
bin/pkill/pkill.c
789
snprintf(buf, sizeof(buf), _PATH_DEV "tty%s", cp);
bin/ps/ps.c
1367
(void)snprintf(tdname, sizeof(tdname), "%s%s",
bin/ps/ps.c
764
snprintf(fmtbuf, sizeof(fmtbuf), "{:%s/%%%s%d..%dhs}",
bin/sh/arith_yacc.c
321
snprintf(sresult, sizeof(sresult), ARITH_FORMAT_STR, result);
bin/sh/miscbltin.c
610
snprintf(optbuf, sizeof(optbuf),
bin/sh/miscbltin.c
613
snprintf(optbuf, sizeof(optbuf),
bin/sh/parser.c
1665
length = snprintf(out, 11, "%d", linno);
bin/sh/parser.c
2010
snprintf(cached_name, sizeof(cached_name),
bin/sh/parser.c
2155
snprintf(valbuf, sizeof(valbuf), "%d", num);
bin/stty/print.c
194
(void)snprintf(buf1, sizeof(buf1), "%s = %s;",
bin/stty/print.c
205
(void)snprintf(buf1 + cnt * 8, sizeof(buf1) - cnt * 8,
bin/stty/print.c
207
(void)snprintf(buf2 + cnt * 8, sizeof(buf2) - cnt * 8,
bin/stty/print.c
259
(void)snprintf(buf, sizeof(buf), "%d", c);
cddl/usr.sbin/zfsd/zfsd.cc
247
snprintf(evString, 160, "!system=ZFS subsystem=ZFS "
crypto/heimdal/admin/list.c
100
snprintf(buf, sizeof(buf), "unknown (%d)", entry.keyblock.keytype);
crypto/heimdal/admin/list.c
124
snprintf(s + 2 * i, 3, "%02x",
crypto/heimdal/admin/list.c
94
snprintf(buf, sizeof(buf), "%d", entry.vno);
crypto/heimdal/appl/afsutil/pagsh.c
141
snprintf(tf, sizeof(tf), "%s:%s", krb5_cc_get_type(context, id), name);
crypto/heimdal/appl/afsutil/pagsh.c
153
snprintf (tf, sizeof(tf), "%s_XXXXXX", TKT_ROOT);
crypto/heimdal/appl/ftp/ftp/cmds.c
1256
snprintf (shellnam, sizeof(shellnam),
crypto/heimdal/appl/ftp/ftp/ftp.c
1780
snprintf (buf, sizeof (buf), "%c%c%c", IAC, IP, IAC);
crypto/heimdal/appl/ftp/ftp/ftp.c
220
snprintf(defaultpass, sizeof(defaultpass),
crypto/heimdal/appl/ftp/ftp/ftp.c
222
snprintf(prompt, sizeof(prompt),
crypto/heimdal/appl/ftp/ftp/ftp.c
228
snprintf(prompt, sizeof(prompt), "Password: ");
crypto/heimdal/appl/ftp/ftp/ftp.c
71
snprintf (portstr, sizeof(portstr), "%u", ntohs(port));
crypto/heimdal/appl/ftp/ftp/ruserpass.c
119
snprintf(buf, sizeof(buf), "%s/.netrc", hdir);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3455
snprintf (buf + strlen(buf),
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1402
snprintf (buf + strlen(buf),
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1016
snprintf(line, sizeof(line), cmd, name);
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1253
snprintf(sizebuf, sizeof(sizebuf), " (%ld bytes)", (long)size);
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1572
snprintf(line, sizeof(line), "/bin/ls -la -- %s", filename);
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1675
snprintf(p, sizeof(buf), "%d%s", n, c);
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1680
snprintf(p, sizeof(buf) - strlen(p), "\r\n");
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1840
snprintf(proctitle, sizeof(proctitle), "%s: connected", remotehost);
crypto/heimdal/appl/ftp/ftpd/ftpd.c
2160
snprintf (new, sizeof(new), "%s.%d", local, count);
crypto/heimdal/appl/ftp/ftpd/ftpd.c
2273
snprintf(buf, sizeof(buf), "%s%s\n", dirname,
crypto/heimdal/appl/ftp/ftpd/ftpd.c
2295
snprintf(nbuf, sizeof(nbuf), "%s/%s", dirname, dir->d_name);
crypto/heimdal/appl/ftp/ftpd/ftpd.c
2310
snprintf(buf, sizeof(buf), "%s%s\n", nbuf +2,
crypto/heimdal/appl/ftp/ftpd/ftpd.c
2313
snprintf(buf, sizeof(buf), "%s%s\n", nbuf,
crypto/heimdal/appl/ftp/ftpd/ftpd.c
2348
snprintf(line, sizeof(line),
crypto/heimdal/appl/ftp/ftpd/ftpd.c
358
snprintf(ttyline, sizeof(ttyline), "ftp%u", (unsigned)getpid());
crypto/heimdal/appl/ftp/ftpd/ftpd.c
766
snprintf (proctitle, sizeof(proctitle),
crypto/heimdal/appl/ftp/ftpd/ftpd.c
789
snprintf(proctitle, sizeof(proctitle), "%s: %s", remotehost, pw->pw_name);
crypto/heimdal/appl/ftp/ftpd/ftpd.c
985
snprintf (line, sizeof(line), p->cmd, name);
crypto/heimdal/appl/ftp/ftpd/ftpd.c
997
snprintf (line, sizeof(line),
crypto/heimdal/appl/ftp/ftpd/popen.c
90
snprintf(newpath, sizeof(newpath), "%s/%s", home, path);
crypto/heimdal/appl/gssmask/gssmask.c
656
snprintf(name, sizeof(name), "%s-%s-%s",
crypto/heimdal/appl/kf/kf.c
296
snprintf (portstr, sizeof(portstr), "%u", ntohs(port));
crypto/heimdal/appl/kf/kfd.c
236
snprintf (ccname, sizeof(ccname), "%s", (char *)(tk_file.data));
crypto/heimdal/appl/kf/kfd.c
238
snprintf (ccname, sizeof(ccname), "FILE:/tmp/krb5cc_%lu",
crypto/heimdal/appl/login/login.c
186
snprintf(residual, sizeof(residual), "FILE:/tmp/krb5cc_%u",
crypto/heimdal/appl/login/login.c
674
snprintf (prompt, sizeof(prompt), "%s's %s Password: ",
crypto/heimdal/appl/login/login.c
704
snprintf(ttname, sizeof(ttname), "%s??", _PATH_TTY);
crypto/heimdal/appl/push/push.c
107
snprintf (portstr, sizeof(portstr), "%u", ntohs(port));
crypto/heimdal/appl/push/push.c
268
from_line_length = snprintf (from_line, sizeof(from_line),
crypto/heimdal/appl/push/push.c
273
out_len = snprintf (out_buf, sizeof(out_buf),
crypto/heimdal/appl/push/push.c
481
out_len = snprintf (out_buf, sizeof(out_buf),
crypto/heimdal/appl/push/push.c
484
out_len = snprintf (out_buf, sizeof(out_buf),
crypto/heimdal/appl/push/push.c
487
out_len = snprintf(out_buf, sizeof(out_buf),
crypto/heimdal/appl/push/push.c
492
out_len = snprintf (out_buf, sizeof(out_buf),
crypto/heimdal/appl/rcp/rcp.c
134
snprintf(cmd, sizeof(cmd),
crypto/heimdal/appl/rcp/rcp.c
311
snprintf(buf, sizeof(buf), "T%ld 0 %ld 0\n",
crypto/heimdal/appl/rcp/rcp.c
320
snprintf(buf, sizeof(buf), "C%04o %lu %s\n",
crypto/heimdal/appl/rcp/rcp.c
377
snprintf(path, sizeof(path), "T%ld 0 %ld 0\n",
crypto/heimdal/appl/rcp/rcp.c
386
snprintf(path, sizeof(path),
crypto/heimdal/appl/rcp/rcp.c
403
snprintf(path, sizeof(path), "%s/%s", name, dp->d_name);
crypto/heimdal/appl/rcp/rcp.c
529
snprintf(namebuf, need, "%s%s%s", targ,
crypto/heimdal/appl/rsh/rsh.c
480
snprintf (p, sizeof(buf), "%u",
crypto/heimdal/appl/rsh/rsh.c
941
snprintf (tkfile, sizeof(tkfile), "-U %s ", unique_tkfile);
crypto/heimdal/appl/rsh/rshd.c
354
snprintf(temp_tkfile, sizeof(tkfile) - (temp_tkfile - tkfile),
crypto/heimdal/appl/rsh/rshd.c
791
snprintf(tkfile,sizeof(tkfile),"FILE:/tmp/krb5cc_%lu",
crypto/heimdal/appl/rsh/rshd.c
794
snprintf(tkfile,sizeof(tkfile),"FILE:/tmp/krb5cc_XXXXXX");
crypto/heimdal/appl/rsh/rshd.c
938
snprintf(portstr, sizeof(portstr), "%d", 545);
crypto/heimdal/appl/rsh/rshd.c
946
snprintf(portstr, sizeof(portstr), "%d", 544);
crypto/heimdal/appl/rsh/rshd.c
957
snprintf(portstr, sizeof(portstr), "%d", 514);
crypto/heimdal/appl/su/su.c
297
snprintf(prompt, sizeof(prompt), "%s's password: ", su->pw_name);
crypto/heimdal/appl/telnet/libtelnet/auth.c
620
snprintf((char*)tbuf, sizeof(tbuf), " %d", *data);
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
456
snprintf(lbuf, sizeof(lbuf), "%s_IV", type);
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
461
snprintf(lbuf, sizeof(lbuf), "%s_IV_OK", type);
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
466
snprintf(lbuf, sizeof(lbuf), "%s_IV_BAD", type);
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
471
snprintf(lbuf, sizeof(lbuf), " %d (unknown)", data[2]);
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
477
snprintf(lbuf, sizeof(lbuf), " %d", data[i]);
crypto/heimdal/appl/telnet/libtelnet/encrypt.c
982
snprintf(tbuf, sizeof(tbuf), " %d", *data);
crypto/heimdal/appl/telnet/libtelnet/kerberos5.c
553
snprintf (ccname, sizeof(ccname),
crypto/heimdal/appl/telnet/libtelnet/kerberos5.c
775
snprintf((char*)buf, buflen, " %d (unknown)", data[3]);
crypto/heimdal/appl/telnet/libtelnet/kerberos5.c
779
snprintf((char*)buf, buflen, " %d", data[i]);
crypto/heimdal/appl/telnet/libtelnet/rsaencpwd.c
162
snprintf(key_file, sizeof(key_file),
crypto/heimdal/appl/telnet/libtelnet/rsaencpwd.c
260
snprintf(challenge, sizeof(challenge), "%x", now);
crypto/heimdal/appl/telnet/libtelnet/rsaencpwd.c
441
snprintf(buf, buflen, " %d (unknown)", data[3]);
crypto/heimdal/appl/telnet/libtelnet/rsaencpwd.c
445
snprintf(buf, buflen, " %d", data[i]);
crypto/heimdal/appl/telnet/libtelnet/spx.c
176
snprintf (targ_printable, sizeof(targ_printable),
crypto/heimdal/appl/telnet/libtelnet/spx.c
219
snprintf (targ_printable, sizeof(targ_printable),
crypto/heimdal/appl/telnet/libtelnet/spx.c
330
snprintf(targ_printable, sizeof(targ_printable),
crypto/heimdal/appl/telnet/libtelnet/spx.c
503
snprintf (acl_file, sizeof(acl_file),
crypto/heimdal/appl/telnet/libtelnet/spx.c
564
snprintf(buf, buflen, " %d (unknown)", data[3]);
crypto/heimdal/appl/telnet/libtelnet/spx.c
568
snprintf(buf, buflen, " %d", data[i]);
crypto/heimdal/appl/telnet/telnet/commands.c
1994
snprintf (rcname, sizeof(rcname), "%s/.telnetrc",
crypto/heimdal/appl/telnet/telnet/commands.c
2166
snprintf (portstr, sizeof(portstr), "%u", ntohs(port));
crypto/heimdal/appl/telnet/telnet/telnet.c
723
snprintf((char *)temp, sizeof(temp),
crypto/heimdal/appl/telnet/telnet/telnet.c
746
snprintf((char *)temp, sizeof(temp),
crypto/heimdal/appl/telnet/telnet/telnet.c
854
snprintf((char *)temp, sizeof(temp),
crypto/heimdal/appl/telnet/telnet/utilities.c
607
snprintf(tbuf, sizeof(tbuf),
crypto/heimdal/appl/telnet/telnetd/sys_term.c
420
snprintf(line, sizeof(Xline), "/dev/ptyXX");
crypto/heimdal/appl/telnet/telnetd/sys_term.c
424
snprintf(line, sizeof(Xline), "/dev/ptym/ptyXX");
crypto/heimdal/appl/telnet/telnetd/sys_term.c
479
snprintf(myline, sizeof(myline), "/dev/pty/%03d", *ptynum);
crypto/heimdal/appl/telnet/telnetd/sys_term.c
483
snprintf(line, sizeof(Xline), "/dev/ttyp%03d", *ptynum);
crypto/heimdal/appl/telnet/telnetd/telnetd.c
715
snprintf(tty_dev, sizeof(tty_dev), "/dev/pty/%03d", ptynum);
crypto/heimdal/appl/telnet/telnetd/telnetd.c
718
snprintf(slave_dev, sizeof(slave_dev), "/dev/ttyp%03d", ptynum);
crypto/heimdal/appl/telnet/telnetd/utility.c
350
snprintf(buf, sizeof(buf), "telnetd: %s.\r\n", msg);
crypto/heimdal/appl/telnet/telnetd/utility.c
371
snprintf(buf, sizeof(buf), "%s: %s", msg, strerror(error));
crypto/heimdal/appl/telnet/telnetd/utility.c
775
snprintf(tbuf,
crypto/heimdal/appl/test/common.c
151
snprintf (portstr, sizeof(portstr), "%u", ntohs(port));
crypto/heimdal/kadmin/add-random-users.c
92
snprintf (name, sizeof(name), "%s%d", words[r1 % nwords], r2 % 1000);
crypto/heimdal/kadmin/get.c
207
snprintf(buf, buf_len, "%d", princ->kvno);
crypto/heimdal/kadmin/get.c
220
snprintf(buf, buf_len, "%d", princ->fail_auth_count);
crypto/heimdal/kadmin/get.c
257
snprintf(buf, buf_len, "\"%.*s\"",
crypto/heimdal/kadmin/get.c
272
snprintf(buf, buf_len, "failed to decode ACL");
crypto/heimdal/kadmin/get.c
305
snprintf(buf, buf_len, "failed to decode alias");
crypto/heimdal/kadmin/get.c
323
snprintf(buf, buf_len, "unknown type %d", subfield);
crypto/heimdal/kadmin/kadm_conn.c
248
snprintf(portstr, sizeof(portstr), "%u", p->def_port);
crypto/heimdal/kadmin/util.c
168
snprintf(str, len, "never");
crypto/heimdal/kadmin/util.c
289
snprintf(str, len, "unlimited");
crypto/heimdal/kcm/client.c
102
snprintf(prefix, sizeof(prefix), "%ld:", (long)client->uid);
crypto/heimdal/kdc/connect.c
391
snprintf(str, len, "<family=%d>", addr->sa_family);
crypto/heimdal/kdc/hprop.c
294
snprintf(portstr, sizeof(portstr), "%u",
crypto/heimdal/kuser/kinit.c
816
snprintf(s, sizeof(s), "%s:%s",
crypto/heimdal/kuser/kswitch.c
100
snprintf(num, sizeof(num), "%d", (int)(len + 1));
crypto/heimdal/lib/asn1/der_put.c
511
snprintf (s->data, len + 1, "%04d%02d%02d%02d%02d%02dZ",
crypto/heimdal/lib/asn1/der_put.c
515
snprintf (s->data, len + 1, "%02d%02d%02d%02d%02d%02dZ",
crypto/heimdal/lib/asn1/gen_encode.c
103
snprintf(s, sizeof(s), "%d", value);
crypto/heimdal/lib/com_err/com_err.c
53
snprintf(msg, sizeof(msg), "Unknown error %ld", code);
crypto/heimdal/lib/com_err/com_err.c
60
snprintf(msg, sizeof(msg), "Unknown error %ld", code);
crypto/heimdal/lib/com_err/compile_et.c
138
snprintf(fn, sizeof(fn), "__%s__", hfn);
crypto/heimdal/lib/com_err/compile_et.c
234
snprintf(hfn, sizeof(hfn), "%s.h", Basename);
crypto/heimdal/lib/com_err/compile_et.c
235
snprintf(cfn, sizeof(cfn), "%s.c", Basename);
crypto/heimdal/lib/com_err/error.c
68
snprintf(domain, sizeof(domain), "heim_com_err%d", p->table->base);
crypto/heimdal/lib/hdb/hdb.c
256
snprintf(ver, sizeof(ver), "%u", HDB_DB_FORMAT);
crypto/heimdal/lib/hdb/keytab.c
121
snprintf(name, namesize, "%s%s%s",
crypto/heimdal/lib/hx509/cert.c
3237
snprintf(str, sizeof(str), "%d", stats[i].index);
crypto/heimdal/lib/hx509/cert.c
3240
snprintf(str, sizeof(str), "%lu", stats[i].stats);
crypto/heimdal/lib/hx509/ks_p11.c
1189
snprintf(unknownname, sizeof(unknownname),
crypto/heimdal/lib/hx509/name.c
107
int l = snprintf((char *)&to[j], tolen - j - 1,
crypto/heimdal/lib/ipc/server.c
1091
snprintf(un.sun_path, sizeof(un.sun_path),
crypto/heimdal/lib/kadm5/init_c.c
424
snprintf (portstr, sizeof(portstr), "%u", ntohs(ctx->kadmind_port));
crypto/heimdal/lib/kadm5/ipropd_master.c
749
snprintf(str, sizeof(str), "%u", (unsigned)slaves->version);
crypto/heimdal/lib/kadm5/ipropd_slave.c
60
snprintf(port, sizeof(port), "%u", IPROP_PORT);
crypto/heimdal/lib/kadm5/password_quality.c
121
snprintf(message, length,
crypto/heimdal/lib/kadm5/password_quality.c
150
snprintf(message, length, "password contains newline, "
crypto/heimdal/lib/kadm5/password_quality.c
160
snprintf(message, length, "external password quality "
crypto/heimdal/lib/kadm5/password_quality.c
173
snprintf(message, length, "external password quality "
crypto/heimdal/lib/kadm5/password_quality.c
189
snprintf(message, length, "external password quality "
crypto/heimdal/lib/kadm5/password_quality.c
194
snprintf(message, length, "External password quality "
crypto/heimdal/lib/kadm5/password_quality.c
211
snprintf(message, length, "external program failed: %s", reply);
crypto/heimdal/lib/kadm5/password_quality.c
217
snprintf(message, length, "%s", reply);
crypto/heimdal/lib/kafs/afssys.c
105
snprintf(path, sizeof(path), "%s/afslib.so", LIBDIR);
crypto/heimdal/lib/kafs/common.c
239
snprintf(home, sizeof(home), "%s/.TheseCells", homedir);
crypto/heimdal/lib/krb5/addr_families.c
1119
l = snprintf(s, len, "TYPE_%d:", addr->addr_type);
crypto/heimdal/lib/krb5/addr_families.c
1125
l = snprintf(s, len, "%02x", ((char*)addr->address.data)[i]);
crypto/heimdal/lib/krb5/addr_families.c
171
return snprintf (str, len, "IPv4:%s", inet_ntoa(ia));
crypto/heimdal/lib/krb5/addr_families.c
361
snprintf(buf2, sizeof(buf2), "%02x", p[i]);
crypto/heimdal/lib/krb5/addr_families.c
367
return snprintf(str, len, "IPv6:%s", buf);
crypto/heimdal/lib/krb5/addr_families.c
724
ret = snprintf(str + size, len - size, ",PORT=%u", port);
crypto/heimdal/lib/krb5/get_host_realm.c
111
ret = snprintf(dom, sizeof(dom), "%s.%s.", labels[i], domain);
crypto/heimdal/lib/krb5/keytab.c
578
snprintf(kvno_str, sizeof(kvno_str), "(kvno %d)", kvno);
crypto/heimdal/lib/krb5/krbhst.c
340
snprintf(portstr, sizeof(portstr), ":%d", host->port);
crypto/heimdal/lib/krb5/krbhst.c
341
snprintf(hostname, hostlen, "%s%s%s", proto, host->hostname, portstr);
crypto/heimdal/lib/krb5/krbhst.c
386
snprintf (portstr, sizeof(portstr), "%d", host->port);
crypto/heimdal/lib/krb5/krbhst.c
523
snprintf(portstr, sizeof(portstr), "%d", port);
crypto/heimdal/lib/krb5/krbhst.c
86
snprintf(domain, sizeof(domain), "_%s._%s.%s.", service, proto, realm);
crypto/heimdal/lib/krb5/kuserok.c
158
snprintf(filename, sizeof(filename), "%s/%s", dirname, dent->d_name);
crypto/heimdal/lib/krb5/send_to_kdc.c
283
snprintf (portstr, sizeof(portstr), "%d",
crypto/heimdal/lib/krb5/time.c
119
snprintf(s, len, "%ld", (long)t);
crypto/heimdal/lib/krb5/verify_krb5_conf.c
204
snprintf(service, sizeof(service), "%u", defport);
crypto/heimdal/lib/krb5/verify_krb5_conf.c
208
snprintf(service, sizeof(service), "%u", defport);
crypto/heimdal/lib/roken/getaddrinfo_hostspec.c
89
snprintf (portstr, sizeof(portstr), "%u", port);
crypto/heimdal/lib/roken/getaddrinfo_hostspec.c
91
snprintf (host, sizeof(host), "%.*s", hostspec_len, hostspec);
crypto/heimdal/lib/roken/getarg.c
284
snprintf(buf, sizeof(buf), "[-%c", args[i].short_name);
crypto/heimdal/lib/roken/getcap.c
294
(void)snprintf(pbuf, sizeof(pbuf), "%s.db", *db_p);
crypto/heimdal/lib/roken/getnameinfo.c
71
snprintf (serv, servlen, "%u", ntohs(port));
crypto/heimdal/lib/roken/getnameinfo.c
81
snprintf (serv, servlen, "%u", ntohs(port));
crypto/heimdal/lib/roken/iruserok.c
242
snprintf (pbuf, sizeof(pbuf), "%s/.rhosts", pwd->pw_dir);
crypto/heimdal/lib/roken/mini_inetd.c
187
snprintf (portstr, sizeof(portstr), "%d", ntohs(port));
crypto/heimdal/lib/roken/parse_units.c
200
return snprintf (s, len, "%s", zero_string);
crypto/heimdal/lib/roken/parse_units.c
227
return snprintf (s, len, "%u %s%s%s",
crypto/heimdal/lib/roken/parse_units.c
302
return snprintf (s, len, "%s%s", name, rem > 0 ? ", " : "");
crypto/heimdal/lib/roken/socket_wrapper.c
1455
snprintf(un_addr.sun_path, sizeof(un_addr.sun_path),
crypto/heimdal/lib/roken/socket_wrapper.c
1699
snprintf(un_addr.sun_path, sizeof(un_addr.sun_path), "%s/"SOCKET_FORMAT,
crypto/heimdal/lib/roken/socket_wrapper.c
426
snprintf(un->sun_path, sizeof(un->sun_path), "%s/EINVAL",
crypto/heimdal/lib/roken/socket_wrapper.c
432
snprintf(un->sun_path, sizeof(un->sun_path), "%s/"SOCKET_FORMAT,
crypto/heimdal/lib/roken/socket_wrapper.c
533
snprintf(un->sun_path, sizeof(un->sun_path), "%s/"SOCKET_FORMAT,
crypto/heimdal/lib/roken/socket_wrapper.c
541
snprintf(un->sun_path, sizeof(un->sun_path), "%s/"SOCKET_FORMAT,
crypto/heimdal/lib/roken/strerror.c
49
snprintf(emsg, sizeof(emsg), "Error %d occurred.", eno);
crypto/heimdal/lib/roken/strerror.c
51
snprintf(emsg, sizeof(emsg), "%s", sys_errlist[eno]);
crypto/heimdal/lib/roken/strftime.c
183
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
187
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
192
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
196
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
200
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
210
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
214
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
218
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
225
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
229
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
240
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
244
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
249
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
253
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
257
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
262
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
266
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
270
ret = snprintf (buf, maxsize - n, "\n");
crypto/heimdal/lib/roken/strftime.c
273
ret = snprintf (buf, maxsize - n, "%s",
crypto/heimdal/lib/roken/strftime.c
277
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
285
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
291
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
295
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
299
ret = snprintf (buf, maxsize - n, "\t");
crypto/heimdal/lib/roken/strftime.c
303
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
310
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
314
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
318
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
322
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
326
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
330
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
337
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
341
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
345
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
361
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
377
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/roken/strftime.c
381
ret = snprintf (buf, maxsize - n,
crypto/heimdal/lib/wind/test-normalize.c
159
snprintf(longname, sizeof(longname), "%s/%s", srcdir, filename);
crypto/krb5/src/clients/klist/klist.c
601
snprintf(bp, buflen, "etype %d", enctype);
crypto/krb5/src/clients/ksu/authorization.c
675
r1 = snprintf(k5login_path, sizeof(k5login_path), "%s%s%s",
crypto/krb5/src/clients/ksu/authorization.c
677
r2 = snprintf(k5users_path, sizeof(k5users_path), "%s%s%s",
crypto/krb5/src/clients/ksu/krb_auth_su.c
168
result = snprintf(prompt, sizeof(prompt), _("Kerberos password for %s: "),
crypto/krb5/src/clients/ksu/main.c
978
result = snprintf(buf, sizeof(buf), " on %s", p);
crypto/krb5/src/kadmin/cli/kadmin.c
1302
snprintf(prompt1, sizeof(prompt1),
crypto/krb5/src/kadmin/cli/kadmin.c
1304
snprintf(prompt2, sizeof(prompt2),
crypto/krb5/src/kadmin/cli/kadmin.c
135
snprintf(out, sizeof(out), "%s%d %s %02d:%02d:%02d", neg ? "-" : "",
crypto/krb5/src/kadmin/cli/kadmin.c
1511
snprintf(enctype, sizeof(enctype), _("<Encryption type 0x%x>"),
crypto/krb5/src/kadmin/cli/kadmin.c
1523
snprintf(salttype, sizeof(salttype), _("<Salt type 0x%x>"),
crypto/krb5/src/kadmin/cli/kadmin.c
942
snprintf(prompt1, sizeof(prompt1),
crypto/krb5/src/kadmin/cli/kadmin.c
944
snprintf(prompt2, sizeof(prompt2),
crypto/krb5/src/kadmin/cli/keytab.c
506
snprintf(buf, sizeof(buf), "etype %d", enctype);
crypto/krb5/src/kadmin/ktutil/ktutil_funcs.c
187
snprintf(promptstr, sizeof(promptstr), _("Password for %.1000s"),
crypto/krb5/src/kadmin/ktutil/ktutil_funcs.c
345
result = snprintf(ktname, sizeof(ktname), "WRFILE:%s", name);
crypto/krb5/src/kadmin/server/ipropd_svc.c
206
(void) snprintf(obuf, sizeof (obuf),
crypto/krb5/src/kadmin/server/ipropd_svc.c
212
(void) snprintf(obuf, sizeof (obuf),
crypto/krb5/src/kadmin/server/misc.c
105
snprintf(msg_ret, msg_len, errstr, time_string);
crypto/krb5/src/kadmin/server/schpw.c
79
snprintf(strresult, sizeof(strresult),
crypto/krb5/src/kdc/kdc_audit.c
166
snprintf(ptr, 3, "%02X", hashbytes[i]);
crypto/krb5/src/kdc/t_sockact.c
103
(void)snprintf(nbuf, sizeof(nbuf), "%d", port);
crypto/krb5/src/kdc/t_sockact.c
114
(void)snprintf(nbuf, sizeof(nbuf), "%d", max_fd - 2);
crypto/krb5/src/kdc/t_sockact.c
116
(void)snprintf(nbuf, sizeof(nbuf), "%lu", (unsigned long)getpid());
crypto/krb5/src/kprop/kprop.c
457
snprintf(buf, sizeof(buf),
crypto/krb5/src/kprop/kpropd.c
1414
snprintf(buf, sizeof(buf),
crypto/krb5/src/kprop/kpropd.c
1425
snprintf(buf, sizeof(buf),
crypto/krb5/src/kprop/kpropd.c
1436
snprintf(buf, sizeof(buf),
crypto/krb5/src/kprop/kpropd.c
1441
snprintf(buf, sizeof(buf),
crypto/krb5/src/kprop/kpropd.c
1453
snprintf(buf, sizeof(buf),
crypto/krb5/src/kprop/kpropd.c
1496
snprintf(buf, sizeof(buf), "%s %s", error_message(err_code),
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
134
snprintf (buf, sizeof (buf), "\"%s\"", s);
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
137
snprintf (buf, sizeof (buf), "\"%s\"", p);
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
179
snprintf (buf, sizeof(buf), "\"%s\"", s);
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
182
snprintf (buf, sizeof(buf), "\"%s\"", p);
crypto/krb5/src/lib/gssapi/krb5/acquire_cred.c
542
snprintf(buf, sizeof(buf), "%u", (unsigned int)ts2tt(refresh_time));
crypto/krb5/src/lib/gssapi/mechglue/g_initialize.c
1534
snprintf(sharedPath, sizeof(sharedPath), "%s", sharedLib);
crypto/krb5/src/lib/gssapi/mechglue/g_initialize.c
1536
snprintf(sharedPath, sizeof(sharedPath), "%s%s",
crypto/krb5/src/lib/gssapi/spnego/negoex_trace.c
115
snprintf(trace_msg, sizeof(trace_msg),
crypto/krb5/src/lib/gssapi/spnego/negoex_trace.c
44
return snprintf(buffer, bufsiz,
crypto/krb5/src/lib/gssapi/spnego/negoex_trace.c
59
snprintf(trace_msg, sizeof(trace_msg),
crypto/krb5/src/lib/kadm5/alt_prof.c
796
snprintf(admin_name, maxlen, "kadmin/%s", canonhost);
crypto/krb5/src/lib/kadm5/chpass_util.c
136
snprintf(msg_ret, msg_len, "%s\n%s %s\n",
crypto/krb5/src/lib/kadm5/chpass_util.c
163
snprintf(msg_ret, msg_len, "%s %s\n%s %s\n\n%s\n",
crypto/krb5/src/lib/kadm5/chpass_util.c
175
snprintf(msg_ret, msg_len, "%s\n\n%s",
crypto/krb5/src/lib/kadm5/chpass_util.c
186
snprintf(msg_ret, msg_len, "%s %s\n%s %s\n\n%s\n ", error_message(code2),
crypto/krb5/src/lib/kadm5/chpass_util.c
196
snprintf(msg_ret, msg_len, string_text(CHPASS_UTIL_PASSWORD_TOO_SHORT),
crypto/krb5/src/lib/kadm5/chpass_util.c
206
snprintf(msg_ret, msg_len, string_text(CHPASS_UTIL_TOO_FEW_CLASSES),
crypto/krb5/src/lib/kadm5/chpass_util.c
225
snprintf(msg_ret, msg_len, string_text(CHPASS_UTIL_PASSWORD_TOO_SOON),
crypto/krb5/src/lib/kadm5/chpass_util.c
233
snprintf(msg_ret, msg_len, "%s\n%s %s\n",
crypto/krb5/src/lib/kadm5/chpass_util.c
98
snprintf(msg_ret, msg_len, "%s %s\n\n%s",
crypto/krb5/src/lib/kadm5/clnt/client_init.c
529
(void) snprintf(portbuf, sizeof(portbuf), "%d", port);
crypto/krb5/src/lib/kadm5/logger.c
668
snprintf(cp, sizeof(outbuf) - (cp-outbuf), " %s %s[%ld](%s): ",
crypto/krb5/src/lib/kadm5/logger.c
674
snprintf(cp, sizeof(outbuf) - (cp-outbuf), " ");
crypto/krb5/src/lib/kdb/kdb_default.c
127
(void) snprintf(defkeyfile, sizeof(defkeyfile), "%s%s",
crypto/krb5/src/lib/kdb/kdb_default.c
371
(void) snprintf(keyfile, sizeof(keyfile), "%s%s",
crypto/krb5/src/lib/krad/client.c
292
snprintf(ua.sun_path, sizeof(ua.sun_path), "%s", remote);
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
150
len = snprintf(s, sizeof(s), "%04d%02d%02d%02d%02d%02dZ",
crypto/krb5/src/lib/krb5/ccache/cc_file.c
940
(void)snprintf(scratch, sizeof(scratch), "%sXXXXXX", TKT_ROOT);
crypto/krb5/src/lib/krb5/ccache/t_cc.c
321
snprintf(newcache, sizeof(newcache), "%s.new", name);
crypto/krb5/src/lib/krb5/ccache/t_cc.c
454
snprintf(name, sizeof(name), "%s/tmp/cctest.%ld", prefix, (long) getpid());
crypto/krb5/src/lib/krb5/ccache/t_cc.c
480
snprintf(name, sizeof(name), "%s/tmp/cctest.%ld", prefix, (long) getpid());
crypto/krb5/src/lib/krb5/keytab/kt_file.c
427
result = snprintf(name, len, "%s:%s", id->ops->prefix, KTFILENAME(id));
crypto/krb5/src/lib/krb5/keytab/kt_memory.c
459
result = snprintf(name, len, "%s:%s", id->ops->prefix, KTNAME(id));
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
1564
snprintf(banner, sizeof(banner),
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
1568
snprintf(banner, sizeof(banner),
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
1572
snprintf(banner, sizeof(banner),
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
1602
snprintf(banner, sizeof(banner),
crypto/krb5/src/lib/krb5/krb/gic_pwd.c
271
snprintf(banner, sizeof(banner),
crypto/krb5/src/lib/krb5/krb/gic_pwd.c
275
snprintf(banner, sizeof(banner),
crypto/krb5/src/lib/krb5/krb/gic_pwd.c
316
snprintf(banner, sizeof(banner),
crypto/krb5/src/lib/krb5/krb/gic_pwd.c
75
snprintf(promptstr, sizeof(promptstr), _("Password for %s"),
crypto/krb5/src/lib/krb5/krb/preauth_sam2.c
163
snprintf(name, sizeof(name), "%.*s",
crypto/krb5/src/lib/krb5/krb/preauth_sam2.c
167
snprintf(banner, sizeof(banner), "%.*s",
crypto/krb5/src/lib/krb5/krb/preauth_sam2.c
172
snprintf(prompt, sizeof(prompt), "%s%.*s%s%.*s",
crypto/krb5/src/lib/krb5/krb/rd_req_dec.c
222
(void)snprintf(encname, sizeof(encname), "%d", (int)tkt_etype);
crypto/krb5/src/lib/krb5/krb/str_conv.c
272
snprintf(buffer, buflen, "%d:%02d:%02d", hours, minutes, seconds);
crypto/krb5/src/lib/krb5/krb/str_conv.c
274
snprintf(buffer, buflen, "%d %s %02d:%02d:%02d", days,
crypto/krb5/src/lib/krb5/krb/str_conv.c
278
snprintf(buffer, buflen, "%d %s", days,
crypto/krb5/src/lib/krb5/krb/t_ser.c
287
snprintf(clname, sizeof(clname),
crypto/krb5/src/lib/krb5/krb/t_ser.c
314
snprintf(pname, sizeof(pname),
crypto/krb5/src/lib/krb5/os/addr.c
103
(void)snprintf(buf, len, "%s:%s", addr, port);
crypto/krb5/src/lib/krb5/os/addr.c
105
(void)snprintf(buf, len, "[%s]:%s", addr, port);
crypto/krb5/src/lib/krb5/os/gen_rname.c
46
snprintf(*string, len, "%s", uniq);
crypto/krb5/src/lib/krb5/os/gen_rname.c
49
snprintf(tmp, len - (tmp-*string), "%.2x", address->contents[i] & 0xff);
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
852
result = snprintf(portbuf, sizeof(portbuf), "%d", entry->port);
crypto/krb5/src/lib/krb5/os/t_gifconf.c
103
snprintf (buffer, sizeof(buffer), "SIOCGIFCONF(%d)", t);
crypto/krb5/src/lib/krb5/os/t_locate_kdc.c
44
snprintf(buf, sizeof(buf), "?%d", ttype);
crypto/krb5/src/lib/krb5/os/trace.c
73
snprintf(text, sizeof(text), "\\x%02x",
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
1298
snprintf(path, sizeof path, "%s" LDAP_DIRSEP "uctable.h", opath);
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
1305
snprintf(path, sizeof path, "%s" LDAP_DIRSEP "ctype.dat", opath);
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
1438
snprintf(path, sizeof path, "%s" LDAP_DIRSEP "case.dat", opath);
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
1515
snprintf(path, sizeof path, "%s" LDAP_DIRSEP "comp.dat", opath);
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
1591
snprintf(path, sizeof path, "%s" LDAP_DIRSEP "decomp.dat", opath);
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
1684
snprintf(path, sizeof path, "%s" LDAP_DIRSEP "kdecomp.dat", opath);
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
1764
snprintf(path, sizeof path, "%s" LDAP_DIRSEP "cmbcl.dat", opath);
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
1838
snprintf(path, sizeof path, "%s" LDAP_DIRSEP "num.dat", opath);
crypto/krb5/src/lib/rpc/clnt_perror.c
118
(void) snprintf(str, strend-str, "; errno = %s",
crypto/krb5/src/lib/rpc/clnt_perror.c
126
(void) snprintf(str, strend-str,
crypto/krb5/src/lib/rpc/clnt_perror.c
137
(void) snprintf(str, strend-str, "; why = ");
crypto/krb5/src/lib/rpc/clnt_perror.c
141
(void) snprintf(str, strend-str, "%s",err);
crypto/krb5/src/lib/rpc/clnt_perror.c
145
(void) snprintf(str, strend-str,
crypto/krb5/src/lib/rpc/clnt_perror.c
155
(void) snprintf(str, strend-str,
crypto/krb5/src/lib/rpc/clnt_perror.c
165
(void) snprintf(str, strend-str,
crypto/krb5/src/lib/rpc/clnt_perror.c
173
(void) snprintf(str, strend-str, "\n");
crypto/krb5/src/lib/rpc/clnt_perror.c
261
(void) snprintf(str, strend-str, "%s: ", s);
crypto/krb5/src/lib/rpc/clnt_perror.c
279
(void) snprintf(&str[strlen(str)], BUFSIZ - strlen(str),
crypto/krb5/src/lib/rpc/unit-test/client.c
162
snprintf(buf, sizeof(buf), "testing %d\n", i);
crypto/krb5/src/plugins/kadm5_auth/test/main.c
257
snprintf(buf, sizeof(buf), "%d", atoi(val) + 1);
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_open.c
414
(void)snprintf(path, sizeof(path),
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
192
(void)snprintf(buf, sizeof(buf), "%s/__dbtest", p);
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/driver2.c
100
snprintf(contentbuf, sizeof(contentbuf), "Contents #%d", i);
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/driver2.c
102
snprintf(buf, sizeof(buf), "dbm_store #%d", i);
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/driver2.c
85
snprintf(buf, sizeof(buf), "dbopen: failed on file bigtest");
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/driver2.c
99
snprintf(keybuf, sizeof(keybuf), "Key #%d", i);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_policy.c
863
snprintf(out, sizeof(out), "%s%d %s %02d:%02d:%02d", neg ? "-" : "",
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
887
snprintf(out, sizeof(out), "%s%d %s %02d:%02d:%02d", neg ? "-" : "",
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
161
snprintf(prompt1, sizeof(prompt1), _("Password for \"%s\""),
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
164
snprintf(prompt2, sizeof(prompt2), _("Re-enter password for \"%s\""),
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c
480
snprintf(prompt, MAX_PASSWD_PROMPT_LEN,
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1089
snprintf(tmpbuf, sizeof(tmpbuf), "%d", val);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1062
snprintf(errbuf, sizeof(errbuf),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1077
snprintf(errbuf, sizeof(errbuf),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1084
snprintf(errbuf, sizeof(errbuf),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1458
snprintf(errbuf, sizeof(errbuf),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1469
snprintf(errbuf, sizeof(errbuf), _("Principal add failed: %s"),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1508
snprintf(errbuf, sizeof(errbuf), _("User modification failed: %s"),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
848
snprintf(errbuf, sizeof(errbuf), _("Alias modification failed: %s"),
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
242
snprintf (filter, sizeof(filter), "(krbprincipalname=*@%s)", realm);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_tkt_policy.c
459
snprintf(filter, (unsigned) filterlen,"(objectclass=%s)",objectclass);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1401
snprintf(buf, size, "%s", data->password);
crypto/krb5/src/plugins/preauth/securid_sam2/grail.c
164
snprintf(tval_string, sizeof(tval_string), "%d", tval);
crypto/krb5/src/plugins/preauth/securid_sam2/grail.c
165
snprintf(prompt, sizeof(prompt), "Enter %d", tval);
crypto/krb5/src/plugins/tls/k5tls/openssl.c
380
snprintf(filename, sizeof(filename), "%s/%s",
crypto/krb5/src/util/et/t_com_err.c
19
snprintf (buffy, sizeof(buffy), "error table %d message %d", table, msgno);
crypto/krb5/src/util/et/t_com_err.c
26
snprintf (buffy, sizeof(buffy), "Unknown code et%d %d", table, msgno);
crypto/krb5/src/util/ss/help.c
39
snprintf(buffer, sizeof(buffer),
crypto/krb5/src/util/support/errors.c
92
snprintf(buf, sizeof(buf), _("error %ld"), code);
crypto/krb5/src/util/support/fake-addrinfo.c
374
snprintf(buf, bufsize, " %-2d", p);
crypto/krb5/src/util/support/fake-addrinfo.c
386
snprintf(buf, bufsize, " %-2d", t);
crypto/krb5/src/util/support/fake-addrinfo.c
393
snprintf(buf, bufsize, "AF %d", f);
crypto/krb5/src/util/support/fake-addrinfo.c
950
snprintf(tmpbuf, sizeof(tmpbuf), "%d.%d.%d.%d",
crypto/krb5/src/util/support/fake-addrinfo.c
987
snprintf (numbuf, sizeof(numbuf), "%d", port);
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
51
written_size = snprintf(backtrace_buffer + backtrace_buffer_ptr, BACKTRACE_SIZE - 1 - backtrace_buffer_ptr, __VA_ARGS__);\
crypto/libecc/src/tests/ec_utils.c
306
snprintf(kname, kname_len, "%s_%s_private_key", ec_name, ec_sig_name);
crypto/libecc/src/tests/ec_utils.c
348
snprintf(kname, kname_len, "%s_%s_public_key", ec_name, ec_sig_name);
crypto/openssh/audit-bsm.c
336
(void) snprintf(textbuf, sizeof (textbuf),
crypto/openssh/audit-bsm.c
341
(void) snprintf(textbuf, sizeof (textbuf),
crypto/openssh/audit-bsm.c
364
snprintf(buf, sizeof(buf), "%08x %08x %08x %08x", tid->at_addr[0],
crypto/openssh/audit-bsm.c
371
snprintf(buf, sizeof(buf), "%08x", tid->machine);
crypto/openssh/audit-bsm.c
408
snprintf(textbuf, sizeof(textbuf),
crypto/openssh/audit-bsm.c
419
snprintf(textbuf, sizeof(textbuf),
crypto/openssh/audit-bsm.c
434
snprintf(textbuf, sizeof(textbuf),
crypto/openssh/auth-krb5.c
186
snprintf(authctxt->krb5_ccname, len, "FILE:%s",
crypto/openssh/auth-krb5.c
248
ret = snprintf(ccname, sizeof(ccname),
crypto/openssh/auth-pam.c
1253
snprintf(compound, len, "%s=%s", name, value);
crypto/openssh/auth.c
394
snprintf(uidstr, sizeof(uidstr), "%llu",
crypto/openssh/auth.c
406
i = snprintf(ret, sizeof(ret), "%s/%s", pw->pw_dir, file);
crypto/openssh/auth.c
698
snprintf(buf, sizeof(buf), "%d", opts->force_tun_device);
crypto/openssh/auth.c
700
snprintf(msg, sizeof(msg), "key options:%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s",
crypto/openssh/auth2-pubkey.c
450
snprintf(serial_s, sizeof(serial_s), "%llu",
crypto/openssh/auth2-pubkey.c
452
snprintf(uidstr, sizeof(uidstr), "%llu",
crypto/openssh/auth2-pubkey.c
713
snprintf(uidstr, sizeof(uidstr), "%llu",
crypto/openssh/auth2-pubkeyfile.c
249
snprintf(loc, sizeof(loc), "%.200s:%lu", file, linenum);
crypto/openssh/auth2-pubkeyfile.c
431
snprintf(loc, sizeof(loc), "%.200s:%lu", file, linenum);
crypto/openssh/auth2.c
234
(void)snprintf(b, sizeof b, "%llu%s",
crypto/openssh/channels.c
1863
snprintf(buf, sizeof buf, "X11 connection from %.200s port %d",
crypto/openssh/channels.c
3835
snprintf(strport, sizeof strport, "%d", fwd->listen_port);
crypto/openssh/channels.c
4695
snprintf(strport, sizeof strport, "%d", port);
crypto/openssh/channels.c
5020
snprintf(strport, sizeof strport, "%d", port);
crypto/openssh/channels.c
5125
snprintf(buf, sizeof buf, _PATH_UNIX_X, dnr);
crypto/openssh/channels.c
5242
snprintf(strport, sizeof strport, "%u", X11_BASE_PORT + display_number);
crypto/openssh/clientloop.c
1216
snprintf(b, sizeof b, "^Z");
crypto/openssh/clientloop.c
1218
snprintf(b, sizeof b, "%c", ch);
crypto/openssh/clientloop.c
325
if ((r = snprintf(xdisplay, sizeof(xdisplay), "unix:%s",
crypto/openssh/clientloop.c
347
if ((r = snprintf(xauthfile, sizeof(xauthfile),
crypto/openssh/clientloop.c
444
snprintf(data + 2 * i, sizeof data - 2 * i, "%02x",
crypto/openssh/clientloop.c
839
snprintf(errmsg, sizeof(errmsg),
crypto/openssh/clientloop.c
842
snprintf(errmsg, sizeof(errmsg),
crypto/openssh/defines.h
798
int snprintf (char *, size_t, const char *, ...);
crypto/openssh/gss-serv-krb5.c
187
snprintf(client->store.envval, len, "FILE:%s", client->store.filename);
crypto/openssh/log.c
391
snprintf(fmtbuf, sizeof(fmtbuf), "%s: %s", txt, fmt);
crypto/openssh/log.c
397
snprintf(fmtbuf, sizeof(fmtbuf), "%s: %s", msgbuf, suffix);
crypto/openssh/log.c
409
snprintf(msgbuf, sizeof msgbuf, "%s%s%.*s\r\n",
crypto/openssh/log.c
465
snprintf(tag, sizeof(tag), "%.48s:%.48s():%d (bin=%s, pid=%ld)",
crypto/openssh/log.c
476
snprintf(fmt2, sizeof(fmt2), "%s: %s", tag, fmt);
crypto/openssh/log.c
478
snprintf(fmt2, sizeof(fmt2), "%s: %s", func, fmt);
crypto/openssh/loginrec.c
1540
snprintf(lastlog_file, sizeof(lastlog_file), "%s/%s",
crypto/openssh/logintest.c
161
snprintf(cmdstring, sizeof(cmdstring), "who | grep '%s '",
crypto/openssh/logintest.c
208
snprintf(cmdstring, sizeof(cmdstring), "last | grep '%s ' | head -3",
crypto/openssh/misc.c
1471
snprintf(name, sizeof(name), "/dev/%s%d", tunbase, tun);
crypto/openssh/misc.c
1475
snprintf(name, sizeof(name), "/dev/%s%d",
crypto/openssh/misc.c
1493
snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%s%d", tunbase, tun);
crypto/openssh/misc.c
1566
snprintf(b, sizeof(b), "%02x", p[i]);
crypto/openssh/misc.c
1852
r = snprintf(s, len, "%s/ssh-XXXXXXXXXXXX", tmpdir);
crypto/openssh/misc.c
1856
r = snprintf(s, len, "/tmp/ssh-XXXXXXXXXXXX");
crypto/openssh/misc.c
1924
snprintf(iptos_str, sizeof iptos_str, "0x%02x", iptos);
crypto/openssh/misc.c
2263
snprintf(err, errlen, "realpath %s failed: %s", name,
crypto/openssh/misc.c
2271
snprintf(err, errlen, "%s is not a regular file", buf);
crypto/openssh/misc.c
2276
snprintf(err, errlen, "bad ownership or modes for file %s",
crypto/openssh/misc.c
2284
snprintf(err, errlen, "dirname() failed");
crypto/openssh/misc.c
2292
snprintf(err, errlen,
crypto/openssh/misc.c
2325
snprintf(err, errlen, "cannot stat file %s: %s",
crypto/openssh/misc.c
2391
snprintf(env[i], strlen(name) + 1 + strlen(value) + 1, "%s=%s", name, value);
crypto/openssh/misc.c
2411
snprintf(errbuf, sizeof(errbuf), "domain name \"%.100s\" "
crypto/openssh/misc.c
2420
snprintf(errbuf, sizeof(errbuf), "domain name "
crypto/openssh/misc.c
2426
snprintf(errbuf, sizeof(errbuf), "domain name "
crypto/openssh/misc.c
2501
snprintf(buf, sizeof(buf), "%.4s-%.2s-%.2s", s, s + 4, s + 6);
crypto/openssh/misc.c
2505
snprintf(buf, sizeof(buf), "%.4s-%.2s-%.2sT%.2s:%.2s",
crypto/openssh/misc.c
2510
snprintf(buf, sizeof(buf), "%.4s-%.2s-%.2sT%.2s:%.2s:%.2s",
crypto/openssh/misc.c
712
snprintf(buf, TF_LEN, "%02lluw%01ud%02uh", week, day, hrs);
crypto/openssh/misc.c
714
snprintf(buf, TF_LEN, "%01ud%02uh%02um", day, hrs, min);
crypto/openssh/misc.c
716
snprintf(buf, TF_LEN, "%02u:%02u:%02u", hrs, min, sec);
crypto/openssh/moduli.c
457
r = snprintf(tmp, sizeof(tmp), "%s.XXXXXXXXXX", cpfile);
crypto/openssh/moduli.c
527
snprintf(buf, sizeof buf, "%dd %d:%02d", day, hr, min);
crypto/openssh/moduli.c
529
snprintf(buf, sizeof buf, "%d:%02d", hr, min);
crypto/openssh/mux.c
250
ret = snprintf(name, sizeof(name), "%.*s", (int)(cp - env), env);
crypto/openssh/openbsd-compat/bsd-closefrom.c
137
len = snprintf(fdpath, sizeof(fdpath), "/proc/%ld/fd", (long)getpid());
crypto/openssh/openbsd-compat/bsd-openpty.c
207
snprintf(ptbuf, sizeof(ptbuf), "/dev/pty%c%c",
crypto/openssh/openbsd-compat/bsd-openpty.c
209
snprintf(ttbuf, sizeof(ttbuf), "/dev/tty%c%c",
crypto/openssh/openbsd-compat/bsd-openpty.c
214
snprintf(ptbuf, sizeof(ptbuf), "/dev/ptyp%d", i);
crypto/openssh/openbsd-compat/bsd-openpty.c
215
snprintf(ttbuf, sizeof(ttbuf), "/dev/ttyp%d", i);
crypto/openssh/openbsd-compat/bsd-signal.c
31
(void)snprintf(buf, sizeof(buf), "%d", sig);
crypto/openssh/openbsd-compat/fake-rfc2553.c
57
snprintf(tmpserv, sizeof(tmpserv), "%d", ntohs(sin->sin_port));
crypto/openssh/openbsd-compat/fmt_scaled.c
275
(void)snprintf(result, FMT_SCALED_STRSIZE, "%lld%c",
crypto/openssh/openbsd-compat/fmt_scaled.c
278
(void)snprintf(result, FMT_SCALED_STRSIZE, "%lld.%1lld%c",
crypto/openssh/openbsd-compat/inet_ntoa.c
54
(void)snprintf(b, sizeof(b),
crypto/openssh/openbsd-compat/inet_ntop.c
184
advance = snprintf(tp, ep - tp, "%x", words[i]);
crypto/openssh/openbsd-compat/inet_ntop.c
91
l = snprintf(tmp, size, fmt, src[0], src[1], src[2], src[3]);
crypto/openssh/openbsd-compat/openbsd-compat.h
254
int snprintf(char *, size_t, SNPRINTF_CONST char *, ...);
crypto/openssh/openbsd-compat/port-aix.c
432
snprintf(serv, servlen, "%d", sa6->sin6_port);
crypto/openssh/openbsd-compat/port-aix.c
85
i = snprintf(cp, len, "LOGNAME=%s%cNAME=%s%c", pw->pw_name, '\0',
crypto/openssh/openbsd-compat/port-net.c
175
snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), name, tun);
crypto/openssh/openbsd-compat/port-net.c
233
snprintf(name, sizeof(name), "/dev/%s%d", tunbase, tun);
crypto/openssh/openbsd-compat/port-net.c
237
snprintf(name, sizeof(name), "/dev/%s%d",
crypto/openssh/openbsd-compat/port-net.c
267
snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%s%d", tunbase, tun);
crypto/openssh/openbsd-compat/port-solaris.c
171
snprintf(ctl_path, sizeof(ctl_path),
crypto/openssh/openbsd-compat/pwcache.c
105
(void)snprintf(nbuf, sizeof(nbuf), "%lu", (u_long)gid);
crypto/openssh/openbsd-compat/pwcache.c
70
(void)snprintf(nbuf, sizeof(nbuf), "%lu", (u_long)uid);
crypto/openssh/openbsd-compat/regress/snprintftest.c
56
ret = snprintf(b, 5, "123456789");
crypto/openssh/openbsd-compat/regress/snprintftest.c
65
snprintf(b, sizeof(b), "%.*s", 1, src);
crypto/openssh/openbsd-compat/regress/snprintftest.c
71
if (snprintf(b, 1, "%s %d", "hello", 12345) != 11)
crypto/openssh/packet.c
1984
snprintf(s, l, "%.200s%s%s port %d",
crypto/openssh/progressmeter.c
100
snprintf(buf, sizeof(buf), "%3lld.%1lld%c%s",
crypto/openssh/progressmeter.c
116
snprintf(buf, sizeof(buf), "%4lld%c%s",
crypto/openssh/readconf.c
1750
snprintf(fwdarg, sizeof(fwdarg), "%s:%s", arg,
crypto/openssh/readconf.c
3829
snprintf(buf, sizeof(buf), "%d", o->jump_port);
crypto/openssh/readconf.c
682
snprintf(portstr, sizeof(portstr), "%d", port);
crypto/openssh/readconf.c
683
snprintf(uidstr, sizeof(uidstr), "%llu",
crypto/openssh/regress/check-perm.c
103
snprintf(err, errlen, "realpath %s failed: %s", name,
crypto/openssh/regress/check-perm.c
111
snprintf(err, errlen, "%s is not a regular file", buf);
crypto/openssh/regress/check-perm.c
116
snprintf(err, errlen, "bad ownership or modes for file %s",
crypto/openssh/regress/check-perm.c
124
snprintf(err, errlen, "dirname() failed");
crypto/openssh/regress/check-perm.c
132
snprintf(err, errlen,
crypto/openssh/regress/misc/fuzz-harness/mkcorpus_sntrup761.c
46
snprintf(name, sizeof(name), "%s/%06d.%s", path, n, suffix);
crypto/openssh/regress/mkdtemp.c
51
r = snprintf(template, sizeof(template), "%s/%s", tmpdir, base);
crypto/openssh/regress/netcat.c
1131
snprintf(portlist[x], PORT_MAX_LEN, "%d", cp);
crypto/openssh/regress/netcat.c
1463
snprintf(prompt, sizeof(prompt), "Proxy password for %s@%s: ",
crypto/openssh/regress/netcat.c
1620
r = snprintf(buf, sizeof(buf),
crypto/openssh/regress/netcat.c
1624
r = snprintf(buf, sizeof(buf),
crypto/openssh/regress/netcat.c
1640
r = snprintf(buf, sizeof(buf), "%s:%s",
crypto/openssh/regress/netcat.c
1646
r = snprintf(buf, sizeof(buf), "Proxy-Authorization: "
crypto/openssh/regress/unittests/conversion/tests.c
42
snprintf(buf, sizeof buf, "%llu", (unsigned long long)INT_MAX);
crypto/openssh/regress/unittests/conversion/tests.c
44
snprintf(buf, sizeof buf, "%llu", (unsigned long long)INT_MAX + 1);
crypto/openssh/regress/unittests/conversion/tests.c
48
snprintf(buf, sizeof buf, "%lluM", (unsigned long long)INT_MAX/60 + 1);
crypto/openssh/regress/unittests/misc/test_convtime.c
52
snprintf(buf, sizeof buf, "%llu", (long long unsigned)INT_MAX);
crypto/openssh/regress/unittests/misc/test_convtime.c
54
snprintf(buf, sizeof buf, "%llu", (long long unsigned)INT_MAX + 1);
crypto/openssh/regress/unittests/test_helper/fuzz.c
110
snprintf(s, n, "%s case %zu of %zu (bit: %zu)\n",
crypto/openssh/regress/unittests/test_helper/fuzz.c
115
snprintf(s, n, "%s case %llu of %llu (bits: %zu, %zu)\n",
crypto/openssh/regress/unittests/test_helper/fuzz.c
122
snprintf(s, n, "%s case %zu of %zu (byte: %zu)\n",
crypto/openssh/regress/unittests/test_helper/fuzz.c
127
snprintf(s, n, "%s case %llu of %llu (bytes: %zu, %zu)\n",
crypto/openssh/regress/unittests/test_helper/fuzz.c
134
snprintf(s, n, "%s case %zu of %zu (offset: %zu)\n",
crypto/openssh/regress/unittests/test_helper/fuzz.c
139
snprintf(s, n, "%s case %zu of %zu (offset: %zu)\n",
crypto/openssh/regress/unittests/test_helper/fuzz.c
145
snprintf(s, n, "%s case %llu of %llu (offset: %zu char: %c)\n",
crypto/openssh/regress/unittests/test_helper/test_helper.c
218
snprintf(ret, sizeof(ret), "%s/%s", data_dir, name);
crypto/openssh/regress/unittests/test_helper/test_helper.c
232
snprintf(s, len, "In test %u: \"%s\"%s%s\n", test_number,
crypto/openssh/regress/unittests/test_helper/test_helper.c
463
snprintf(tmp, sizeof(tmp), "(%s)[%zu]", a1, where);
crypto/openssh/sandbox-seccomp-filter.c
459
snprintf(msg, sizeof(msg),
crypto/openssh/scp.c
1447
snprintf(buf, sizeof buf, "C%04o %lld %s\n",
crypto/openssh/scp.c
1525
(void) snprintf(path, sizeof path, "D%04o %d %.1024s\n",
crypto/openssh/scp.c
1543
(void) snprintf(path, sizeof path, "%s/%s", name, dp->d_name);
crypto/openssh/scp.c
1841
(void) snprintf(namebuf, need, "%s%s%s", targ,
crypto/openssh/scp.c
690
(void) snprintf(cmd, sizeof cmd, "scp%s%s%s%s",
crypto/openssh/scp.c
742
(void)snprintf(buf, sizeof(buf), "T%llu 0 %llu 0\n",
crypto/openssh/servconf.c
884
snprintf(strport, sizeof strport, "%d", port);
crypto/openssh/session.c
1024
snprintf(buf, sizeof buf, "%.200s/%.50s", _PATH_MAILDIR, pw->pw_name);
crypto/openssh/session.c
1127
snprintf(buf, sizeof buf, "%.200s/%s/environment",
crypto/openssh/session.c
1171
snprintf(buf, sizeof buf, "%.50s %d %d",
crypto/openssh/session.c
1177
snprintf(buf, sizeof buf, "%.50s %d %.50s %d",
crypto/openssh/session.c
1399
snprintf(uidstr, sizeof(uidstr), "%llu",
crypto/openssh/session.c
2621
snprintf(display, sizeof display, "localhost:%u.%u",
crypto/openssh/session.c
2623
snprintf(auth_display, sizeof auth_display, "unix:%u.%u",
crypto/openssh/session.c
2639
snprintf(display, sizeof display, "%.50s:%u.%u", inet_ntoa(my_addr),
crypto/openssh/session.c
2642
snprintf(display, sizeof display, "%.400s:%u.%u", hostname,
crypto/openssh/session.c
691
snprintf(session_type, sizeof(session_type),
crypto/openssh/session.c
694
snprintf(session_type, sizeof(session_type),
crypto/openssh/session.c
697
snprintf(session_type, sizeof(session_type), "shell");
crypto/openssh/session.c
700
snprintf(session_type, sizeof(session_type), "command");
crypto/openssh/session.c
813
snprintf(buf, sizeof(buf), "%.200s/.hushlogin", pw->pw_dir);
crypto/openssh/sftp-common.c
229
snprintf(ubuf, sizeof ubuf, "%u", (u_int)st->st_uid);
crypto/openssh/sftp-common.c
233
snprintf(gbuf, sizeof gbuf, "%u", (u_int)st->st_gid);
crypto/openssh/sftp-common.c
240
snprintf(lc, sizeof(lc), "%u", (u_int)st->st_nlink);
crypto/openssh/sftp-common.c
256
snprintf(buf, sizeof buf, "%s %3s %-*s %-*s %8s %s %s",
crypto/openssh/sftp-common.c
260
snprintf(buf, sizeof buf, "%s %3s %-*s %-*s %8llu %s %s",
crypto/openssh/sftp-server.c
1158
snprintf(pathname, sizeof pathname, "%s%s%s", path,
crypto/openssh/sftp-server.c
1959
snprintf(uidstr, sizeof(uidstr), "%llu",
crypto/openssh/sftp.c
1092
snprintf(s_icapacity, sizeof(s_icapacity), "%3llu%%",
crypto/openssh/sftp.c
1099
snprintf(s_dcapacity, sizeof(s_dcapacity), "%3llu%%",
crypto/openssh/sftp.c
2263
snprintf(cmd, sizeof cmd, "cd \"%s\"", dir);
crypto/openssh/sftp.c
2274
snprintf(cmd, sizeof cmd, "get%s %s%s%s",
crypto/openssh/sftp.c
371
snprintf(buf, len, _PATH_LS " %s", args);
crypto/openssh/srclimit.c
255
snprintf(s + o, slen - o, "/%d", masklen);
crypto/openssh/ssh-add.c
1030
snprintf(buf, sizeof(buf), "%s/%s", pw->pw_dir,
crypto/openssh/ssh-add.c
306
snprintf(msg, sizeof msg, "Enter passphrase for %s%s: ",
crypto/openssh/ssh-add.c
325
snprintf(msg, sizeof msg,
crypto/openssh/ssh-agent.c
2428
snprintf(socket_name, sizeof socket_name,
crypto/openssh/ssh-agent.c
2480
snprintf(pidstrbuf, sizeof pidstrbuf, "%ld", (long)pid);
crypto/openssh/ssh-keygen.c
1161
snprintf(comment, sizeof comment, "%s@%s", pw->pw_name,
crypto/openssh/ssh-keygen.c
301
snprintf(identity_file, sizeof(identity_file),
crypto/openssh/ssh-keygen.c
361
snprintf(comment, sizeof(comment),
crypto/openssh/ssh-keygen.c
3958
snprintf(comment, sizeof comment, "%s@%s", pw->pw_name, hostname);
crypto/openssh/ssh-keyscan.c
367
snprintf(strport, sizeof strport, "%d", ssh_port);
crypto/openssh/ssh-keyscan.c
475
n = snprintf(buf, sizeof buf, "SSH-%d.%d-OpenSSH-keyscan\r\n",
crypto/openssh/ssh-pkcs11.c
263
snprintf(prompt, sizeof(prompt), "Enter PIN for '%s': ",
crypto/openssh/ssh.c
1337
snprintf(port_s, sizeof(port_s), "%d", options.jump_port);
crypto/openssh/ssh.c
268
snprintf(strport, sizeof strport, "%d", port);
crypto/openssh/ssh.c
314
snprintf(strport, sizeof strport, "%u", default_ssh_port());
crypto/openssh/ssh.c
345
snprintf(strport, sizeof strport, "%u", port);
crypto/openssh/ssh.c
579
r = snprintf(buf, sizeof buf, "%s/%s", pw->pw_dir,
crypto/openssh/sshconnect.c
1242
snprintf(hostline, sizeof(hostline), "%s,%s", host, ip);
crypto/openssh/sshconnect.c
1413
snprintf(msg, sizeof(msg),
crypto/openssh/sshconnect.c
1420
snprintf(msg + len, sizeof(msg) - len,
crypto/openssh/sshconnect.c
96
snprintf(strport, sizeof strport, "%d", port);
crypto/openssh/sshconnect2.c
1102
snprintf(prompt, sizeof(prompt),
crypto/openssh/sshconnect2.c
1112
snprintf(prompt, sizeof(prompt),
crypto/openssh/sshconnect2.c
1121
snprintf(prompt, sizeof(prompt),
crypto/openssh/sshconnect2.c
1535
snprintf(prompt, sizeof prompt,
crypto/openssh/sshd-auth.c
611
snprintf(pid_s, sizeof(pid_s), "%ld", (unsigned long)getpid());
crypto/openssh/sshd-session.c
1019
snprintf(pid_s, sizeof(pid_s), "%ld", (unsigned long)getpid());
crypto/openssh/sshd-session.c
784
snprintf(text + i*3, sizeof(text) - i*3,
crypto/openssh/sshd.c
1543
snprintf(pid_s, sizeof(pid_s), "%ld", (unsigned long)getpid());
crypto/openssh/sshkey.c
1061
snprintf(hex, sizeof(hex), "%s%02x",
crypto/openssh/sshkey.c
1201
r = snprintf(title, sizeof(title), "[%s %u]",
crypto/openssh/sshkey.c
1205
r = snprintf(title, sizeof(title), "[%s]", sshkey_type(k));
crypto/openssh/sshkey.c
1209
r = snprintf(hash, sizeof(hash), "[%s]", alg);
crypto/openssh/sshkey.c
2522
snprintf(ret, sizeof(ret), "before %s", to);
crypto/openssh/sshkey.c
2524
snprintf(ret, sizeof(ret), "after %s", from);
crypto/openssh/sshkey.c
2526
snprintf(ret, sizeof(ret), "from %s to %s", from, to);
crypto/openssl/doc/designs/ddd/ddd-01-conn-blocking.c
151
snprintf(host_port, sizeof(host_port), "%s:%s", argv[1], argv[2]);
crypto/openssl/doc/designs/ddd/ddd-01-conn-blocking.c
152
mlen = snprintf(msg, sizeof(msg),
crypto/openssl/doc/designs/ddd/ddd-02-conn-nonblocking-threads.c
274
snprintf(host_port, sizeof(host_port), "%s:%s", argv[1], argv[2]);
crypto/openssl/doc/designs/ddd/ddd-02-conn-nonblocking-threads.c
275
tx_len = snprintf(tx_msg, sizeof(tx_msg),
crypto/openssl/doc/designs/ddd/ddd-02-conn-nonblocking.c
337
snprintf(host_port, sizeof(host_port), "%s:%s", argv[1], argv[2]);
crypto/openssl/doc/designs/ddd/ddd-02-conn-nonblocking.c
338
tx_len = snprintf(tx_msg, sizeof(tx_msg),
crypto/openssl/doc/designs/ddd/ddd-03-fd-blocking.c
151
mlen = snprintf(msg, sizeof(msg),
crypto/openssl/doc/designs/ddd/ddd-04-fd-nonblocking.c
319
tx_len = snprintf(tx_msg, sizeof(tx_msg),
crypto/openssl/doc/designs/ddd/ddd-05-mem-nonblocking.c
371
tx_len = snprintf(tx_msg, sizeof(tx_msg),
crypto/openssl/doc/designs/ddd/ddd-06-mem-uv.c
730
mlen = snprintf(tx_msg, sizeof(tx_msg),
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop-server.c
508
snprintf(path, BUF_SIZE, "%s/%s", fileprefix, reqname);
include/stdio.h
313
int (snprintf)(char * __restrict, size_t, const char * __restrict,
lib/clang/liblldb/LLDBWrapLua.cpp
158
# define SWIG_snprintf(O,S,F,A) snprintf(O,S,F,A)
lib/clang/liblldb/LLDBWrapLua.cpp
159
# define SWIG_snprintf2(O,S,F,A,B) snprintf(O,S,F,A,B)
lib/geom/eli/geom_eli.c
365
snprintf(name, sizeof(name), "%s%s", prov, G_ELI_SUFFIX);
lib/geom/eli/geom_eli.c
385
snprintf(argname, sizeof(argname), "%s%s%d",
lib/geom/eli/geom_eli.c
994
snprintf(backfile, sizeof(backfile), "%s%s.eli",
lib/geom/mirror/geom_mirror.c
491
snprintf(ssize, sizeof(ssize), "%ju", (uintmax_t)size);
lib/geom/part/geom_part.c
1187
snprintf(dsf, sizeof(dsf), "/dev/%s", pp->lg_name);
lib/geom/part/geom_part.c
299
idx += snprintf(buf + idx, sizeof(buf) - idx, "%s%s",
lib/geom/part/geom_part.c
303
snprintf(buf + idx, sizeof(buf) - idx, "] ");
lib/geom/part/geom_part.c
427
snprintf(ssize, sizeof(ssize), "%jd", (intmax_t)new_size);
lib/geom/part/geom_part.c
604
snprintf(ssize, sizeof(ssize), "%jd", (intmax_t)size);
lib/geom/part/geom_part.c
606
snprintf(sstart, sizeof(sstart), "%jd", (intmax_t)start);
lib/geom/virstor/geom_virstor.c
200
snprintf(param, sizeof(param), "arg%u", i);
lib/geom/virstor/geom_virstor.c
269
snprintf(param, sizeof(param), "arg%u", i);
lib/geom/virstor/geom_virstor.c
378
snprintf(param, sizeof(param), "arg%u", i);
lib/geom/virstor/geom_virstor.c
459
snprintf(param, sizeof(param), "arg%u", i);
lib/geom/virstor/geom_virstor.c
524
snprintf(param, sizeof(param), "arg%u", i);
lib/libbe/be.c
312
snprintf(bdd->target_name, BE_MAXPATHLEN, "%s/", zfs_get_name(zfs_hdl));
lib/libbe/be.c
373
snprintf(path, sizeof(path), "%s@%s", zfs_get_name(zfs_hdl),
lib/libbe/be.c
561
snprintf(buf + len, buflen - len, "-%d", serial);
lib/libbe/be.c
606
snprintf(result, BE_MAXPATHLEN, "%s@%s", source,
lib/libbe/be.c
727
snprintf(result, result_size, "%s/%s", ldc->lbh->root, ldc->bename);
lib/libbe/be.c
754
snprintf(snap_path, sizeof(snap_path), "%s@%s", dspath, ldc->snapname);
lib/libbe/be.c
993
snprintf(result, BE_MAXPATHLEN, "%s/%s", lbh->root,
lib/libbe/be_access.c
249
if (snprintf(mnt_temp, sizeof(mnt_temp), "%s%s%sXXXX", tmpdir,
lib/libbe/be_access.c
77
snprintf(tmp, BE_MAXPATHLEN, "%s", info->mountpoint);
lib/libbe/be_access.c
97
snprintf(tmp, BE_MAXPATHLEN, "%s%s", info->mountpoint,
lib/libbluetooth/hci.c
788
snprintf(nodename, nnlen, "%s%uhci", *p, unit);
lib/libc/db/btree/bt_open.c
392
len = snprintf(path,
lib/libc/db/hash/hash_page.c
856
len = snprintf(path,
lib/libc/db/test/dbtest.c
145
(void)snprintf(buf, sizeof(buf), "%s/__dbtest", p);
lib/libc/gen/devname.c
60
snprintf(buf, len, "#%c:%#jx",
lib/libc/gen/getbsize.c
96
(void)snprintf(header, sizeof(header), "%ld%s-blocks", n, form);
lib/libc/gen/getcap.c
239
(void)snprintf(pbuf, sizeof(pbuf), "%s.db", *db_p);
lib/libc/gen/getgrent.c
1000
if (snprintf(buf, sizeof(buf), "%lu",
lib/libc/gen/getgrent.c
1008
if (snprintf(buf, sizeof(buf), "group-%ld",
lib/libc/gen/getgrent.c
1141
if (snprintf(buffer, bufsize, "%lu",
lib/libc/gen/getnetgrent.c
487
snprintf(key, MAXHOSTNAMELEN, "%s.%s", str,
lib/libc/gen/getnetgrent.c
491
snprintf(key, MAXHOSTNAMELEN, "%s.*", str);
lib/libc/gen/getnetgrent.c
494
snprintf(key, MAXHOSTNAMELEN, "*.%s",
lib/libc/gen/getnetgrent.c
498
snprintf(key, MAXHOSTNAMELEN, "*.*");
lib/libc/gen/getnetgrent.c
823
snprintf(line, LINSIZ, "%s %s", group, result);
lib/libc/gen/getpwent.c
1138
if (snprintf(buf, sizeof(buf), "%lu",
lib/libc/gen/getpwent.c
1146
if (snprintf(buf, sizeof(buf), "passwd-%ld",
lib/libc/gen/getpwent.c
1221
if (snprintf(buffer, bufsize, "master.passwd.by%s",
lib/libc/gen/getpwent.c
1231
if (snprintf(buffer, bufsize, "passwd.by%s",
lib/libc/gen/getpwent.c
1337
if (snprintf(buffer, bufsize, "%lu",
lib/libc/gen/getusershell.c
152
snprintf(shellname, sizeof(shellname)-1, "shells-%d", hsindex);
lib/libc/gen/memfd_create.c
80
snprintf(memfd_name, NAME_MAX + 1, "%s%s", MEMFD_NAME_PREFIX, name);
lib/libc/gen/setproctitle.c
104
(void)snprintf(buf, SPT_BUFSIZE, "%s: ", _getprogname());
lib/libc/gen/setproctitle.c
159
snprintf(obuf + len, SPT_BUFSIZE - len, "%s%s",
lib/libc/gen/sig2str.c
53
(void)snprintf(str, SIG2STR_MAX, "%d", signum);
lib/libc/gen/sig2str.c
59
(void)snprintf(str, SIG2STR_MAX, "%s+%d",
lib/libc/gen/sig2str.c
62
(void)snprintf(str, SIG2STR_MAX, "%s-%d",
lib/libc/gen/timezone.c
123
(void)snprintf(czone, sizeof(czone),
lib/libc/gen/uexterr_format.c
79
snprintf(buf, bufsz, ue->msg, (uintmax_t)ue->p1,
lib/libc/gen/uexterr_format.c
90
snprintf(lbuf, sizeof(lbuf), SRC_FMT,
lib/libc/gen/uexterr_format.c
94
snprintf(lbuf, sizeof(lbuf),
lib/libc/gen/wordexp.c
147
snprintf(wfdstr, sizeof(wfdstr), "%d", pdesw[0]);
lib/libc/gmon/gmon.c
149
snprintf(outname, sizeof(outname), "%s.%d.gmon",
lib/libc/gmon/gmon.c
152
snprintf(outname, sizeof(outname), "%s.gmon", _getprogname());
lib/libc/iconv/citrus_csmapper.c
136
snprintf(buf, sizeof(buf), "%.*s",
lib/libc/iconv/citrus_csmapper.c
206
snprintf(pa->dst, sizeof(pa->dst),
lib/libc/iconv/citrus_csmapper.c
208
snprintf(buf, sizeof(buf),
lib/libc/iconv/citrus_csmapper.c
308
snprintf(buf, sizeof(buf), "%s/%s,%s/%s", src, pivot, pivot, dst);
lib/libc/iconv/citrus_csmapper.c
366
snprintf(key, sizeof(key), "%s/%s", realsrc, realdst);
lib/libc/iconv/citrus_esdb.c
149
snprintf(buf, sizeof(buf),
lib/libc/iconv/citrus_esdb.c
156
snprintf(buf, sizeof(buf),
lib/libc/iconv/citrus_esdb.c
199
snprintf(path, sizeof(path), "%s/%s", _PATH_ESDB, ESDB_ALIAS);
lib/libc/iconv/citrus_esdb.c
203
snprintf(path, sizeof(path), "%s/%s", _PATH_ESDB, ESDB_DIR);
lib/libc/iconv/citrus_esdb.c
210
snprintf(path, sizeof(path), "%s/%s", _PATH_ESDB, encfile);
lib/libc/iconv/citrus_esdb.c
293
snprintf(buf, sizeof(buf), "%.*s/%.*s",
lib/libc/iconv/citrus_esdb.c
311
snprintf(buf, sizeof(buf), "%.*s",
lib/libc/iconv/citrus_esdb.c
319
snprintf(buf1, sizeof(buf1), "%.*s",
lib/libc/iconv/citrus_esdb.c
326
snprintf(buf, sizeof(buf), "%s/%.*s", buf1,
lib/libc/iconv/citrus_iconv.c
216
snprintf(convname, sizeof(convname), "%s/%s", src, dst);
lib/libc/iconv/citrus_iconv.c
311
snprintf(path, sizeof(path), "%s/%s", _PATH_ICONV, _CITRUS_ICONV_ALIAS);
lib/libc/iconv/citrus_lookup.c
145
snprintf(path, sizeof(path), "%s.db", name);
lib/libc/iconv/citrus_lookup.c
356
snprintf(linebuf, linebufsize, "%.*s", (int)_region_size(&data),
lib/libc/iconv/citrus_lookup_factory.c
67
snprintf(key, sizeof(key), "%.*s", (int)(p-line), line);
lib/libc/iconv/citrus_lookup_factory.c
73
snprintf(data, sizeof(data), "%.*s", (int)len, line);
lib/libc/iconv/citrus_mapper.c
139
snprintf(path, (size_t)PATH_MAX, "%s/%s", dir, _CITRUS_MAPPER_DIR);
lib/libc/iconv/citrus_mapper.c
87
snprintf(path, (size_t)PATH_MAX, "%s/%s", area, _CITRUS_MAPPER_DIR);
lib/libc/iconv/citrus_module.c
241
snprintf(path, sizeof(path), "%s/%s", search_dirs[i],
lib/libc/iconv/citrus_module.c
268
snprintf(name, sizeof(name), "_citrus_%s_%s_getops",
lib/libc/iconv/citrus_module.c
292
(void)snprintf(path, sizeof(path), "lib%s", encname);
lib/libc/iconv/citrus_pivot_factory.c
128
snprintf(key1, sizeof(key1), "%.*s", (int)(p - line), line);
lib/libc/iconv/citrus_pivot_factory.c
137
snprintf(key2, sizeof(key2), "%.*s", (int)(p - line), line);
lib/libc/iconv/citrus_pivot_factory.c
142
snprintf(data, sizeof(data), "%.*s", (int)len, line);
lib/libc/inet/inet_net_ntop.c
105
advance = snprintf(dst, ep - dst, "%u", *src++);
lib/libc/inet/inet_net_ntop.c
125
advance = snprintf(dst, ep - dst, "%u", *src & m);
lib/libc/inet/inet_net_ntop.c
134
advance = snprintf(dst, ep - dst, "/%u", bits);
lib/libc/inet/inet_net_ntop.c
159
ret = snprintf(dst, size, "%s/%d", buf, bits);
lib/libc/inet/inet_ntop.c
85
l = snprintf(tmp, sizeof(tmp), fmt, src[0], src[1], src[2], src[3]);
lib/libc/net/eui64.c
203
i = snprintf(a, len, "%02x-%02x-%02x-%02x-%02x-%02x-%02x-%02x",
lib/libc/net/getaddrinfo.c
3063
snprintf(nbuf, sizeof(nbuf), "%s.%s", name, domain);
lib/libc/net/getnameinfo.c
213
snprintf(numserv, sizeof(numserv), "%u", ntohs(port));
lib/libc/net/getnameinfo.c
409
n = snprintf(buf, bufsiz, "%u", sa6->sin6_scope_id);
lib/libc/net/getnameinfo.c
426
n = snprintf(buf, bufsiz, "%u", sa6->sin6_scope_id);
lib/libc/net/getnameinfo.c
454
n = snprintf(host, hostlen, "link#%d", sdl->sdl_index);
lib/libc/net/getnameinfo.c
517
n = snprintf(outp, hostlen, "%s%02x",
lib/libc/net/getservent.c
550
key.size = snprintf(buf, sizeof(buf),
lib/libc/net/getservent.c
553
key.size = snprintf(buf, sizeof(buf),
lib/libc/net/getservent.c
567
key.size = snprintf(buf, sizeof(buf),
lib/libc/net/getservent.c
570
key.size = snprintf(buf, sizeof(buf),
lib/libc/net/getservent.c
582
key.size = snprintf(buf, sizeof(buf), "%d",
lib/libc/net/nsdispatch.c
512
if (snprintf(buf, sizeof(buf), "nss_%s.so.%d", mod.name,
lib/libc/net/rcmd.c
118
(void)snprintf(num, sizeof(num), "%d", ntohs(rport));
lib/libc/net/rcmd.c
217
(void)snprintf(num, sizeof(num), "%d", lport);
lib/libc/net/rcmdsh.c
86
(void)snprintf(num, sizeof(num), "%u",
lib/libc/posix1e/acl_id_to_name.c
70
i = snprintf(buf, buf_len, "%d", id);
lib/libc/posix1e/acl_id_to_name.c
72
i = snprintf(buf, buf_len, "%s", p->pw_name);
lib/libc/posix1e/acl_id_to_name.c
86
i = snprintf(buf, buf_len, "%d", id);
lib/libc/posix1e/acl_id_to_name.c
88
i = snprintf(buf, buf_len, "%s", g->gr_name);
lib/libc/posix1e/acl_support_nfs4.c
101
off += snprintf(str + off, size - off, "%s/", tmp);
lib/libc/posix1e/acl_to_text_nfs4.c
121
snprintf(str, size, "allow");
lib/libc/posix1e/acl_to_text_nfs4.c
124
snprintf(str, size, "deny");
lib/libc/posix1e/acl_to_text_nfs4.c
127
snprintf(str, size, "audit");
lib/libc/posix1e/acl_to_text_nfs4.c
130
snprintf(str, size, "alarm");
lib/libc/posix1e/acl_to_text_nfs4.c
161
snprintf(str, size, ":%d", (unsigned int)*id);
lib/libc/posix1e/acl_to_text_nfs4.c
194
off += snprintf(str + off, size - off, "%*s:", len, buf);
lib/libc/posix1e/acl_to_text_nfs4.c
200
off += snprintf(str + off, size - off, "%s:", buf);
lib/libc/posix1e/acl_to_text_nfs4.c
206
off += snprintf(str + off, size - off, "%s:", buf);
lib/libc/posix1e/acl_to_text_nfs4.c
211
off += snprintf(str + off, size - off, "%s", buf);
lib/libc/posix1e/acl_to_text_nfs4.c
217
off += snprintf(str + off, size - off, "%s", buf);
lib/libc/posix1e/acl_to_text_nfs4.c
220
off += snprintf(str + off, size - off, "\n");
lib/libc/posix1e/acl_to_text_nfs4.c
59
snprintf(str, size, "owner@");
lib/libc/posix1e/acl_to_text_nfs4.c
72
snprintf(str, size, "user:%d", (unsigned int)*id);
lib/libc/posix1e/acl_to_text_nfs4.c
74
snprintf(str, size, "user:%s", pwd->pw_name);
lib/libc/posix1e/acl_to_text_nfs4.c
79
snprintf(str, size, "group@");
lib/libc/posix1e/acl_to_text_nfs4.c
92
snprintf(str, size, "group:%d", (unsigned int)*id);
lib/libc/posix1e/acl_to_text_nfs4.c
94
snprintf(str, size, "group:%s", grp->gr_name);
lib/libc/posix1e/acl_to_text_nfs4.c
99
snprintf(str, size, "everyone@");
lib/libc/rpc/auth_time.c
172
snprintf(hname, sizeof(hname), "%s.0.111", inet_ntoa(*a));
lib/libc/rpc/auth_time.c
187
snprintf(hname, sizeof(hname), "%s.0.111", inet_ntoa(*a));
lib/libc/rpc/clnt_perror.c
117
i = snprintf(str, len, "; errno = %s", strerror(e.re_errno));
lib/libc/rpc/clnt_perror.c
125
i = snprintf(str, len, "; low version = %u, high version = %u",
lib/libc/rpc/clnt_perror.c
135
i = snprintf(str, len, "; why = ");
lib/libc/rpc/clnt_perror.c
141
i = snprintf(str, len, "%s",err);
lib/libc/rpc/clnt_perror.c
143
i = snprintf(str, len,
lib/libc/rpc/clnt_perror.c
154
i = snprintf(str, len, "; low version = %u, high version = %u",
lib/libc/rpc/clnt_perror.c
163
i = snprintf(str, len, "; s1 = %u, s2 = %u",
lib/libc/rpc/clnt_perror.c
241
i = snprintf(str, len, "%s: ", s);
lib/libc/rpc/clnt_perror.c
89
if ((i = snprintf(str, len, "%s: ", s)) > 0) {
lib/libc/rpc/pmap_clnt.c
72
snprintf(buf, sizeof buf, "0.0.0.0.%d.%d",
lib/libc/rpc/rpcb_clnt.c
557
(void) snprintf(uidbuf, sizeof uidbuf, "%d", geteuid());
lib/libc/rpc/rpcb_clnt.c
598
(void) snprintf(uidbuf, sizeof uidbuf, "%d", geteuid());
lib/libc/stdio/tempnam.c
58
(void)snprintf(name, MAXPATHLEN, "%s%s%sXXXXXX", f,
lib/libc/stdio/tempnam.c
65
(void)snprintf(name, MAXPATHLEN, "%s%s%sXXXXXX", f,
lib/libc/stdio/tempnam.c
72
(void)snprintf(name, MAXPATHLEN, "%s%sXXXXXX", f, pfx);
lib/libc/stdio/tempnam.c
77
(void)snprintf(name, MAXPATHLEN, "%s%sXXXXXX", f, pfx);
lib/libc/stdio/tmpnam.c
54
(void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXX", P_tmpdir, tmpcount);
lib/libc/tests/gen/dir2_test.c
148
snprintf(filename, sizeof(filename), "%d", i);
lib/libc/tests/gen/dir2_test.c
71
snprintf(filename, sizeof(filename), "%d", i);
lib/libc/tests/gen/posix_spawn_test.c
108
snprintf(buf, sizeof(buf), "%s/spawnp_enoexec.sh",
lib/libc/tests/gen/posix_spawn_test.c
127
snprintf(buf, sizeof(buf), "%s/spawnp_enoexec.sh",
lib/libc/tests/gen/scandir_test.c
164
snprintf(path, sizeof(path), "dir/%04x", i);
lib/libc/tests/gen/sig2str_test.c
132
snprintf(fullname, sizeof(fullname), "SIG%s", sys_signame[sig]);
lib/libc/tests/gen/sig2str_test.c
151
snprintf(fullname, sizeof(fullname), "sig%s", sys_signame[sig]);
lib/libc/tests/gen/sig2str_test.c
172
snprintf(buf, sizeof(buf), "%d", sig);
lib/libc/tests/gen/wordexp_test.c
85
snprintf(longdata + 6 * i, 7, "%05d ", i);
lib/libc/tests/nss/getaddrinfo_test.c
161
written = snprintf(buffer, buflen, "%d %d %d %d %d ",
lib/libc/tests/nss/getaddrinfo_test.c
169
written = snprintf(buffer, buflen, "%s ",
lib/libc/tests/nss/getaddrinfo_test.c
177
written = snprintf(buffer, buflen, "(null)");
lib/libc/tests/nss/getaddrinfo_test.c
184
written = snprintf(buffer, buflen,
lib/libc/tests/nss/getaddrinfo_test.c
198
written = snprintf(buffer, buflen, ":");
lib/libc/tests/nss/getgr_test.c
176
written = snprintf(buffer, buflen, "%s:%s:%d:",
lib/libc/tests/nss/getgr_test.c
186
written = snprintf(buffer, buflen, "%s%s",
lib/libc/tests/nss/getgr_test.c
197
snprintf(buffer, buflen, "nomem");
lib/libc/tests/nss/getgr_test.c
199
snprintf(buffer, buflen, "(null)");
lib/libc/tests/nss/gethostby_test.c
407
written = snprintf(buffer, buflen, "%s %d %d",
lib/libc/tests/nss/gethostby_test.c
417
written = snprintf(buffer, buflen, " %s",*cp);
lib/libc/tests/nss/gethostby_test.c
427
written = snprintf(buffer, buflen, " noaliases");
lib/libc/tests/nss/gethostby_test.c
434
written = snprintf(buffer, buflen, " (null)");
lib/libc/tests/nss/gethostby_test.c
441
written = snprintf(buffer, buflen, " : ");
lib/libc/tests/nss/gethostby_test.c
451
written = snprintf(buffer, buflen,
lib/libc/tests/nss/gethostby_test.c
465
written = snprintf(buffer, buflen,
lib/libc/tests/nss/gethostby_test.c
474
written = snprintf(buffer, buflen, " noaddrs");
lib/libc/tests/nss/gethostby_test.c
481
written = snprintf(buffer, buflen, " (null)");
lib/libc/tests/nss/getproto_test.c
169
written = snprintf(buffer, buflen, "%s %d",
lib/libc/tests/nss/getproto_test.c
179
written = snprintf(buffer, buflen, " %s", *cp);
lib/libc/tests/nss/getproto_test.c
189
snprintf(buffer, buflen, " noaliases");
lib/libc/tests/nss/getproto_test.c
191
snprintf(buffer, buflen, " (null)");
lib/libc/tests/nss/getpw_test.c
138
snprintf(buffer, buflen, "%s:%s:%d:%d:%jd:%s:%s:%s:%s:%jd:%d",
lib/libc/tests/nss/getrpc_test.c
168
written = snprintf(buffer, buflen, "%s %d",
lib/libc/tests/nss/getrpc_test.c
178
written = snprintf(buffer, buflen, " %s", *cp);
lib/libc/tests/nss/getrpc_test.c
188
snprintf(buffer, buflen, " noaliases");
lib/libc/tests/nss/getrpc_test.c
190
snprintf(buffer, buflen, " (null)");
lib/libc/tests/nss/getserv_test.c
174
written = snprintf(buffer, buflen, "%s %d %s",
lib/libc/tests/nss/getserv_test.c
184
written = snprintf(buffer, buflen, " %s", *cp);
lib/libc/tests/nss/getserv_test.c
194
snprintf(buffer, buflen, " noaliases");
lib/libc/tests/nss/getserv_test.c
196
snprintf(buffer, buflen, " (null)");
lib/libc/tests/nss/getusershell_test.c
109
snprintf(buffer, buflen, "%s", us->path);
lib/libc/tests/resolv/resolv_test.c
106
snprintf(portstr, sizeof(portstr), "%d", port);
lib/libc/tests/secure/fortify_stdio_test.c
1076
snprintf(__stack.__buf, __len, "%.*s", (int)__len - 1, srcvar);
lib/libc/tests/secure/fortify_stdio_test.c
1101
snprintf(__stack.__buf, __len, "%.*s", (int)__len - 1, srcvar);
lib/libc/tests/secure/fortify_stdio_test.c
1127
snprintf(__stack.__buf, __len, "%.*s", (int)__len - 1, srcvar);
lib/libc/tests/secure/fortify_stdio_test.c
1153
snprintf(__stack.__buf, __len, "%.*s", (int)__len - 1, srcvar);
lib/libc/tests/secure/fortify_stdio_test.c
1188
snprintf(__stack.__buf, __len, "%.*s", (int)__len - 1, srcvar);
lib/libc/tests/stdio/print_positional_test.c
127
snprintf(buf, sizeof buf, "%2$.*4$s %2$.*3$s %1$s",
lib/libc/tests/stdio/print_positional_test.c
65
snprintf(buf, sizeof buf,
lib/libc/tests/stdio/snprintf_test.c
23
int ret = snprintf(buf, nitems(buf), format, \
lib/libc/tests/stdlib/clearenv_test.c
144
snprintf(buf, sizeof(buf), "%s=1", TEST_VARIABLE);
lib/libc/tests/stdlib/clearenv_test.c
50
snprintf(name, sizeof(name), "%s_%d", TEST_VARIABLE, i);
lib/libc/tests/stdlib/clearenv_test.c
51
snprintf(value, sizeof(value), "%d", i);
lib/libc/tests/stdlib/clearenv_test.c
65
snprintf(name, sizeof(name), "%s_%d", TEST_VARIABLE, i);
lib/libc/tests/stdlib/strfmon_test.c
221
snprintf(format, sizeof(format), "[%s] [%s]",
lib/libc/tests/stdlib/strfmon_test.c
76
snprintf(format, sizeof(format), "[%s] [%s] [%s]",
lib/libc/tests/stdlib/system_test.c
118
snprintf(fn, sizeof(fn), "lock%d", i);
lib/libc/tests/stdlib/system_test.c
125
snprintf(fn, sizeof(fn), "flag%d", i);
lib/libc/tests/stdlib/system_test.c
143
snprintf(fn, sizeof(fn), "flag%d", i);
lib/libc/tests/stdlib/system_test.c
91
snprintf(cmd, sizeof(cmd), "rm flag%d ; lockf -ns lock%d true", i, i);
lib/libc/tests/stdtime/detect_tz_changes_test.c
384
len = snprintf(path, sizeof(path), "%s/%s", TZDIR, tzcase->tzfn);
lib/libc/tests/stdtime/detect_tz_changes_test.c
390
len = snprintf(path, sizeof(path), "%s/////%s", TZDIR, tzcase->tzfn);
lib/libc/tests/string/strerror_test.c
46
snprintf(buf, sizeof(buf), "Unknown error: %d", INT_MAX);
lib/libc/yp/yplib.c
371
snprintf(path, sizeof(path), "%s/%s.%d", BINDINGDIR, dom, 2);
lib/libcam/camlib.c
122
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
152
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
180
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
192
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
205
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
281
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
298
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
311
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
334
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
346
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
354
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
362
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
388
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
431
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
459
snprintf(tmpstr, sizeof(tmpstr),
lib/libcam/camlib.c
464
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
482
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
513
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
544
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
572
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
585
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
599
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
614
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
638
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
695
snprintf(str, len, "No path");
lib/libcam/camlib.c
699
snprintf(str, len, "(%s%d:%s%d:%d:%d:%jx): ",
lib/libcam/camlib.c
720
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
727
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
745
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcam/camlib.c
751
snprintf(cam_errbuf, nitems(cam_errbuf),
lib/libcasper/services/cap_dns/cap_dns.c
108
n = snprintf(nvlname, sizeof(nvlname), "addr%u", ii);
lib/libcasper/services/cap_dns/cap_dns.c
254
n = snprintf(nvlname, sizeof(nvlname), "res%u", ii);
lib/libcasper/services/cap_dns/cap_dns.c
343
n = snprintf(nvlname, sizeof(nvlname), "type%u", i);
lib/libcasper/services/cap_dns/cap_dns.c
366
n = snprintf(nvlname, sizeof(nvlname), "family%u", i);
lib/libcasper/services/cap_dns/cap_dns.c
447
n = snprintf(nvlname, sizeof(nvlname), "alias%u", ii);
lib/libcasper/services/cap_dns/cap_dns.c
458
n = snprintf(nvlname, sizeof(nvlname), "addr%u", ii);
lib/libcasper/services/cap_dns/cap_dns.c
655
n = snprintf(nvlname, sizeof(nvlname), "res%u", ii);
lib/libcasper/services/cap_dns/cap_dns.c
91
n = snprintf(nvlname, sizeof(nvlname), "alias%u", ii);
lib/libcasper/services/cap_grp/cap_grp.c
116
n = snprintf(nvlname, sizeof(nvlname), "gr_mem[%u]", ii);
lib/libcasper/services/cap_grp/cap_grp.c
130
n = snprintf(nvlname, sizeof(nvlname), "gr_mem[%u]", ii);
lib/libcasper/services/cap_grp/cap_grp.c
427
n = snprintf(nvlname, sizeof(nvlname), "gid%u", i);
lib/libcasper/services/cap_grp/cap_grp.c
432
n = snprintf(nvlname, sizeof(nvlname), "gid%u", i);
lib/libcasper/services/cap_grp/cap_grp.c
615
n = snprintf(nvlname, sizeof(nvlname), "gr_mem[%u]",
lib/libcasper/services/cap_net/cap_net.c
1031
n = snprintf(nvlname, sizeof(nvlname), "res%u", ii);
lib/libcasper/services/cap_net/cap_net.c
112
n = snprintf(nvlname, sizeof(nvlname), "alias%u", ii);
lib/libcasper/services/cap_net/cap_net.c
129
n = snprintf(nvlname, sizeof(nvlname), "addr%u", ii);
lib/libcasper/services/cap_net/cap_net.c
323
n = snprintf(nvlname, sizeof(nvlname), "res%u", ii);
lib/libcasper/services/cap_net/cap_net.c
764
n = snprintf(nvlname, sizeof(nvlname), "alias%u", ii);
lib/libcasper/services/cap_net/cap_net.c
775
n = snprintf(nvlname, sizeof(nvlname), "addr%u", ii);
lib/libcasper/services/cap_pwd/cap_pwd.c
380
n = snprintf(nvlname, sizeof(nvlname), "uid%u", i);
lib/libcasper/services/cap_pwd/cap_pwd.c
385
n = snprintf(nvlname, sizeof(nvlname), "name%u", i);
lib/libdevdctl/event.cc
440
snprintf(timebuf, bufsize, " timestamp=%" PRId64,
lib/libdevinfo/devinfo.c
330
snprintf(dm->dm_desc, DEVINFO_STRLEN, "%s", urman.rm_descr);
lib/libdevstat/devstat.c
1043
snprintf(devstat_errbuf, sizeof(devstat_errbuf),
lib/libdevstat/devstat.c
1061
snprintf(devstat_errbuf, sizeof(devstat_errbuf),
lib/libdevstat/devstat.c
1073
snprintf(devstat_errbuf, sizeof(devstat_errbuf),
lib/libdevstat/devstat.c
1128
snprintf(devstat_errbuf,
lib/libdevstat/devstat.c
1154
snprintf(devstat_errbuf, sizeof(devstat_errbuf),
lib/libdevstat/devstat.c
1250
snprintf(devstat_errbuf, sizeof(devstat_errbuf),
lib/libdevstat/devstat.c
1299
snprintf(devstat_errbuf, sizeof(devstat_errbuf),
lib/libdevstat/devstat.c
1577
snprintf(devstat_errbuf, sizeof(devstat_errbuf),
lib/libdevstat/devstat.c
1597
snprintf(devstat_errbuf, sizeof(devstat_errbuf),
lib/libdevstat/devstat.c
1614
snprintf(devstat_errbuf, sizeof(devstat_errbuf),
lib/libdevstat/devstat.c
1645
snprintf(devstat_errbuf, sizeof(devstat_errbuf),
lib/libdevstat/devstat.c
1666
snprintf(devstat_errbuf, sizeof(devstat_errbuf),
lib/libdevstat/devstat.c
183
snprintf(devstat_errbuf, sizeof(devstat_errbuf),
lib/libdevstat/devstat.c
220
snprintf(devstat_errbuf, sizeof(devstat_errbuf),
lib/libdevstat/devstat.c
254
snprintf(devstat_errbuf, sizeof(devstat_errbuf),
lib/libdevstat/devstat.c
292
res = snprintf(devstat_errbuf + buflen,
lib/libdevstat/devstat.c
304
res = snprintf(devstat_errbuf + buflen,
lib/libdevstat/devstat.c
309
res = snprintf(devstat_errbuf + buflen,
lib/libdevstat/devstat.c
345
snprintf(devstat_errbuf, sizeof(devstat_errbuf),
lib/libdevstat/devstat.c
375
snprintf(devstat_errbuf, sizeof(devstat_errbuf),
lib/libdevstat/devstat.c
419
snprintf(devstat_errbuf,
lib/libdevstat/devstat.c
427
snprintf(devstat_errbuf, sizeof(devstat_errbuf),
lib/libdevstat/devstat.c
602
snprintf(devstat_errbuf, sizeof(devstat_errbuf),
lib/libdevstat/devstat.c
636
snprintf(devstat_errbuf, sizeof(devstat_errbuf),
lib/libdevstat/devstat.c
682
snprintf(tmpstr, sizeof(tmpstr), "%s%d",
lib/libdpv/dialog_util.c
131
snprintf(cmdbuf, LINE_MAX, "%s --print-maxsize 2>&1", dialog);
lib/libdpv/dialog_util.c
240
snprintf(dialog, PATH_MAX, "%s", cp);
lib/libdpv/dialog_util.c
301
snprintf(dargv[n++], 40, "%u", height);
lib/libdpv/dialog_util.c
304
snprintf(dargv[n++], 40, "%u", width);
lib/libdpv/dialogrc.c
137
snprintf(option->value.str, STR_BUFSIZE, "%s", val);
lib/libdpv/dialogrc.c
269
snprintf(option->value.str, STR_BUFSIZE, "%s", value);
lib/libdpv/dialogrc.c
293
snprintf(path, PATH_MAX, "%s", cp);
lib/libdpv/dialogrc.c
296
snprintf(path, PATH_MAX, "%s", cp);
lib/libdpv/dialogrc.c
307
snprintf(cp, PATH_MAX - len, "%s", DIALOGRC);
lib/libdpv/dialogrc.c
321
snprintf(gauge_color, STR_BUFSIZE, "%s",
lib/libdpv/dprompt.c
256
snprintf(done, done_size + 1, DPV_DONE_DEFAULT);
lib/libdpv/dprompt.c
281
snprintf(fail, fail_size + 1, DPV_FAIL_DEFAULT);
lib/libdpv/dprompt.c
306
snprintf(pend, pend_size + 1, DPV_PENDING_DEFAULT);
lib/libdpv/dprompt.c
419
snprintf(pbar, pbar_size + 1, "%*s%3u%%%*s", pct_lsize, "",
lib/libdpv/dprompt.c
440
snprintf(pbar, sizeof(pbar),
lib/libdpv/dprompt.c
489
if (snprintf(flabel, flabel_size + 1, "%s", name) >
lib/libdpv/dprompt.c
503
snprintf(cp, flabel_size -
lib/libdpv/dprompt.c
602
snprintf(msg, PROMPT_MAX + 1, "%s", fp->msg);
lib/libdpv/dprompt.c
705
return (snprintf(str, PROMPT_MAX, "%s%s%s%s", use_color ? "\\Zn" : "",
lib/libdpv/dpv.c
174
snprintf(aprompt, DPV_APROMPT_MAX, "%s",
lib/libdpv/dpv.c
184
snprintf(pprompt, DPV_APROMPT_MAX, "%s",
lib/libdpv/dpv.c
253
snprintf(dialog, PATH_MAX, XDIALOG);
lib/libdpv/dpv.c
513
snprintf(status_format_default, DPV_STATUS_FORMAT_MAX, "%s",
lib/libdpv/dpv.c
517
snprintf(status_format_default, DPV_STATUS_FORMAT_MAX, "%s",
lib/libdpv/dpv.c
575
len = snprintf(pathbuf,
lib/libdpv/dpv.c
578
len = snprintf(pathbuf,
lib/libdpv/util.c
70
len = snprintf(cmdbuf, CMDBUFMAX, cmd, label);
lib/libdpv/util.c
72
len = snprintf(cmdbuf, CMDBUFMAX, "%s", cmd);
lib/libefivar/efivar-dp-format.c
43
#define UnicodeSPrint snprintf
lib/libfetch/common.c
1598
snprintf(tmp->name, PATH_MAX, "%s", name);
lib/libfetch/common.c
162
snprintf(fetchLastErrString, MAXERRSTRING, "%s", p->string);
lib/libfetch/common.c
1630
if (snprintf(fn, sizeof(fn), "%s", p) >= (int)sizeof(fn)) {
lib/libfetch/common.c
1641
if (snprintf(fn, sizeof(fn), "%s/.netrc", p) >= (int)sizeof(fn))
lib/libfetch/common.c
1695
if (snprintf(url->user, sizeof(url->user),
lib/libfetch/common.c
1703
if (snprintf(url->pwd, sizeof(url->pwd),
lib/libfetch/common.c
221
snprintf(fetchLastErrString, MAXERRSTRING, "%s", strerror(errno));
lib/libfetch/common.c
342
len = snprintf(hbuf, sizeof(hbuf),
lib/libfetch/common.c
361
if (snprintf(sbuf, sizeof(sbuf), "%d", port) < 0)
lib/libfetch/fetch.c
282
#define seturl(x) snprintf(u->x, sizeof(u->x), "%s", x)
lib/libfetch/ftp.c
938
if ((len = snprintf(pbuf, MAXLOGNAME + 1, "%s@", logname)) < 0)
lib/libfetch/http.c
1654
snprintf(hbuf, sizeof(hbuf), "%s:%d", host, url->port);
lib/libgpio/gpio.c
43
snprintf(device, sizeof(device), "/dev/gpioc%u", unit);
lib/libgssapi/gss_mech_switch.c
163
snprintf(buf, sizeof(buf), "%s_%s", \
lib/libgssapi/gss_mech_switch.c
174
snprintf(buf, sizeof(buf), "%s_%s", \
lib/libiconv_modules/ISO2022/citrus_iso2022.c
397
snprintf(buf, sizeof(buf), "%.*s", (int)len, v);
lib/libiconv_modules/mapper_646/citrus_mapper_646.c
126
snprintf(buf, sizeof(buf), "%.*s", (int)len, p);
lib/libiconv_modules/mapper_646/citrus_mapper_646.c
156
snprintf(path, sizeof(path), "%s/%.*s",
lib/libiconv_modules/mapper_serial/citrus_mapper_serial.c
133
snprintf(mapname, sizeof(mapname), "%.*s",
lib/libiconv_modules/mapper_std/citrus_mapper_std.c
364
snprintf(path, sizeof(path), "%s/%.*s", curdir, (int)lenvar,
lib/libipsec/ipsec_dump_policy.c
122
snprintf(buf, buflen, "%s %s", ipsp_dir_strs[xpl->sadb_x_policy_dir],
lib/libipsec/ipsec_dump_policy.c
162
snprintf(buf + strlen(buf), buflen - strlen(buf),
lib/libipsec/ipsec_dump_policy.c
255
snprintf(buf, len, "%s/%s/%s/%s", proto, mode, abuf, level);
lib/libipsec/ipsec_dump_policy.c
263
snprintf(buf, len, "%s/%s/%s/%s%c%u", proto, mode, abuf, level,
lib/libipsec/ipsec_dump_policy.c
280
snprintf(buf, len, "%s-%s", tmp1, tmp2);
lib/libipsec/pfkey_dump.c
598
snprintf(prefbuf, sizeof(prefbuf), "/%u", pref);
lib/libipsec/pfkey_dump.c
604
snprintf(portbuf, sizeof(portbuf), "[%s]", "any");
lib/libipsec/pfkey_dump.c
606
snprintf(portbuf, sizeof(portbuf), "[%u]", port);
lib/libipsec/pfkey_dump.c
609
snprintf(buf, sizeof(buf), "%s%s", prefbuf, portbuf);
lib/libjail/jail.c
1021
snprintf(desc.s, sizeof(desc.s), SJPARAM ".%s", name);
lib/libjail/jail.c
1025
snprintf(jail_errmsg, JAIL_ERRMSGLEN,
lib/libjail/jail.c
1038
snprintf(desc.s, sizeof(desc.s), SJPARAM ".%s", nname);
lib/libjail/jail.c
1055
snprintf(desc.s, sizeof(desc.s), SJPARAM ".%s", nname);
lib/libjail/jail.c
1068
snprintf(jail_errmsg, JAIL_ERRMSGLEN,
lib/libjail/jail.c
1078
snprintf(jail_errmsg, JAIL_ERRMSGLEN,
lib/libjail/jail.c
1130
snprintf(jail_errmsg, JAIL_ERRMSGLEN,
lib/libjail/jail.c
1151
snprintf(jail_errmsg, JAIL_ERRMSGLEN,
lib/libjail/jail.c
1174
snprintf(jail_errmsg, JAIL_ERRMSGLEN,
lib/libjail/jail.c
1187
snprintf(jail_errmsg, JAIL_ERRMSGLEN,
lib/libjail/jail.c
1262
snprintf(jail_errmsg, sizeof(jail_errmsg),
lib/libjail/jail.c
1346
snprintf(jail_errmsg, JAIL_ERRMSGLEN,
lib/libjail/jail.c
1362
snprintf(jail_errmsg, JAIL_ERRMSGLEN,
lib/libjail/jail.c
1380
snprintf(jail_errmsg, JAIL_ERRMSGLEN, "%s: mac_from_text: %s",
lib/libjail/jail.c
319
snprintf(jail_errmsg, JAIL_ERRMSGLEN,
lib/libjail/jail.c
331
snprintf(jail_errmsg, JAIL_ERRMSGLEN,
lib/libjail/jail.c
345
snprintf(jail_errmsg, JAIL_ERRMSGLEN,
lib/libjail/jail.c
448
snprintf(jail_errmsg,
lib/libjail/jail.c
468
snprintf(jail_errmsg,
lib/libjail/jail.c
480
snprintf(jail_errmsg, JAIL_ERRMSGLEN,
lib/libjail/jail.c
519
snprintf(jail_errmsg, JAIL_ERRMSGLEN,
lib/libjail/jail.c
637
snprintf(jail_errmsg, sizeof(jail_errmsg), "jail_set: %s",
lib/libjail/jail.c
720
snprintf(jail_errmsg, sizeof(jail_errmsg),
lib/libjail/jail.c
831
snprintf(jail_errmsg, sizeof(jail_errmsg),
lib/libjail/jail.c
861
snprintf(jail_errmsg, JAIL_ERRMSGLEN,
lib/libjail/jail.c
899
snprintf(valbuf, sizeof(valbuf), "%d", ival);
lib/libjail/jail.c
902
snprintf(valbuf, sizeof(valbuf), "%u",
lib/libjail/jail.c
906
snprintf(valbuf, sizeof(valbuf), "%ld",
lib/libjail/jail.c
910
snprintf(valbuf, sizeof(valbuf), "%lu",
lib/libjail/jail.c
914
snprintf(valbuf, sizeof(valbuf), "%jd",
lib/libjail/jail.c
918
snprintf(valbuf, sizeof(valbuf), "%ju",
lib/libjail/jail.c
943
snprintf(jail_errmsg, JAIL_ERRMSGLEN,
lib/libjail/jail_getid.c
112
snprintf(jail_errmsg, JAIL_ERRMSGLEN, "jail_get: %s",
lib/libjail/jail_getid.c
81
snprintf(jail_errmsg, JAIL_ERRMSGLEN, "jail_get: %s",
lib/libkldelf/ef.c
188
snprintf(setsym, len, "%s%s", "__start_set_", name);
lib/libkldelf/ef.c
195
snprintf(setsym, len, "%s%s", "__stop_set_", name);
lib/libkvm/kvm_getswapinfo.c
85
snprintf( \
lib/libkvm/kvm_private.c
110
(void)snprintf(&cp[n], sizeof(kd->errbuf) - n, ": %s",
lib/libkvm/kvm_private.c
608
slen = snprintf(cp, ce - cp, "%s%s%c%s", prefix,
lib/libkvm/kvm_private.c
707
error = snprintf(symname, sizeof(symname), "%s%s", prefix,
lib/liblua/luaconf.h
593
#define l_sprintf(s,sz,f,i) snprintf(s,sz,f,i)
lib/libmixer/mixer.c
465
(void)snprintf(buf, sizeof(buf), "dev.pcm.%d.mode", unit);
lib/libmixer/mixer.c
512
n = snprintf(buf, size, BASEPATH "%d", unit);
lib/libmixer/mixer.c
90
(void)snprintf(m->name, sizeof(m->name), BASEPATH "%d", m->unit);
lib/libmt/mtlib.c
137
snprintf(mtinfo->error_str,
lib/libmt/mtlib.c
166
snprintf(mtinfo->error_str, sizeof(mtinfo->error_str),
lib/libmt/mtlib.c
175
snprintf(mtinfo->error_str, sizeof(mtinfo->error_str),
lib/libmt/mtlib.c
502
snprintf(print_params.root_name, sizeof(print_params.root_name),
lib/libmt/mtlib.c
523
snprintf(root_name, sizeof(root_name), "mtparamget");
lib/libmt/mtlib.c
71
snprintf(mtinfo->error_str, sizeof(mtinfo->error_str),
lib/libmt/mtlib.c
80
snprintf(mtinfo->error_str, sizeof(mtinfo->error_str),
lib/libmt/mtlib.c
88
snprintf(mtinfo->error_str, sizeof(mtinfo->error_str),
lib/libnetbsd/sockaddr_snprintf.c
161
(void)snprintf(abuf, sizeof(abuf), "link#%hu",
lib/libnetbsd/sockaddr_snprintf.c
203
(void)snprintf(nbuf, sizeof(nbuf), "%d", p);
lib/libnetbsd/sockaddr_snprintf.c
209
(void)snprintf(nbuf, sizeof(nbuf), "%d", sa->sa_family);
lib/libnetbsd/sockaddr_snprintf.c
213
(void)snprintf(nbuf, sizeof(nbuf), "%zu", salen);
lib/libnetbsd/sockaddr_snprintf.c
251
(void)snprintf(nbuf, sizeof(nbuf), "%d",
lib/libnetbsd/sockaddr_snprintf.c
261
(void)snprintf(nbuf, sizeof(nbuf), "%d",
lib/libnetbsd/sockaddr_snprintf.c
62
return snprintf(str, len, "sin_len=%u, sin_family=%u, sin_port=%u, "
lib/libnetbsd/sockaddr_snprintf.c
73
return snprintf(str, len, "sin6_len=%u, sin6_family=%u, sin6_port=%u, "
lib/libnetbsd/sockaddr_snprintf.c
86
return snprintf(str, len, "sun_len=%u, sun_family=%u, sun_path=%*s",
lib/libnetbsd/sockaddr_snprintf.c
97
return snprintf(str, len, "sdl_len=%u, sdl_family=%u, sdl_index=%u, "
lib/libnetbsd/strsuftoll.c
182
snprintf(ebuf, ebuflen,
lib/libnetbsd/strsuftoll.c
188
badnum: snprintf(ebuf, ebuflen,
lib/libnetbsd/strsuftoll.c
194
snprintf(ebuf, ebuflen, "%s %lld is less than %lld.",
lib/libnetbsd/strsuftoll.c
200
snprintf(ebuf, ebuflen,
lib/libnetgraph/debug.c
326
snprintf(buf, sizeof(buf), "%04x: ", count);
lib/libnetgraph/debug.c
329
snprintf(buf + strlen(buf),
lib/libnetgraph/debug.c
332
snprintf(buf + strlen(buf),
lib/libnetgraph/debug.c
334
snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf), " ");
lib/libnetgraph/debug.c
340
snprintf(buf + strlen(buf),
lib/libnetgraph/debug.c
344
snprintf(buf + strlen(buf),
lib/libnetgraph/msg.c
76
snprintf((char *)msg.header.cmdstr, NG_CMDSTRSIZ, "cmd%d", cmd);
lib/libnetgraph/sock.c
134
snprintf(namebuf, sizeof(namebuf), "[%lx]", (u_long) ni->id);
lib/libnetgraph/sock.c
151
snprintf(sg->sg_data, NG_NODESIZ + 1, "%s:", namebuf);
lib/libnv/tests/nvlist_send_recv_test.c
416
snprintf(name, sizeof(name), "fd%d", j);
lib/libnv/tests/nvlist_send_recv_test.c
458
snprintf(name, sizeof(name), "fd%d", j);
lib/libnvmf/nvmf_transport.c
286
snprintf(buf, sizeof(buf), "0x%02x\n", trtype);
lib/libpam/modules/pam_chroot/pam_chroot.c
66
if (snprintf(buf, sizeof(buf), "%.*s",
lib/libpam/modules/pam_ssh/pam_ssh.c
106
if (snprintf(fn, sizeof(fn), "%s/%s", dir, kfn) > (int)sizeof(fn))
lib/libpjdlog/pjdlog.c
147
snprintf(addr, sizeof(addr), "[unsupported family %hhu]",
lib/libpjdlog/pjdlog.c
172
snprintf(buf, sizeof(buf), "N/A");
lib/libpjdlog/pjdlog.c
174
snprintf(buf, sizeof(buf), "%s", sun->sun_path);
lib/libpjdlog/pjdlog.c
190
snprintf(buf, sizeof(buf), "%s:%u", addr, port);
lib/libpjdlog/pjdlog.c
206
snprintf(buf, sizeof(buf), "[%s]:%u", addr, port);
lib/libpjdlog/pjdlog.c
210
snprintf(buf, sizeof(buf), "[unsupported family %hhu]",
lib/libpmc/libpmc_json.cc
105
snprintf(eventbuf, sizeof(eventbuf),
lib/libpmc/libpmc_json.cc
120
snprintf(eventbuf, sizeof(eventbuf),
lib/libpmc/libpmc_json.cc
134
snprintf(eventbuf, sizeof(eventbuf),
lib/libpmc/libpmc_json.cc
148
snprintf(eventbuf, sizeof(eventbuf), "%s, \"pmcid\": \"0x%08x\", \"pid\": \"%d\" "
lib/libpmc/libpmc_json.cc
162
snprintf(eventbuf, sizeof(eventbuf),
lib/libpmc/libpmc_json.cc
180
snprintf(eventbuf, sizeof(eventbuf),
lib/libpmc/libpmc_json.cc
195
snprintf(eventbuf, sizeof(eventbuf),
lib/libpmc/libpmc_json.cc
208
snprintf(eventbuf, sizeof(eventbuf), "%s, \"pid\": \"%d\"}\n",
lib/libpmc/libpmc_json.cc
220
snprintf(eventbuf, sizeof(eventbuf), "%s, \"userdata\": \"0x%08x\"}\n",
lib/libpmc/libpmc_json.cc
232
snprintf(eventbuf, sizeof(eventbuf), "%s, \"pid\": \"%d\", "
lib/libpmc/libpmc_json.cc
246
snprintf(eventbuf, sizeof(eventbuf), "%s, \"pid\": \"%d\", "
lib/libpmc/libpmc_json.cc
263
snprintf(eventbuf, sizeof(eventbuf),
lib/libpmc/libpmc_json.cc
270
snprintf(eventbuf, sizeof(eventbuf), "\"0x%016jx\", ", (uintmax_t)ev->pl_u.pl_cc.pl_pc[i]);
lib/libpmc/libpmc_json.cc
273
snprintf(eventbuf, sizeof(eventbuf), "\"0x%016jx\"]}\n", (uintmax_t)ev->pl_u.pl_cc.pl_pc[i]);
lib/libpmc/libpmc_json.cc
285
snprintf(eventbuf, sizeof(eventbuf),
lib/libpmc/libpmc_json.cc
299
snprintf(eventbuf, sizeof(eventbuf),
lib/libpmc/libpmc_json.cc
313
snprintf(eventbuf, sizeof(eventbuf),
lib/libpmc/libpmc_json.cc
327
snprintf(eventbuf, sizeof(eventbuf), "%s, \"tid\": \"%d\"}\n",
lib/libpmc/libpmc_json.cc
77
snprintf(eventbuf, sizeof(eventbuf), "%s, \"tsc\": \"%jd\"",
lib/libpmc/libpmc_json.cc
89
snprintf(eventbuf, sizeof(eventbuf),
lib/libpmc/pmu-events/jevents.c
1170
snprintf(path, sizeof(path), "%s/%s", fpath, dir->d_name);
lib/libpmc/pmu-events/jevents.c
1395
snprintf(ldirname, sizeof(ldirname), "%s/%s", start_dirname, arch);
lib/libpmc/pmu-events/jevents.c
808
snprintf(buf, sizeof buf, "config=%#llx", configcode);
lib/libpmc/pmu-events/jevents.c
810
snprintf(buf, sizeof buf, "event=%#llx", eventcode);
lib/libpmcstat/libpmcstat_image.c
273
(void) snprintf(buffer, sizeof(buffer), "%s%s",
lib/libpmcstat/libpmcstat_image.c
339
(void) snprintf(buffer, sizeof(buffer), "%s%s",
lib/libproc/proc_sym.c
334
(void)snprintf(path, sizeof(path), PATH_DEBUG_DIR);
lib/libproc/proc_util.c
187
(void)snprintf(name, namesz, "SIG%s", buf);
lib/libproc/proc_util.c
189
(void)snprintf(name, namesz, "SIG#%d", sig);
lib/libprocstat/libprocstat.c
1029
snprintf(errbuf, _POSIX2_LINE_MAX, "error");
lib/libprocstat/libprocstat.c
1058
snprintf(errbuf, _POSIX2_LINE_MAX, "error");
lib/libprocstat/libprocstat.c
1094
snprintf(errbuf, _POSIX2_LINE_MAX, "error");
lib/libprocstat/libprocstat.c
1141
snprintf(errbuf, _POSIX2_LINE_MAX, "error");
lib/libprocstat/libprocstat.c
1177
snprintf(errbuf, _POSIX2_LINE_MAX, "error");
lib/libprocstat/libprocstat.c
1224
snprintf(errbuf, _POSIX2_LINE_MAX, "error");
lib/libprocstat/libprocstat.c
1260
snprintf(errbuf, _POSIX2_LINE_MAX, "error");
lib/libprocstat/libprocstat.c
1329
snprintf(errbuf, _POSIX2_LINE_MAX, "?(%s)", tagstr);
lib/libprocstat/libprocstat.c
1343
snprintf(errbuf, _POSIX2_LINE_MAX, "error");
lib/libprocstat/libprocstat.c
1425
snprintf(errbuf, _POSIX2_LINE_MAX,
lib/libprocstat/libprocstat.c
1469
snprintf(errbuf, _POSIX2_LINE_MAX, "error");
lib/libprocstat/libprocstat.c
1554
snprintf(errbuf, _POSIX2_LINE_MAX, "error");
lib/libprocstat/libprocstat.c
2846
snprintf(errbuf, _POSIX2_LINE_MAX,
lib/libprocstat/libprocstat.c
2853
snprintf(errbuf, _POSIX2_LINE_MAX, "no memory");
lib/libprocstat/libprocstat.c
2859
snprintf(errbuf, _POSIX2_LINE_MAX,
lib/libprocstat/libprocstat.c
2887
snprintf(errbuf, _POSIX2_LINE_MAX,
lib/libprocstat/libprocstat.c
2899
snprintf(errbuf, _POSIX2_LINE_MAX,
lib/libprocstat/libprocstat.c
962
snprintf(errbuf, _POSIX2_LINE_MAX, "error");
lib/libprocstat/libprocstat.c
992
snprintf(errbuf, _POSIX2_LINE_MAX, "error");
lib/libradius/radlib.c
1318
snprintf(msg, msglen, "line has too many fields");
lib/libradius/radlib.c
1331
snprintf(msg, msglen,
lib/libradius/radlib.c
1337
snprintf(msg, msglen,
lib/libradius/radlib.c
1346
snprintf(msg, msglen,
lib/libradius/radlib.c
1351
snprintf(msg, msglen, "quoted string not"
lib/libsecureboot/openpgp/decode.c
41
snprintf(&cp[i*2], 3, "%02X", ptr[i]);
lib/libsecureboot/openpgp/opgp_key.c
318
n = (size_t)snprintf(kfile, sizeof(kfile), "%s/%s", *tp, keyID);
lib/libsecureboot/openpgp/opgp_sig.c
442
n = snprintf(pbuf, sizeof(pbuf), "%s%s", filename, *ep);
lib/libsecureboot/veopen.c
284
nplen = snprintf(nbuf, sizeof(nbuf),
lib/libsecureboot/vepcr.c
158
n = snprintf(&hinfo[x], nbytes - x, "%s,", cp);
lib/libsecureboot/verify_file.c
240
snprintf(buf, sizeof(buf), "%s/%s", prefix, *tp);
lib/libsecureboot/verify_file.c
648
if (snprintf(mvallen, sizeof(mvallen),
lib/libsecureboot/vesigned.c
48
snprintf(buf, sizeof(buf), "%s.%s", filename, *se);
lib/libsecureboot/veta.c
85
sz = snprintf(fbuf, sizeof(fbuf), "%s/%s", trust, de->d_name);
lib/libsecureboot/vets.c
173
(void)snprintf(buf, bufsz, "%04d-%02d-%02d", year, m+1, d);
lib/libtacplus/taclib.c
1110
snprintf(dbgstr, sizeof dbgstr, "av-pair-%d", i);
lib/libufs/cgroup.c
289
snprintf(errmsg, BUFSIZ, "Cylinder group %d in buffer does not match "
lib/libufs/type.c
104
snprintf(dev, sizeof(dev), "%s%s", _PATH_DEV, name);
lib/libugidfw/ugidfw.c
101
len = snprintf(cur, left, "uid %s",
lib/libugidfw/ugidfw.c
1019
snprintf(errstr, buflen, "Rule must begin with subject");
lib/libugidfw/ugidfw.c
1024
snprintf(errstr, buflen, "Rule must begin with subject");
lib/libugidfw/ugidfw.c
1038
snprintf(errstr, buflen, "Rule must contain an object");
lib/libugidfw/ugidfw.c
1049
snprintf(errstr, buflen, "Rule must contain mode");
lib/libugidfw/ugidfw.c
108
len = snprintf(cur, left, "uid %u",
lib/libugidfw/ugidfw.c
1128
snprintf(errstr, buflen, "version check failed: %s",
lib/libugidfw/ugidfw.c
1133
snprintf(errstr, buflen, "module v%d != library v%d",
lib/libugidfw/ugidfw.c
1150
snprintf(errstr, buflen, "%s", strerror(errno));
lib/libugidfw/ugidfw.c
1154
snprintf(errstr, buflen, "Data error in %s.rule_count",
lib/libugidfw/ugidfw.c
1172
snprintf(errstr, buflen, "%s", strerror(errno));
lib/libugidfw/ugidfw.c
1176
snprintf(errstr, buflen, "Data error in %s.rule_slots", MIB);
lib/libugidfw/ugidfw.c
119
len = snprintf(cur, left, ":%s ",
lib/libugidfw/ugidfw.c
1202
snprintf(errstr, errlen, "%s: %s", MIB ".rules",
lib/libugidfw/ugidfw.c
1214
snprintf(errstr, errlen, "%s.%d: %s", MIB ".rules",
lib/libugidfw/ugidfw.c
1218
snprintf(errstr, errlen, "Data error in %s.%d: %s",
lib/libugidfw/ugidfw.c
1240
snprintf(errstr, buflen, "%s: %s", MIB ".rules",
lib/libugidfw/ugidfw.c
1250
snprintf(errstr, buflen, "%s.%d: %s", MIB ".rules",
lib/libugidfw/ugidfw.c
126
len = snprintf(cur, left, ":%u ",
lib/libugidfw/ugidfw.c
1272
snprintf(errstr, buflen, "%s: %s", MIB ".rules",
lib/libugidfw/ugidfw.c
1282
snprintf(errstr, buflen, "%s.%d: %s", MIB ".rules",
lib/libugidfw/ugidfw.c
1305
snprintf(errstr, buflen, "%s: %s", MIB ".rules",
lib/libugidfw/ugidfw.c
1312
snprintf(errstr, buflen, "unable to get rule slots: %s",
lib/libugidfw/ugidfw.c
1322
snprintf(errstr, buflen, "%s.%d: %s", MIB ".rules",
lib/libugidfw/ugidfw.c
134
len = snprintf(cur, left, " ");
lib/libugidfw/ugidfw.c
142
len = snprintf(cur, left, "! ");
lib/libugidfw/ugidfw.c
151
len = snprintf(cur, left, "gid %s",
lib/libugidfw/ugidfw.c
158
len = snprintf(cur, left, "gid %u",
lib/libugidfw/ugidfw.c
169
len = snprintf(cur, left, ":%s ",
lib/libugidfw/ugidfw.c
176
len = snprintf(cur, left, ":%u ",
lib/libugidfw/ugidfw.c
184
len = snprintf(cur, left, " ");
lib/libugidfw/ugidfw.c
192
len = snprintf(cur, left, "! ");
lib/libugidfw/ugidfw.c
199
len = snprintf(cur, left, "jailid %d ",
lib/libugidfw/ugidfw.c
208
len = snprintf(cur, left, "object ");
lib/libugidfw/ugidfw.c
215
len = snprintf(cur, left, "not ");
lib/libugidfw/ugidfw.c
226
len = snprintf(cur, left, "! ");
lib/libugidfw/ugidfw.c
235
len = snprintf(cur, left, "uid %s",
lib/libugidfw/ugidfw.c
242
len = snprintf(cur, left, "uid %u",
lib/libugidfw/ugidfw.c
253
len = snprintf(cur, left, ":%s ",
lib/libugidfw/ugidfw.c
260
len = snprintf(cur, left, ":%u ",
lib/libugidfw/ugidfw.c
268
len = snprintf(cur, left, " ");
lib/libugidfw/ugidfw.c
276
len = snprintf(cur, left, "! ");
lib/libugidfw/ugidfw.c
285
len = snprintf(cur, left, "gid %s",
lib/libugidfw/ugidfw.c
292
len = snprintf(cur, left, "gid %u",
lib/libugidfw/ugidfw.c
303
len = snprintf(cur, left, ":%s ",
lib/libugidfw/ugidfw.c
310
len = snprintf(cur, left, ":%u ",
lib/libugidfw/ugidfw.c
318
len = snprintf(cur, left, " ");
lib/libugidfw/ugidfw.c
326
len = snprintf(cur, left, "! ");
lib/libugidfw/ugidfw.c
338
len = snprintf(cur, left, "filesys %s ",
lib/libugidfw/ugidfw.c
346
len = snprintf(cur, left, "! ");
lib/libugidfw/ugidfw.c
353
len = snprintf(cur, left, "suid ");
lib/libugidfw/ugidfw.c
360
len = snprintf(cur, left, "! ");
lib/libugidfw/ugidfw.c
367
len = snprintf(cur, left, "sgid ");
lib/libugidfw/ugidfw.c
374
len = snprintf(cur, left, "! ");
lib/libugidfw/ugidfw.c
381
len = snprintf(cur, left, "uid_of_subject ");
lib/libugidfw/ugidfw.c
388
len = snprintf(cur, left, "! ");
lib/libugidfw/ugidfw.c
395
len = snprintf(cur, left, "gid_of_subject ");
lib/libugidfw/ugidfw.c
402
len = snprintf(cur, left, "! ");
lib/libugidfw/ugidfw.c
429
len = snprintf(cur, left, "type %s ", type);
lib/libugidfw/ugidfw.c
437
len = snprintf(cur, left, "mode ");
lib/libugidfw/ugidfw.c
447
len = snprintf(cur, left, "a");
lib/libugidfw/ugidfw.c
455
len = snprintf(cur, left, "r");
lib/libugidfw/ugidfw.c
463
len = snprintf(cur, left, "s");
lib/libugidfw/ugidfw.c
471
len = snprintf(cur, left, "w");
lib/libugidfw/ugidfw.c
479
len = snprintf(cur, left, "x");
lib/libugidfw/ugidfw.c
487
len = snprintf(cur, left, "n");
lib/libugidfw/ugidfw.c
495
len = snprintf(cur, left, "?");
lib/libugidfw/ugidfw.c
526
snprintf(errstr, buflen, "invalid uid: '%s'", spec1);
lib/libugidfw/ugidfw.c
543
snprintf(errstr, buflen, "invalid uid: '%s'", spec2);
lib/libugidfw/ugidfw.c
572
snprintf(errstr, buflen, "invalid gid: '%s'", spec1);
lib/libugidfw/ugidfw.c
589
snprintf(errstr, buflen, "invalid gid: '%s'", spec2);
lib/libugidfw/ugidfw.c
625
snprintf(errstr, buflen, "jail_get: %s",
lib/libugidfw/ugidfw.c
656
snprintf(errstr, buflen, "uid short");
lib/libugidfw/ugidfw.c
660
snprintf(errstr, buflen, "one uid only");
lib/libugidfw/ugidfw.c
674
snprintf(errstr, buflen, "gid short");
lib/libugidfw/ugidfw.c
678
snprintf(errstr, buflen, "one gid only");
lib/libugidfw/ugidfw.c
692
snprintf(errstr, buflen, "prison short");
lib/libugidfw/ugidfw.c
696
snprintf(errstr, buflen, "one jail only");
lib/libugidfw/ugidfw.c
710
snprintf(errstr, buflen, "double negative");
lib/libugidfw/ugidfw.c
716
snprintf(errstr, buflen, "'%s' not expected",
lib/libugidfw/ugidfw.c
74
len = snprintf(cur, left, "subject ");
lib/libugidfw/ugidfw.c
775
snprintf(errstr, buflen, "Unknown type code: %c",
lib/libugidfw/ugidfw.c
790
snprintf(errstr, buflen, "Unable to get id for %s: %s",
lib/libugidfw/ugidfw.c
81
len = snprintf(cur, left, "not ");
lib/libugidfw/ugidfw.c
826
snprintf(errstr, buflen, "uid short");
lib/libugidfw/ugidfw.c
830
snprintf(errstr, buflen, "one uid only");
lib/libugidfw/ugidfw.c
844
snprintf(errstr, buflen, "gid short");
lib/libugidfw/ugidfw.c
848
snprintf(errstr, buflen, "one gid only");
lib/libugidfw/ugidfw.c
862
snprintf(errstr, buflen, "filesys short");
lib/libugidfw/ugidfw.c
866
snprintf(errstr, buflen, "one fsid only");
lib/libugidfw/ugidfw.c
908
snprintf(errstr, buflen, "type short");
lib/libugidfw/ugidfw.c
912
snprintf(errstr, buflen, "one type only");
lib/libugidfw/ugidfw.c
92
len = snprintf(cur, left, "! ");
lib/libugidfw/ugidfw.c
926
snprintf(errstr, buflen,
lib/libugidfw/ugidfw.c
933
snprintf(errstr, buflen, "'%s' not expected",
lib/libugidfw/ugidfw.c
967
snprintf(errstr, buflen, "mode expects mode value");
lib/libugidfw/ugidfw.c
972
snprintf(errstr, buflen, "'%s' unexpected", argv[1]);
lib/libugidfw/ugidfw.c
998
snprintf(errstr, buflen, "Unknown mode letter: %c",
lib/libunbound/config.h
1399
int snprintf (char *str, size_t count, const char *fmt, ...);
lib/libusb/libusb01.c
922
snprintf(udev->filename, sizeof(udev->filename),
lib/libusb/libusb10.c
1894
snprintf(new_fmt, sizeof(new_fmt), "%s: %s\n", log_prefix[level], fmt);
lib/libusb/libusb20_ugen20.c
147
snprintf(buf, sizeof(buf), "/dev/" USB_GENERIC_NAME "%u.%u",
lib/libusb/libusb20_ugen20.c
217
snprintf(pdev->usb_desc, sizeof(pdev->usb_desc),
lib/libusb/libusb20_ugen20.c
386
snprintf(buf, sizeof(buf), "/dev/" USB_GENERIC_NAME "%u.%u",
lib/libutil/gr_util.c
138
if (snprintf(tempname, sizeof(tempname), "%.*sgroup.XXXXXX",
lib/libutil/gr_util.c
436
line_size = snprintf(NULL, 0, group_line_format, gr->gr_name,
lib/libutil/gr_util.c
74
} else if (snprintf(group_file, sizeof(group_file), "%s/group",
lib/libutil/humanize_number.c
170
r = snprintf(buf, len, "%d%s%d%s%s%s",
lib/libutil/humanize_number.c
174
r = snprintf(buf, len, "%" PRId64 "%s%s%s",
lib/libutil/login_cap.c
320
if (dir && snprintf(userpath, MAXPATHLEN, "%s/%s", dir,
lib/libutil/login_cap.c
930
if (snprintf(realauth, sizeof realauth, "auth-%s", auth) < (int)sizeof(realauth))
lib/libutil/pidfile.c
135
dirlen = snprintf(pfh->pf_dir, sizeof(pfh->pf_dir),
lib/libutil/pidfile.c
137
filenamelen = snprintf(pfh->pf_filename,
lib/libutil/pidfile.c
258
snprintf(pidstr, sizeof(pidstr), "%u", getpid());
lib/libutil/pw_util.c
107
} else if (snprintf(masterpasswd, sizeof(masterpasswd), "%s/%s",
lib/libutil/pw_util.c
218
if (snprintf(tempname, sizeof(tempname), "%.*spw.XXXXXX",
lib/libutil/quotafile.c
106
(void)snprintf(qfnamep, qfbufsize, "%s/%s.%s", fs->fs_file,
lib/libutil/quotafile.c
542
snprintf(newqf->qfname, MAXPATHLEN + 1, "%s_%d.orig", qf->qfname,
lib/libutil/quotafile.c
79
(void)snprintf(usrname, sizeof(usrname), "%s%s",
lib/libutil/quotafile.c
81
(void)snprintf(grpname, sizeof(grpname), "%s%s",
lib/libutil/tests/cpuset_test.c
20
snprintf(testvalue, sizeof(testvalue), "%d", CPU_SETSIZE + 1);
lib/libutil/tests/humanize_number_test.c
485
snprintf(result, MAX_INT_STR_DIGITS, "%d", scale);
lib/libutil/tests/pidfile_test.c
273
(void)snprintf(tmpdir, sizeof(tmpdir), "%s.XXXXXX", __func__);
lib/libutil/tests/pidfile_test.c
276
(void)snprintf(path, sizeof(path), "%s/pidfile", tmpdir);
lib/libutil/uucplock.c
130
snprintf(lckname, sizeof(lckname), _PATH_UUCPLOCK LOCKFMT, tty_name);
lib/libutil/uucplock.c
150
(void)snprintf(tbuf, sizeof(tbuf), _PATH_UUCPLOCK LOCKFMT, tty_name);
lib/libutil/uucplock.c
191
(void)snprintf(errbuf, sizeof(errbuf), fmt, strerror(errno));
lib/libutil/uucplock.c
71
(void)snprintf(lcktmpname, sizeof(lcktmpname), _PATH_UUCPLOCK LOCKTMP,
lib/libutil/uucplock.c
73
(void)snprintf(lckname, sizeof(lckname), _PATH_UUCPLOCK LOCKFMT,
lib/libvmmapi/vmmapi.c
90
(void)snprintf(devpath, sizeof(devpath), "/dev/vmm/%s", name);
lib/msun/tests/ilogb_test.c
46
snprintf(buf, sizeof(buf), "0x1.p%d", e);
lib/msun/tests/ilogb_test.c
65
snprintf(buf, sizeof(buf), "0x1.p%d", e);
lib/msun/tests/ilogb_test.c
85
snprintf(buf, sizeof(buf), "0x1.p%d", e);
lib/msun/tests/nan_test.c
53
snprintf(nan_str, sizeof(nan_str), "nan(%s)", nan_format);
libexec/atrun/atrun.c
227
snprintf(fmt, sizeof(fmt),
libexec/atrun/atrun.c
411
snprintf(nfmt, sizeof(nfmt), "%s%s", fmt, fmtadd);
libexec/bootpd/bootpd.c
834
snprintf(realpath, sizeof(realpath), "%s", hp->tftpdir->string);
libexec/bootpd/getether.c
197
snprintf(devname, sizeof(devname), "%s%s", _PATH_DEV, ifname);
libexec/bootpd/hwaddr.c
186
snprintf(buf, sizeof(buf), "arp -d %s; arp -s %s %s temp",
libexec/bootpd/readfile.c
796
snprintf(current_tagname, sizeof(current_tagname),
libexec/bootpd/tools/bootptest/bootptest.c
496
snprintf(b, sizeof(b), "%d.%d.%d.%d", p[0], p[1], p[2], p[3]);
libexec/comsat/comsat.c
124
snprintf(buf, sizeof(buf), "%s/%s", _PATH_MAILDIR, file);
libexec/comsat/comsat.c
127
snprintf(buf, sizeof(buf), "%s/%s", _PATH_MAILDIR, name);
libexec/comsat/comsat.c
157
(void)snprintf(tty, sizeof(tty), "%s%s", _PATH_DEV, utp->ut_line);
libexec/flua/lfs/lfs.c
288
snprintf(buf, sizeof(buf), "%o", sb->st_mode & ~S_IFMT);
libexec/getty/main.c
178
snprintf(hostname, sizeof(hostname), "Amnesiac");
libexec/getty/main.c
207
snprintf(ttyn, sizeof(ttyn), "%s", n);
libexec/getty/main.c
209
snprintf(ttyn, sizeof(ttyn), "%s%s", _PATH_DEV, argv[2]);
libexec/mknetid/mknetid.c
214
snprintf(writebuf, sizeof(writebuf), "%s.%s@%s", OPSYS,
libexec/mknetid/mknetid.c
257
snprintf(writebuf, sizeof(writebuf), "%s.%s@%s", OPSYS,
libexec/pppoed/pppoed.c
196
snprintf(mkp.type, sizeof mkp.type, "%s", NG_PPPOE_NODE_TYPE);
libexec/pppoed/pppoed.c
197
snprintf(mkp.ourhook, sizeof mkp.ourhook, "%s", NG_ETHER_HOOK_ORPHAN);
libexec/pppoed/pppoed.c
198
snprintf(mkp.peerhook, sizeof mkp.peerhook, "%s", NG_PPPOE_HOOK_ETHERNET);
libexec/pppoed/pppoed.c
213
snprintf(ngc->path, sizeof ngc->path, "%s%s", epath, NG_ETHER_HOOK_ORPHAN);
libexec/pppoed/pppoed.c
214
snprintf(ngc->ourhook, sizeof ngc->ourhook, "pppoe-%ld", (long)getpid());
libexec/pppoed/pppoed.c
226
snprintf(data->hook, sizeof data->hook, "%s", ngc->peerhook);
libexec/pppoed/pppoed.c
293
snprintf(ngc.ourhook, sizeof ngc.ourhook, "exec-%ld", (long)getpid());
libexec/pppoed/pppoed.c
320
snprintf(data->hook, sizeof data->hook, "%s", ngc.ourhook);
libexec/pppoed/pppoed.c
339
snprintf(data->hook, sizeof data->hook, "%s", ngc.ourhook);
libexec/pppoed/pppoed.c
355
snprintf(env, sizeof(env), "%x:%x:%x:%x:%x:%x",
libexec/pppoed/pppoed.c
416
snprintf(sessionid, sizeof sessionid, "%04x", *(u_int16_t *)sts);
libexec/pppoed/pppoed.c
422
snprintf(unknown, sizeof unknown, "<%d>", (int)rep->header.cmd);
libexec/pppoed/pppoed.c
481
snprintf(nfmt, sizeof nfmt, "%s: %s", fmt, strerror(errno));
libexec/talkd/announce.c
103
(void)snprintf(line_buf[i], N_CHARS, " ");
libexec/talkd/announce.c
107
(void)snprintf(line_buf[i], N_CHARS,
libexec/talkd/announce.c
118
(void)snprintf(line_buf[i], N_CHARS,
libexec/talkd/announce.c
123
(void)snprintf(line_buf[i], N_CHARS, "talk: respond with: talk %s@%s",
libexec/talkd/announce.c
128
(void)snprintf(line_buf[i], N_CHARS, " ");
libexec/talkd/announce.c
67
(void)snprintf(full_tty, sizeof(full_tty),
libexec/talkd/print.c
58
(void)snprintf(tbuf, sizeof(tbuf), "type %d", mp->type);
libexec/talkd/print.c
73
(void)snprintf(tbuf, sizeof(tbuf), "type %d", rp->type);
libexec/talkd/print.c
78
(void)snprintf(abuf, sizeof(abuf), "answer %d", rp->answer);
libexec/tftpd/tftp-io.c
159
snprintf(tp->th_msg, MAXPKTSIZE - 4, "%s%n", pe->e_msg, &length);
libexec/tftpd/tftp-io.c
294
n = snprintf(bp, size, "%s%c%s", options[i].o_type,
libexec/tftpd/tftp-io.c
96
snprintf(ebuf, sizeof(ebuf), "error %d", error);
libexec/tftpd/tftpd.c
659
ret = snprintf(newname, sizeof(newname), "%s.%s.%02d",
libexec/tftpd/tftpd.c
739
snprintf(pathname, sizeof(pathname), "%s/%s",
libexec/ypxfr/yp_dbwrite.c
70
snprintf(buf, sizeof(buf), "%s/%s/%s", yp_dir, domain, map);
libexec/ypxfr/ypxfr_main.c
405
snprintf(tempmap, sizeof(tempmap), "%s.%d",ypxfr_mapname, getpid());
libexec/ypxfr/ypxfr_main.c
406
snprintf(ypxfr_temp_map, sizeof(ypxfr_temp_map), "%s/%s/%s", yp_dir,
libexec/ypxfr/ypxfr_main.c
436
snprintf(buf, sizeof(buf), "%lu", ypxfr_order);
libexec/ypxfr/ypxfr_main.c
465
snprintf (buf, sizeof(buf), "%s:%s", ypxfr_source_host, ypxfr_mapname);
libexec/ypxfr/ypxfr_main.c
478
snprintf(buf, sizeof(buf), "%s/%s/%s", yp_dir, ypxfr_dest_domain,
libexec/ypxfr/ypxfr_main.c
528
snprintf(buf, sizeof(buf), "%s/%s/%s", yp_dir, ypxfr_dest_domain,
libexec/ypxfr/ypxfr_misc.c
145
snprintf(mastername, sizeof(mastername), "%s", master);
libexec/ypxfr/ypxfr_misc.c
186
snprintf(mastername, sizeof(mastername), "%s", resp->peer);
sbin/bectl/bectl_jail.c
360
snprintf(lastjid, sizeof(lastjid), "%d", 0);
sbin/bectl/bectl_jail.c
370
snprintf(lastjid, sizeof(lastjid), "%d", jid);
sbin/camcontrol/camcontrol.c
5927
snprintf(adapter_str, sizeof(adapter_str),
sbin/camcontrol/modeedit.c
673
snprintf(num, sizeof(num), " %d", i + 1);
sbin/camcontrol/progress.c
187
(void) snprintf(hours, sizeof(hours), "%2lld:", (long long)secs);
sbin/camcontrol/progress.c
189
(void) snprintf(hours, sizeof(hours), " ");
sbin/camcontrol/progress.c
192
len = snprintf(buf, sizeof(buf),
sbin/camcontrol/zone.c
241
snprintf(tmpstr, sizeof(tmpstr), "Conventional");
sbin/camcontrol/zone.c
245
snprintf(tmpstr, sizeof(tmpstr), "Seq%c%s",
sbin/camcontrol/zone.c
251
snprintf(tmpstr, sizeof(tmpstr), "Zone%ctype%c%#x",
sbin/camcontrol/zone.c
260
snprintf(tmpstr, sizeof(tmpstr), "NWP");
sbin/camcontrol/zone.c
263
snprintf(tmpstr, sizeof(tmpstr), "Empty");
sbin/camcontrol/zone.c
266
snprintf(tmpstr, sizeof(tmpstr), "Implicit%cOpen",
sbin/camcontrol/zone.c
270
snprintf(tmpstr, sizeof(tmpstr), "Explicit%cOpen",
sbin/camcontrol/zone.c
274
snprintf(tmpstr, sizeof(tmpstr), "Closed");
sbin/camcontrol/zone.c
277
snprintf(tmpstr, sizeof(tmpstr), "Readonly");
sbin/camcontrol/zone.c
280
snprintf(tmpstr, sizeof(tmpstr), "Full");
sbin/camcontrol/zone.c
283
snprintf(tmpstr, sizeof(tmpstr), "Offline");
sbin/camcontrol/zone.c
286
snprintf(tmpstr, sizeof(tmpstr), "%#x",
sbin/camcontrol/zone.c
294
snprintf(tmpstr, sizeof(tmpstr), "Non%cSequential",
sbin/camcontrol/zone.c
297
snprintf(tmpstr, sizeof(tmpstr), "Sequential");
sbin/camcontrol/zone.c
302
snprintf(tmpstr, sizeof(tmpstr), "Reset%cNeeded",
sbin/camcontrol/zone.c
305
snprintf(tmpstr, sizeof(tmpstr), "No%cReset%cNeeded",
sbin/decryptcore/decryptcore.c
394
PJDLOG_VERIFY(snprintf(keyfile, sizeof(keyfile),
sbin/decryptcore/decryptcore.c
396
PJDLOG_VERIFY(snprintf(core, sizeof(core),
sbin/decryptcore/decryptcore.c
398
PJDLOG_VERIFY(snprintf(encryptedcore, sizeof(encryptedcore),
sbin/devd/devd.cc
495
snprintf(path, sizeof(path), "%s/%s",
sbin/devd/tests/client_test.c
60
snprintf(destroy_cmd, nitems(destroy_cmd), "mdconfig -d -u %s", mdname);
sbin/devmatch/devmatch.c
114
snprintf(fn, sizeof(fn), "%s/linker.hints", q);
sbin/dhclient/bpf.c
76
snprintf(filename, sizeof(filename), BPF_FORMAT, b);
sbin/dhclient/dhclient.c
2257
snprintf(tbuf, sizeof(tbuf), "%d", (int)lease->expiry);
sbin/dhclient/dhclient.c
2449
snprintf(client->scriptEnv[i], strlen(prefix) + strlen(name) +
sbin/dhclient/dhclient.c
2823
snprintf(op, opleft, "\\%03o", *dp);
sbin/dhclient/errwarn.c
189
prlen = snprintf(t, fmt_left, "%s",
sbin/dhclient/errwarn.c
214
snprintf(fbuf, sizeof(fbuf), "%s line %d: %s", tlname, lexline, mbuf);
sbin/dhclient/options.c
751
snprintf(op, opleft,
sbin/dhclient/options.c
785
opcount = snprintf(op, opleft, "%ld",
sbin/dhclient/options.c
793
opcount = snprintf(op, opleft, "%lu",
sbin/dhclient/options.c
801
opcount = snprintf(op, opleft, "%d",
sbin/dhclient/options.c
809
opcount = snprintf(op, opleft, "%u",
sbin/dhclient/options.c
817
opcount = snprintf(op, opleft, "%d",
sbin/dhclient/options.c
824
opcount = snprintf(op, opleft, "%d", *dp++);
sbin/dhclient/options.c
830
opcount = snprintf(op, opleft, "%x", *dp++);
sbin/dump/dumprmt.c
198
(void)snprintf(buf, sizeof (buf), "O%.226s\n%d\n", tape, mode);
sbin/dump/dumprmt.c
219
(void)snprintf(line, sizeof (line), "R%d\n", count);
sbin/dump/dumprmt.c
237
(void)snprintf(line, sizeof (line), "W%d\n", count);
sbin/dump/dumprmt.c
248
(void)snprintf(line, sizeof (line), "W%d\n", count);
sbin/dump/dumprmt.c
271
(void)snprintf(line, sizeof (line), "L%d\n%d\n", offset, pos);
sbin/dump/dumprmt.c
298
(void)snprintf(buf, sizeof (buf), "I%d\n%d\n", cmd, count);
sbin/dump/main.c
365
snprintf(snapname, sizeof snapname, "%s/.snap", mntpt);
sbin/dump/main.c
375
snprintf(snapname, sizeof snapname,
sbin/dump/main.c
377
snprintf(snapcmd, sizeof snapcmd, "%s %s %s",
sbin/dump/optr.c
163
snprintf(buf, sizeof(buf), "%s -g %s", _PATH_WALL, OPGRENT);
sbin/dumpon/dumpon.c
446
i = snprintf(dumpdev, PATH_MAX, "%s%s", _PATH_DEV, arg);
sbin/ffsinfo/ffsinfo.c
197
snprintf(special, len, "%sr%s", _PATH_DEV, device);
sbin/ffsinfo/ffsinfo.c
200
snprintf(special, len, "%s%s", _PATH_DEV, device);
sbin/ffsinfo/ffsinfo.c
248
snprintf(dbg_line, sizeof(dbg_line),
sbin/ffsinfo/ffsinfo.c
259
snprintf(dbg_line, sizeof(dbg_line), "cgr %d", cylno);
sbin/ffsinfo/ffsinfo.c
349
snprintf(comment, sizeof(comment), "Inode 0x%08jx", (uintmax_t)inode);
sbin/ffsinfo/ffsinfo.c
373
snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 0",
sbin/ffsinfo/ffsinfo.c
389
snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 1",
sbin/ffsinfo/ffsinfo.c
403
snprintf(comment, sizeof(comment),
sbin/ffsinfo/ffsinfo.c
421
snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 2",
sbin/ffsinfo/ffsinfo.c
438
snprintf(comment, sizeof(comment),
sbin/ffsinfo/ffsinfo.c
455
snprintf(comment, sizeof(comment),
sbin/ffsinfo/ffsinfo.c
503
snprintf(comment, sizeof(comment), "Inode 0x%08jx", (uintmax_t)inode);
sbin/ffsinfo/ffsinfo.c
525
snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 0",
sbin/ffsinfo/ffsinfo.c
538
snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 1",
sbin/ffsinfo/ffsinfo.c
552
snprintf(comment, sizeof(comment),
sbin/ffsinfo/ffsinfo.c
567
snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 2",
sbin/ffsinfo/ffsinfo.c
584
snprintf(comment, sizeof(comment),
sbin/ffsinfo/ffsinfo.c
600
snprintf(comment, sizeof(comment),
sbin/fsck/fsck.c
201
(void)snprintf(device, sizeof(device), "%s%s",
sbin/fsck/fsck.c
346
(void) snprintf(execbase, sizeof(execbase), "fsck_%s", vfstype);
sbin/fsck/fsck.c
504
(void)snprintf(s + i, j, ",%s", o);
sbin/fsck_ffs/main.c
655
snprintf(snapname, sizeof snapname, "%s/.snap", mntp->f_mntonname);
sbin/fsck_ffs/main.c
680
snprintf(snapname, sizeof snapname, "%s/.snap/fsck_snapshot",
sbin/fsck_ffs/pass5.c
576
snprintf(buf, BUFSIZE,
sbin/fsck_ffs/pass5.c
622
snprintf(buf, BUFSIZE, "FREE %s", name);
sbin/fsck_ffs/utilities.c
62
(void)snprintf(device, sizeof(device), "%s%s",
sbin/fsck_msdosfs/dir.c
1147
len = snprintf(d.name, sizeof(d.name), "%u", head);
sbin/fsdb/fsdb.c
241
snprintf(pstring, sizeof(pstring), "fsdb (inum: %ju)> ",
sbin/geom/core/geom.c
1215
snprintf(fmt, sizeof(fmt), "%*s %*s ",
sbin/geom/core/geom.c
1296
snprintf(fmt, sizeof(fmt), "%*s %*s ",
sbin/geom/core/geom.c
1433
snprintf(name, sizeof(name), "g_%s", class_name);
sbin/geom/core/geom.c
1444
snprintf(name, sizeof(name), "%s/geom_%s.ko", p, class_name);
sbin/geom/core/geom.c
1472
snprintf(name, sizeof(name), "geom_%s", class_name);
sbin/geom/core/geom.c
1485
snprintf(name, sizeof(name), "geom_%s", class_name);
sbin/geom/core/geom.c
198
snprintf(name1, sizeof(name1), "g_%s", class_name);
sbin/geom/core/geom.c
199
snprintf(name2, sizeof(name2), "geom_%s", class_name);
sbin/geom/core/geom.c
273
snprintf(ptr, optnamesize, "%s%u", opt->go_name, G_OPT_NUM(opt));
sbin/geom/core/geom.c
405
snprintf(argname, sizeof(argname), "arg%u", i);
sbin/geom/core/geom.c
553
snprintf(path, sizeof(path), "%s/geom_%s.so", curpath,
sbin/geom/core/geom.c
629
snprintf(comm, sizeof(comm), "%s", basename((*argv)[0]));
sbin/ggate/ggatec/ggatec.c
506
snprintf(ggioc.gctl_info, sizeof(ggioc.gctl_info), "%s:%u %s", host,
sbin/ggate/ggated/ggated.c
133
snprintf(sip, sizeof(sip), "%u.%u.%u.%u",
sbin/ggate/shared/ggate.c
380
snprintf(name, sizeof(name), "%s%d", G_GATE_PROVIDER_NAME,
sbin/growfs/growfs.c
1266
snprintf(device, sizeof(device), "%s%s", _PATH_DEV, name);
sbin/growfs/growfs.c
157
snprintf(dbg_line, sizeof(dbg_line),
sbin/growfs/growfs.c
265
snprintf(dbg_line, sizeof(dbg_line),
sbin/hastd/hastd.c
198
(void)snprintf(msg, sizeof(msg),
sbin/hastd/hastd.c
206
(void)snprintf(msg, sizeof(msg),
sbin/hastd/hastd.c
214
(void)snprintf(msg, sizeof(msg),
sbin/hastd/hastd.c
220
(void)snprintf(msg, sizeof(msg),
sbin/hastd/hastd.c
227
(void)snprintf(msg, sizeof(msg),
sbin/hastd/hastd.c
233
(void)snprintf(msg, sizeof(msg),
sbin/hastd/hastd.c
241
(void)snprintf(msg, sizeof(msg),
sbin/hastd/hastd.c
247
(void)snprintf(msg, sizeof(msg),
sbin/hastd/hastd.c
256
(void)snprintf(msg, sizeof(msg),
sbin/hastd/hastd.c
264
(void)snprintf(msg, sizeof(msg),
sbin/hastd/hastd.c
270
(void)snprintf(msg, sizeof(msg),
sbin/hastd/hastd.c
278
(void)snprintf(msg, sizeof(msg),
sbin/hastd/hastd.c
284
(void)snprintf(msg, sizeof(msg),
sbin/hastd/hastd.c
291
(void)snprintf(msg, sizeof(msg),
sbin/hastd/parse.y
774
(void)snprintf(buf, sizeof(buf), "hostid%lu", hostid);
sbin/hastd/parse.y
838
(void)snprintf(buf, sizeof(buf), "hostid%lu", hostid);
sbin/hastd/pjdlog.c
118
snprintf(buf, sizeof(buf), "%s:%u", addr, port);
sbin/hastd/pjdlog.c
134
snprintf(buf, sizeof(buf), "[%s]:%u", addr, port);
sbin/hastd/pjdlog.c
138
snprintf(buf, sizeof(buf), "[unsupported family %hhu]",
sbin/hastd/pjdlog.c
410
len = snprintf(log, sizeof(log), "%s", pjdlog_prefix);
sbin/hastd/pjdlog.c
414
(void)snprintf(log + len, sizeof(log) - len, ": %s.",
sbin/hastd/primary.c
929
snprintf(ggiocreate.gctl_name, sizeof(ggiocreate.gctl_name), "hast/%s",
sbin/hastd/primary.c
951
snprintf(ggiocancel.gctl_name, sizeof(ggiocancel.gctl_name), "hast/%s",
sbin/hastd/proto_tcp.c
156
(void)snprintf(portstr, sizeof(portstr), "%jd", (intmax_t)port);
sbin/hastd/proto_tcp.c
579
PJDLOG_VERIFY(snprintf(addr, size, "tcp://%S", &sa) < (ssize_t)size);
sbin/hastd/proto_tcp.c
597
PJDLOG_VERIFY(snprintf(addr, size, "tcp://%S", &sa) < (ssize_t)size);
sbin/hastd/proto_uds.c
285
PJDLOG_VERIFY(snprintf(addr, size, "uds://%s", sun.sun_path) < (ssize_t)size);
sbin/hastd/proto_uds.c
309
snprintf(addr, size, "uds://%s", sun.sun_path);
sbin/hastd/secondary.c
308
(void)snprintf(errmsg, sizeof(errmsg),
sbin/hastd/secondary.c
524
(void)snprintf(msg + len, sizeof(msg) - len,
sbin/hastd/secondary.c
529
(void)snprintf(msg + len, sizeof(msg) - len,
sbin/hastd/secondary.c
534
(void)snprintf(msg + len, sizeof(msg) - len, "FLUSH.");
sbin/hastd/secondary.c
537
(void)snprintf(msg + len, sizeof(msg) - len,
sbin/hastd/secondary.c
542
(void)snprintf(msg + len, sizeof(msg) - len, "KEEPALIVE.");
sbin/hastd/secondary.c
545
(void)snprintf(msg + len, sizeof(msg) - len,
sbin/hastd/subr.c
184
(void)snprintf(jailhost, sizeof(jailhost), "hastctl");
sbin/hastd/subr.c
186
(void)snprintf(jailhost, sizeof(jailhost), "hastd: %s (%s)",
sbin/ifconfig/ifieee80211.c
3799
snprintf(iename_buf, sizeof(iename_buf), " ELEMID_EXT_%d",
sbin/ifconfig/ifieee80211.c
3844
snprintf(iename_buf, sizeof(iename_buf), " ELEMID_%d",
sbin/ifconfig/ifieee80211.c
4268
snprintf(buf, sizeof(buf), "#%u", state);
sbin/ifconfig/ifieee80211.c
5035
snprintf(buf, buflen, "ucast");
sbin/ifconfig/ifieee80211.c
5037
snprintf(buf, buflen, "%u", keyix+1);
sbin/ifconfig/iflagg.c
182
snprintf(buf, buflen, "%02X-%02X-%02X-%02X-%02X-%02X",
sbin/ifconfig/iflagg.c
195
snprintf(lacpbuf, sizeof(lacpbuf),
sbin/ipf/common/ipf_y.y
2442
snprintf(msg, sizeof(msg), "%d:ioctl(zero rule)",
sbin/ipf/common/ipf_y.y
2462
snprintf(msg, sizeof(msg), "%d:ioctl(delete rule)",
sbin/ipf/common/ipf_y.y
2472
snprintf(msg, sizeof(msg), "%d:ioctl(add/insert rule)",
sbin/ipf/common/ipf_y.y
2567
snprintf(buffer, sizeof(buffer), "%u", value);
sbin/ipf/common/lexer.c
452
snprintf(s, sizeof(ipv6buf), "%d", priornum);
sbin/ipf/ipfstat/ipfstat.c
1495
snprintf(str1, sizeof(str1), "%s - %s - state top", hostnm, IPL_VERSION);
sbin/ipf/ipfstat/ipfstat.c
1513
snprintf(str1, sizeof(str1), "%s,%d", getip(ver, &saddr), sport);
sbin/ipf/ipfstat/ipfstat.c
1515
snprintf(str1, sizeof(str1), "%s", getip(ver, &saddr));
sbin/ipf/ipfstat/ipfstat.c
1518
snprintf(str2, sizeof(str2), "%s,%d", getip(ver, &daddr), dport);
sbin/ipf/ipfstat/ipfstat.c
1520
snprintf(str2, sizeof(str2), "%s", getip(ver, &daddr));
sbin/ipf/ipfstat/ipfstat.c
1525
snprintf(str3, sizeof(str3), "%s", proto->p_name);
sbin/ipf/ipfstat/ipfstat.c
1527
snprintf(str3, sizeof(str3), "%d", protocol);
sbin/ipf/ipfstat/ipfstat.c
1532
snprintf(str4, sizeof(str4), "proto");
sbin/ipf/ipfstat/ipfstat.c
1535
snprintf(str4, sizeof(str4), "# pkts");
sbin/ipf/ipfstat/ipfstat.c
1538
snprintf(str4, sizeof(str4), "# bytes");
sbin/ipf/ipfstat/ipfstat.c
1541
snprintf(str4, sizeof(str4), "ttl");
sbin/ipf/ipfstat/ipfstat.c
1544
snprintf(str4, sizeof(str4), "src ip");
sbin/ipf/ipfstat/ipfstat.c
1547
snprintf(str4, sizeof(str4), "src port");
sbin/ipf/ipfstat/ipfstat.c
1550
snprintf(str4, sizeof(str4), "dest ip");
sbin/ipf/ipfstat/ipfstat.c
1553
snprintf(str4, sizeof(str4), "dest port");
sbin/ipf/ipfstat/ipfstat.c
1556
snprintf(str4, sizeof(str4), "unknown");
sbin/ipf/ipfstat/ipfstat.c
1603
snprintf(str1, sizeof(str1), "%s,%hu",
sbin/ipf/ipfstat/ipfstat.c
1606
snprintf(str2, sizeof(str2), "%s,%hu",
sbin/ipf/ipfstat/ipfstat.c
1610
snprintf(str1, sizeof(str1), "%s", getip(tp->st_v,
sbin/ipf/ipfstat/ipfstat.c
1612
snprintf(str2, sizeof(str2), "%s", getip(tp->st_v,
sbin/ipf/ipfstat/ipfstat.c
1620
snprintf(str1, sizeof(str1), "%X/%X", tp->st_state[0],
sbin/ipf/ipfstat/ipfstat.c
1630
snprintf(str1, sizeof(str1), "%d", tp->st_p);
sbin/ipf/ipfstat/ipfstat.c
1967
snprintf(ttlbuf, sizeof(ttlbuf), "%2d:%02d:%02d", hours, minutes, seconds);
sbin/ipf/ipfstat/ipfstat.c
1969
snprintf(ttlbuf, sizeof(ttlbuf), "%2d:%02d", minutes, seconds);
sbin/ipf/ipfsync/ipfsyncd.c
384
snprintf(buffer, sizeof(buffer), "%s,", inet_ntoa(sinp->sin_addr));
sbin/ipf/iplang/iplang_y.y
1542
snprintf(numbuf, sizeof(numbuf), "%d", *(int *)param);
sbin/ipf/ipmon/ipmon_y.y
1001
snprintf(nbuf, sizeof(nbuf), "%sdestroy", name);
sbin/ipf/ipmon/ipmon_y.y
1006
snprintf(nbuf, sizeof(nbuf), "%smatch", name);
sbin/ipf/ipmon/ipmon_y.y
1009
snprintf(nbuf, sizeof(nbuf), "%sparse", name);
sbin/ipf/ipmon/ipmon_y.y
1014
snprintf(nbuf, sizeof(nbuf), "%sprint", name);
sbin/ipf/ipmon/ipmon_y.y
1019
snprintf(nbuf, sizeof(nbuf), "%sstore", name);
sbin/ipf/ipmon/ipmon_y.y
998
snprintf(nbuf, sizeof(nbuf), "%sdup", name);
sbin/ipf/ipnat/ipnat_y.y
1499
snprintf(msg, sizeof(msg), "%d:ioctl(zero nat rule)",
sbin/ipf/ipnat/ipnat_y.y
1519
snprintf(msg, sizeof(msg), "%d:ioctl(delete nat rule)",
sbin/ipf/ipnat/ipnat_y.y
1529
snprintf(msg, sizeof(msg), "%d:ioctl(add/insert nat rule)",
sbin/ipf/ipnat/ipnat_y.y
1533
snprintf(msg + strlen_msg, sizeof(msg) -strlen_msg, "(line %d)",
sbin/ipf/ipnat/ipnat_y.y
1697
snprintf(msg, sizeof(msg), "%d:ioctl(add/remove proxy rule)",
sbin/ipf/ippool/ippool_y.y
220
number: IPT_NUM '=' YY_NUMBER { snprintf(poolname, sizeof(poolname), "%u", $3);
sbin/ipf/ippool/ippool_y.y
239
snprintf(tmp, sizeof(tmp), "%u", $3);
sbin/ipf/ippool/ippool_y.y
518
snprintf(name, sizeof(name), "%d", $2);
sbin/ipf/ipsend/dlcommon.c
1107
(void) snprintf(primbuf, sizeof(primbuf), "unknown primitive 0x%x", prim);
sbin/ipf/ipsend/dlcommon.c
1141
(void) snprintf(statebuf, sizeof(statebuf), "unknown state 0x%x", state);
sbin/ipf/ipsend/dlcommon.c
1182
(void) snprintf(errnobuf, sizeof(errnobuf), "unknown dlpi errno 0x%x", errno);
sbin/ipf/ipsend/dlcommon.c
1197
(void) snprintf(levelbuf, sizeof(levelbuf), "unknown promisc level 0x%x", level);
sbin/ipf/ipsend/dlcommon.c
1212
(void) snprintf(servicemodebuf, sizeof(servicemodebuf),
sbin/ipf/ipsend/dlcommon.c
1227
(void) snprintf(stylebuf, sizeof(stylebuf), "unknown provider style 0x%x", style);
sbin/ipf/ipsend/dlcommon.c
1247
(void) snprintf(mediabuf, sizeof(mediabuf), "unknown media type 0x%x", media);
sbin/ipf/ipsend/dlcommon.c
456
(void) snprintf(errmsg, sizeof(errmsg), "%s: alarm", caller);
sbin/ipf/ipsend/dlcommon.c
465
(void) snprintf(errmsg, sizeof(errmsg), "%s: getmsg", caller);
sbin/ipf/ipsend/dlcommon.c
473
(void) snprintf(errmsg, sizeof(errmsg), "%s: alarm", caller);
sbin/ipf/ipsend/sbpf.c
71
(void) snprintf(bpfname, sizeof(bpfname), "/dev/bpf%d", i);
sbin/ipf/libipf/getnattype.c
59
snprintf(unknownbuf, sizeof(unknownbuf), "unknown(%04x)",
sbin/ipf/libipf/getsumd.c
18
snprintf(sumdbuf, sizeof(sumdbuf), "hw(%#0x)", sum & 0xffff);
sbin/ipf/libipf/getsumd.c
20
snprintf(sumdbuf, sizeof(sumdbuf), "%#0x", sum);
sbin/ipf/libipf/interror.c
578
snprintf(text, sizeof(text), "unknown error %d", errnum);
sbin/ipf/libipf/interror.c
580
snprintf(text, sizeof(text), "retrieving error number failed (%d)", errno);
sbin/ipf/libipf/interror.c
597
snprintf(text, sizeof(text), "unknown error %d", errnum);
sbin/ipf/libipf/load_dstlistnode.c
61
(void) snprintf(msg, sizeof(msg), "%s lookup node", what);
sbin/ipf/libipf/load_hashnode.c
77
snprintf(msg, sizeof(msg), "%s node from lookup hash table(%s) node(%s%s)", what, name, ipaddr, mask_msg);
sbin/ipf/libipf/load_http.c
52
error = snprintf(buffer, avail, "GET %s HTTP/1.0\r\n", url);
sbin/ipf/libipf/load_http.c
86
error = snprintf(buffer + strlen(buffer), avail, "Host: %s\r\n\r\n", s);
sbin/ipf/libipf/load_poolnode.c
77
snprintf(msg, sizeof(msg), "%s pool(%s) node(%s%s)",
sbin/ipf/libipf/portname.c
40
(void) snprintf(buf, sizeof(buf), "%d", port);
sbin/ipfw/ipfw2.c
577
snprintf(NULL, 0, "%" U64_FMT, d) ;
sbin/ipfw/ipfw2.c
832
l = snprintf(buf + sz, bufsize - sz, "%s%s",
sbin/ipfw/ipfw2.c
887
l = snprintf(buf, sz, "%s%s", comma, list[i].s);
sbin/ipfw/main.c
647
snprintf(linename, sizeof(linename), "Line %d", lineno);
sbin/ipfw/nat.c
884
snprintf(oh->ntlv.name, sizeof(oh->ntlv.name), "%d", i);
sbin/ipfw/nat.c
885
snprintf(n->name, sizeof(n->name), "%d", i);
sbin/ipfw/nat.c
998
snprintf(ntlv->name, sizeof(ntlv->name), "%d", i);
sbin/ipfw/tables.c
1828
snprintf(buf, sz, "%u", v->tag);
sbin/ipfw/tables.c
1839
l = snprintf(buf, sz, "%u,", v->tag);
sbin/ipfw/tables.c
1842
l = snprintf(buf, sz, "%u,", v->pipe);
sbin/ipfw/tables.c
1845
l = snprintf(buf, sz, "%d,", v->divert);
sbin/ipfw/tables.c
1848
l = snprintf(buf, sz, "%d,", v->skipto);
sbin/ipfw/tables.c
1851
l = snprintf(buf, sz, "%u,", v->netgraph);
sbin/ipfw/tables.c
1854
l = snprintf(buf, sz, "%u,", v->fib);
sbin/ipfw/tables.c
1857
l = snprintf(buf, sz, "%u,", v->nat);
sbin/ipfw/tables.c
1860
l = snprintf(buf, sz, "%u,", v->limit);
sbin/ipfw/tables.c
1865
l = snprintf(buf, sz, "%s,", abuf);
sbin/ipfw/tables.c
1868
l = snprintf(buf, sz, "%d,", v->dscp);
sbin/ipfw/tables.c
1879
l = snprintf(buf, sz, "%s,", abuf);
sbin/ipfw/tables.c
1882
l = snprintf(buf, sz, "%#x,", v->mark);
sbin/ipfw/tables.c
384
l = snprintf(tbuf, size, "%s", tname);
sbin/ipfw/tables.c
779
snprintf(buf, bufsize, "legacy");
sbin/mdconfig/mdconfig.c
630
snprintf(num, sizeof(num), "%s%s", MD_NAME, u);
sbin/mount/mount.c
586
(void)snprintf(execname, sizeof(execname), "mount_%s", vfstype);
sbin/mount_nfs/mount_nfs.c
464
snprintf(gssn, sizeof (gssn), "%s@%s", gssname,
sbin/mount_nfs/mount_nfs.c
683
snprintf(pname, sizeof (pname), "nfs@%s",
sbin/mount_nfs/mount_nfs.c
788
snprintf(errbuf, sizeof errbuf,
sbin/mount_nfs/mount_nfs.c
793
snprintf(errbuf, sizeof errbuf, "%s: %s", netid, nc_sperror());
sbin/mount_nfs/mount_nfs.c
803
snprintf(errbuf, sizeof errbuf,
sbin/mount_nfs/mount_nfs.c
809
snprintf(errbuf, sizeof errbuf, "%s: %s", netid_mnt,
sbin/mount_nfs/mount_nfs.c
843
snprintf(errbuf, sizeof errbuf, "[%s] %s:%s: %s",
sbin/mount_nfs/mount_nfs.c
855
snprintf(errbuf, sizeof errbuf, "[%s] %s:%s: %s", netid,
sbin/mount_nfs/mount_nfs.c
869
snprintf(errbuf, sizeof errbuf,
sbin/mount_nfs/mount_nfs.c
887
snprintf(errbuf, sizeof errbuf, "[%s] %s:%s: %s", netid,
sbin/mount_nfs/mount_nfs.c
949
snprintf(errbuf, sizeof(errbuf),
sbin/mount_nfs/mount_nfs.c
961
snprintf(errbuf, sizeof errbuf, "[%s] %s:%s: %s", netid_mnt,
sbin/mount_nfs/mount_nfs.c
980
snprintf(errbuf, sizeof errbuf, "[%s] %s:%s: %s", netid_mnt,
sbin/mount_nfs/mount_nfs.c
989
snprintf(errbuf, sizeof errbuf, "[%s] %s:%s: %s", netid_mnt,
sbin/mount_unionfs/mount_unionfs.c
102
snprintf(buf, bufsize, "%d", pw->pw_uid);
sbin/mount_unionfs/mount_unionfs.c
83
snprintf(buf, bufsize, "%d", gr->gr_gid);
sbin/newfs/mkfs.c
600
j = snprintf(tmpbuf, sizeof(tmpbuf), " %jd%s",
sbin/newfs/newfs.c
310
snprintf(device, sizeof(device), "%s%s", _PATH_DEV, special);
sbin/newfs_msdos/mkfs_msdos.c
442
snprintf(buf, sizeof(buf), "/boot/%s", bname);
sbin/newfs_msdos/mkfs_msdos.c
725
snprintf(buf, sizeof(buf), "FAT%u", fat);
sbin/newfs_msdos/newfs_msdos.c
182
snprintf(buf, sizeof(buf), "%s%s", _PATH_DEV, fname);
sbin/nvmecontrol/comnd.c
149
snprintf(buf, sizeof(buf), " -%c, ", opts[i].short_arg);
sbin/nvmecontrol/devlist.c
107
snprintf(name, sizeof(name), "%s%d%s%d", NVME_CTRLR_PREFIX, ctrlr,
sbin/nvmecontrol/devlist.c
195
snprintf(name, sizeof(name), "%s%d", NVME_CTRLR_PREFIX, ctrlr);
sbin/nvmecontrol/discover.c
107
snprintf(buf, sizeof(buf), "%u", cntlid);
sbin/nvmecontrol/discover.c
123
snprintf(buf, sizeof(buf), "0x%02x\n", qptype);
sbin/nvmecontrol/discover.c
145
snprintf(buf, sizeof(buf), "0x%02x\n", prtype);
sbin/nvmecontrol/discover.c
159
snprintf(buf, sizeof(buf), "0x%02x\n", cms);
sbin/nvmecontrol/discover.c
177
snprintf(buf, sizeof(buf), "0x%02x\n", sectype);
sbin/nvmecontrol/discover.c
60
snprintf(buf, sizeof(buf), "0x%02x\n", adrfam);
sbin/nvmecontrol/discover.c
76
snprintf(buf, sizeof(buf), "0x%02x\n", subtype);
sbin/nvmecontrol/logpage.c
161
snprintf(bad, sizeof(bad), "Attribute %#x", key);
sbin/nvmecontrol/modules/wdc/wdc.c
133
snprintf(buf, len, "_%s_%s.bin", sn, suffix);
sbin/nvmecontrol/nvmecontrol.c
177
snprintf(full_path, sizeof(full_path), _PATH_DEV"%s", str);
sbin/nvmecontrol/nvmecontrol.c
211
snprintf(dir, MAXPATHLEN, "%s/lib/nvmecontrol", getlocalbase());
sbin/pfctl/parse.y
1044
snprintf(ta, PF_ANCHOR_NAME_SIZE, "_%d", pf->bn);
sbin/pfctl/parse.y
1237
snprintf(loadanchor->anchorname, MAXPATHLEN,
sbin/pfctl/parse.y
1315
snprintf(ta, PF_ANCHOR_NAME_SIZE, "_%d", pf->bn);
sbin/pfctl/parse.y
6110
snprintf(tmp, sizeof(tmp), "(%s)", addr->addr.v.ifname);
sbin/pfctl/parse.y
6113
snprintf(tmp, sizeof(tmp), "<%s>", addr->addr.v.tblname);
sbin/pfctl/parse.y
6116
snprintf(tmp, sizeof(tmp), "no-route");
sbin/pfctl/parse.y
6119
snprintf(tmp, sizeof(tmp), "urpf-failed");
sbin/pfctl/parse.y
6124
snprintf(tmp, sizeof(tmp), "any");
sbin/pfctl/parse.y
6131
snprintf(tmp, sizeof(tmp), "?");
sbin/pfctl/parse.y
6136
snprintf(tmp, sizeof(tmp),
sbin/pfctl/parse.y
6139
snprintf(tmp, sizeof(tmp),
sbin/pfctl/parse.y
6145
snprintf(tmp, sizeof(tmp), "?");
sbin/pfctl/parse.y
6150
snprintf(tmp_not, sizeof(tmp_not), "! %s", tmp);
sbin/pfctl/parse.y
6164
snprintf(a1, sizeof(a1), "%u", ntohs(addr->port[0]));
sbin/pfctl/parse.y
6165
snprintf(a2, sizeof(a2), "%u", ntohs(addr->port[1]));
sbin/pfctl/parse.y
6169
snprintf(op, sizeof(op), "%s><%s", a1, a2);
sbin/pfctl/parse.y
6171
snprintf(op, sizeof(op), "%s<>%s", a1, a2);
sbin/pfctl/parse.y
6173
snprintf(op, sizeof(op), "%s", a1);
sbin/pfctl/parse.y
6175
snprintf(op, sizeof(op), "!=%s", a1);
sbin/pfctl/parse.y
6177
snprintf(op, sizeof(op), "<%s", a1);
sbin/pfctl/parse.y
6179
snprintf(op, sizeof(op), "<=%s", a1);
sbin/pfctl/parse.y
6181
snprintf(op, sizeof(op), ">%s", a1);
sbin/pfctl/parse.y
6183
snprintf(op, sizeof(op), ">=%s", a1);
sbin/pfctl/parse.y
6199
snprintf(n, sizeof(n), "%u", proto);
sbin/pfctl/parse.y
6212
snprintf(n, sizeof(n), "%u", r->nr);
sbin/pfctl/parse.y
7828
sz = snprintf(new_path, sizeof (new_path),
sbin/pfctl/parse.y
7831
sz = snprintf(new_path, sizeof (new_path),
sbin/pfctl/pfctl.c
1183
snprintf(timestr, sizeof(timestr), "N/A");
sbin/pfctl/pfctl.c
1245
snprintf(timestr, sizeof(timestr), "N/A");
sbin/pfctl/pfctl.c
1519
snprintf(npath, MAXPATHLEN, "%s", anchorname);
sbin/pfctl/pfctl.c
1522
snprintf(&path[len], MAXPATHLEN - len, "/%s", anchorname);
sbin/pfctl/pfctl.c
1524
snprintf(&path[len], MAXPATHLEN - len, "%s", anchorname);
sbin/pfctl/pfctl.c
1637
snprintf(&path[len], MAXPATHLEN - len, "/%s", anchorname);
sbin/pfctl/pfctl.c
1639
snprintf(&path[len], MAXPATHLEN - len, "%s", anchorname);
sbin/pfctl/pfctl.c
1856
snprintf(npath, MAXPATHLEN, "%s", anchorname);
sbin/pfctl/pfctl.c
1858
snprintf(npath, MAXPATHLEN, "%s", path);
sbin/pfctl/pfctl.c
1860
snprintf(&npath[len], MAXPATHLEN - len, "/%s", anchorname);
sbin/pfctl/pfctl.c
1862
snprintf(&npath[len], MAXPATHLEN - len, "%s", anchorname);
sbin/pfctl/pfctl.c
2361
snprintf(&path[len], MAXPATHLEN - len, "/%s", pf->eanchor->name);
sbin/pfctl/pfctl.c
2363
snprintf(&path[len], MAXPATHLEN - len, "%s", pf->eanchor->name);
sbin/pfctl/pfctl.c
2423
snprintf(&path[len], MAXPATHLEN - len,
sbin/pfctl/pfctl.c
2426
snprintf(&path[len], MAXPATHLEN - len,
sbin/pfctl/pfctl.c
2466
snprintf(kt->pfrkt_anchor, PF_ANCHOR_MAXPATH, "%s/%s",
sbin/pfctl/pfctl.c
2496
snprintf(&path[len], MAXPATHLEN - len, "/%s", pf->anchor->name);
sbin/pfctl/pfctl.c
2498
snprintf(&path[len], MAXPATHLEN - len, "%s", pf->anchor->name);
sbin/pfctl/pfctl.c
2578
snprintf(&path[len], MAXPATHLEN - len,
sbin/pfctl/pfctl.c
2581
snprintf(&path[len], MAXPATHLEN - len,
sbin/pfctl/pfctl.c
3430
snprintf(sub, sizeof(sub), "%s/%s", pr.path, pr.name);
sbin/pfctl/pfctl.c
3432
snprintf(sub, sizeof(sub), "%s", pr.name);
sbin/pfctl/pfctl_altq.c
1241
snprintf(buf, RATESTR_MAX, "%.2f%cb", rate, unit[i]);
sbin/pfctl/pfctl_altq.c
1243
snprintf(buf, RATESTR_MAX, "%d%cb", (int)rate, unit[i]);
sbin/pfctl/pfctl_altq.c
148
snprintf(item.key, key_size, "%s:%s", a->ifname, a->qname);
sbin/pfctl/pfctl_altq.c
181
snprintf(item.key, sizeof(key), "%s:%s", ifname, qname);
sbin/pfctl/pfctl_optimize.c
1250
snprintf((*tbl)->pt_name, sizeof((*tbl)->pt_name), "%s%d",
sbin/pfctl/pfctl_optimize.c
1319
snprintf(tbl->pt_name, sizeof(tbl->pt_name), "%s%x_%d",
sbin/pfctl/pfctl_osfp.c
1015
snprintf(tmp, sizeof(tmp), "%d", fp->fp_wsize);
sbin/pfctl/pfctl_osfp.c
1020
snprintf(tmp, sizeof(tmp), "%d", fp->fp_ttl);
sbin/pfctl/pfctl_osfp.c
1035
snprintf(tmp, sizeof(tmp), "%d", fp->fp_psize);
sbin/pfctl/pfctl_osfp.c
1064
snprintf(tmp, sizeof(tmp), "%d", fp->fp_mss);
sbin/pfctl/pfctl_osfp.c
1075
snprintf(tmp, sizeof(tmp), "%d", fp->fp_wscale);
sbin/pfctl/pfctl_osfp.c
1093
snprintf(tmp, sizeof(tmp), "TcpOpts %d 0x%llx", fp->fp_optcnt,
sbin/pfctl/pfctl_osfp.c
506
snprintf(buf, len, "%s", class_name);
sbin/pfctl/pfctl_osfp.c
580
snprintf(fptmp.field, sizeof(fptmp.field), \
sbin/pfctl/pfctl_osfp.c
583
snprintf(fptmp.field, sizeof(fptmp.field), \
sbin/pfctl/pfctl_osfp.c
720
snprintf(newprefix, sizeof(newprefix), "%s%s\t", prefix,
sbin/pfctl/pfctl_parser.c
1103
snprintf(buf, sizeof(buf), "%f", r->prob*100.0/(UINT_MAX+1.0));
sbin/pfctl/pfctl_parser.c
357
snprintf(a1, sizeof(a1), "%u", p1);
sbin/pfctl/pfctl_parser.c
358
snprintf(a2, sizeof(a2), "%u", p2);
sbin/pfctl/pfctl_parser.c
371
snprintf(a1, sizeof(a1), "%ju", (uintmax_t)i1);
sbin/pfctl/pfctl_parser.c
372
snprintf(a2, sizeof(a2), "%ju", (uintmax_t)i2);
sbin/pfctl/pfctl_parser.c
540
snprintf(statline, sizeof(statline),
sbin/pfctl/pfctl_parser.c
544
snprintf(statline, sizeof(statline), "Status: %s", running);
sbin/pfctl/tests/pfctl_test.c
171
snprintf(input_files_path, sizeof(input_files_path), "%s/files",
sbin/pfctl/tests/pfctl_test.c
202
snprintf(ifname, sizeof(ifname), "vlan%s", number);
sbin/pfctl/tests/pfctl_test.c
225
snprintf(ifname, sizeof(ifname), "vlan%s", number);
sbin/ping/ping.c
1606
(void)snprintf(buf, sizeof(buf), "%s (%s)", hp->h_name,
sbin/ping/ping.c
1622
(void)snprintf(buf, sizeof(buf), "%02d:%02d:%02d", hour, min, sec);
sbin/ping/ping6.c
1501
l = snprintf(cresult, sizeof(cresult),
sbin/rcorder/rcorder.c
554
snprintf(buffer, sizeof buffer, FAKE_PROV_NAME "%08d", i++);
sbin/recoverdisk/recoverdisk.c
330
snprintf(buf, sizeof(buf), "%s.tmp", write_worklist_file);
sbin/restore/dirs.c
137
(void) snprintf(dirfile, sizeof(dirfile), "%s/rstdir%jd", tmpdir,
sbin/restore/dirs.c
151
(void) snprintf(modefile, sizeof(modefile), "%s/rstmode%jd",
sbin/restore/dirs.c
566
(void) snprintf(modefile, sizeof(modefile), "%s/rstmode%jd",
sbin/restore/interactive.c
357
snprintf(output, sizeof(output), "%s/%s", curdir, rawname);
sbin/restore/tape.c
749
snprintf(eaname, sizeof(eaname), "%.*s",
sbin/route/route.c
373
snprintf(str, ALLSTRLEN - 1, "%d-%d", 0, numfibs - 1);
sbin/route/route.c
375
snprintf(str, ALLSTRLEN - 1, "%d", 0);
sbin/route/route.c
382
snprintf(str, ALLSTRLEN - 1, "%d", defaultfib);
sbin/route/route.c
667
n = snprintf(rt_line, sizeof(rt_line), "link#%d",
sbin/route/route.c
684
if ((n = snprintf(cps, cpe - cps, " %x", *sp)) > 0)
sbin/route/route.c
768
n = snprintf(net_line, sizeof(net_line), "link#%d",
sbin/route/route.c
785
if ((n = snprintf(cps, cpe - cps, " %x", *sp++)) > 0)
sbin/route/route_netlink.c
337
snprintf(ifname, sizeof(ifname), "if#%u", ifindex);
sbin/route/route_netlink.c
399
snprintf(buf, bufsize, "<NULL>");
sbin/route/route_netlink.c
410
sz = snprintf(buf, bufsize, "%s", abuf);
sbin/route/route_netlink.c
429
sz = snprintf(buf, bufsize, "%s", abuf);
sbin/route/route_netlink.c
431
sz = snprintf(buf, bufsize, "%s%%%s", abuf, ifname);
sbin/route/route_netlink.c
435
snprintf(buf, bufsize, "unknown_af#%d", sa->sa_family);
sbin/route/route_netlink.c
440
snprintf(buf + sz, bufsize - sz, "/%d", plen);
sbin/routed/table.c
630
snprintf(name0, sizeof(name0), NEW_RTM_PAT, type);
sbin/routed/trace.c
441
(void)snprintf(sp, s + l - sp, "/%d", 32-i);
sbin/routed/trace.c
444
(void)snprintf(sp, s + l - sp, " (mask %#x)",
sbin/savecore/savecore.c
1153
snprintf(corename, sizeof(corename), "%s.%d.gz",
sbin/savecore/savecore.c
1157
snprintf(corename, sizeof(corename), "vmcore.%d.%s", bounds,
sbin/savecore/savecore.c
1160
snprintf(corename, sizeof(corename), "%s.%d",
sbin/savecore/savecore.c
1183
snprintf(infoname, sizeof(infoname), "info.%d", bounds);
sbin/savecore/savecore.c
1204
snprintf(keyname, sizeof(keyname), "key.%d", bounds);
sbin/savecore/savecore.c
1251
snprintf(linkname, sizeof(linkname), "%s.last.%s",
sbin/savecore/savecore.c
1256
snprintf(linkname, sizeof(linkname), "%s.last",
sbin/savecore/savecore.c
1321
l = snprintf(fullpath, PATH_MAX, "%s%s", _PATH_DEV,
sbin/savecore/savecore.c
367
(void)snprintf(path, sizeof(path), "info.%d", bounds);
sbin/savecore/savecore.c
369
(void)snprintf(path, sizeof(path), "vmcore.%d", bounds);
sbin/savecore/savecore.c
371
(void)snprintf(path, sizeof(path), "vmcore.%d.gz", bounds);
sbin/savecore/savecore.c
373
(void)snprintf(path, sizeof(path), "vmcore.%d.zst", bounds);
sbin/savecore/savecore.c
375
(void)snprintf(path, sizeof(path), "textdump.tar.%d", bounds);
sbin/savecore/savecore.c
377
(void)snprintf(path, sizeof(path), "textdump.tar.%d.gz", bounds);
sbin/savecore/savecore.c
388
(void)snprintf(path, sizeof(path), "info.%d", bounds);
sbin/savecore/savecore.c
390
(void)snprintf(path, sizeof(path), "vmcore.%d", bounds);
sbin/savecore/savecore.c
392
(void)snprintf(path, sizeof(path), "vmcore.%d.gz", bounds);
sbin/savecore/savecore.c
394
(void)snprintf(path, sizeof(path), "vmcore.%d.zst", bounds);
sbin/savecore/savecore.c
396
(void)snprintf(path, sizeof(path), "textdump.tar.%d", bounds);
sbin/savecore/savecore.c
398
(void)snprintf(path, sizeof(path), "textdump.tar.%d.gz", bounds);
sbin/savecore/savecore.c
400
(void)snprintf(path, sizeof(path), "livecore.%d", bounds);
sbin/savecore/savecore.c
402
(void)snprintf(path, sizeof(path), "livecore.%d.gz", bounds);
sbin/savecore/savecore.c
404
(void)snprintf(path, sizeof(path), "livecore.%d.zst", bounds);
sbin/savecore/savecore.c
873
snprintf(corename, sizeof(corename), "livecore.%d", bounds);
sbin/savecore/savecore.c
885
snprintf(infoname, sizeof(infoname), "info.%d", bounds);
sbin/savecore/savecore.c
904
snprintf(linkname, sizeof(linkname), "livecore.last");
sbin/setkey/parse.y
735
snprintf(buf, sizeof(buf), "%lu", $2);
sbin/setkey/setkey.c
416
snprintf(inf, sizeof(inf), "The result of line %d: ", lineno);
sbin/setkey/setkey.c
517
snprintf(buf, sizeof(buf), "#%d", x);
sbin/setkey/setkey.c
564
snprintf(buf, sizeof(buf), " %3lu/", (u_long)t);
sbin/setkey/setkey.c
571
snprintf(buf, sizeof(buf), "%-3lu", (u_long)t);
sbin/shutdown/shutdown.c
324
(void)snprintf(wcmd, sizeof(wcmd), "%s -n", _PATH_WALL);
sbin/swapon/swapon.c
361
pagesize_len = snprintf(NULL, 0, "%d", pagesize) + 1;
sbin/swapon/swapon.c
363
snprintf(p, pagesize_len, "%d", pagesize);
sbin/swapon/swapon.c
600
snprintf(mdpath, sizeof(mdpath), "%s%s%d" DOT_ELI, _PATH_DEV,
sbin/swapon/swapon.c
605
snprintf(mdpath, sizeof(mdpath), "%s%s%d", _PATH_DEV,
sbin/swapon/swapon.c
804
snprintf(buf, bufsize, "%*s", hlen, tmp);
sbin/swapon/swapon.c
806
snprintf(buf, bufsize, "%*lld", hlen, val / blocksize);
sbin/swapon/swapon.c
846
snprintf(buf, sizeof(buf), "%ld-blocks", blocksize);
sbin/sysctl/sysctl.c
414
snprintf(line, sizeof(line), " at line %d", lineno);
sbin/sysctl/sysctl.c
775
l = snprintf(buf, sizeof(buf), "{ ");
sbin/sysctl/sysctl.c
779
l += snprintf(&buf[l], sizeof(buf) - l,
sbin/sysctl/sysctl.c
783
(void)snprintf(&buf[l], sizeof(buf) - l, " }");
sbin/umount/umount.c
285
snprintf(buf, sizeof(buf), "%s:%.*s", delimp + 1,
sbin/umount/umount.c
310
snprintf(buf, sizeof(buf), "%s/..", mntname);
sbin/umount/umount.c
410
snprintf(fsidbuf, sizeof(fsidbuf), "FSID:%d:%d", sfs->f_fsid.val[0],
sbin/veriexec/manifest_parser.y
184
if (snprintf(params->file, sizeof(params->file), "%s%s%s",
secure/lib/libcrypt/crypt-blowfish.c
251
snprintf(buffer, 4, "%2.2u$", logr);
secure/lib/libcrypt/crypt-blowfish.c
304
snprintf(salt + 3, 4, "%2.2u$", 5);
share/examples/tests/tests/atf/printf_test.c
114
if (snprintf(buffer, sizeof(buffer), "0123456789abcdef") != 16)
share/examples/tests/tests/atf/printf_test.c
70
ATF_REQUIRE(snprintf(buffer, sizeof(buffer), "%s, %s!",
share/examples/tests/tests/plain/printf_test.c
54
if (snprintf(buffer, sizeof(buffer), "%s, %s!", "Hello",
share/examples/tests/tests/plain/printf_test.c
67
if (snprintf(buffer, sizeof(buffer), "0123456789abcdef") != 16)
share/examples/tests/tests/tap/printf_test.c
112
if (snprintf(buffer, sizeof(buffer), "0123456789abcdef") != 16) {
share/examples/tests/tests/tap/printf_test.c
94
if (snprintf(buffer, sizeof(buffer), "%s, %s!", "Hello",
stand/common/boot.c
144
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/boot.c
329
snprintf(lbuf, sizeof(lbuf), "%s/etc/fstab", rootdev);
stand/common/boot.c
383
snprintf(lbuf, sizeof(lbuf), "%s:%s", fstyp, dev);
stand/common/boot.c
65
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/commands.c
131
snprintf(buf, sizeof(buf), "%s/boot/%s", getenv("loaddev"),
stand/common/commands.c
206
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/commands.c
241
snprintf(name, sizeof(name), " %-20s",
stand/common/commands.c
286
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/commands.c
423
snprintf(command_errbuf,
stand/common/commands.c
469
snprintf(line, sizeof(line), "*** FILE %s BEGIN ***\n",
stand/common/commands.c
475
snprintf(line, sizeof(line), "*** FILE %s END ***\n",
stand/common/commands.c
493
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/commands.c
534
snprintf(line, sizeof(line), "%s: (unknown)\n",
stand/common/commands.c
553
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/commands.c
560
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/console.c
103
snprintf(module_verbose_buf, sizeof(module_verbose_buf), "%d",
stand/common/dev_net.c
185
snprintf(mtu, sizeof(mtu), "%u", intf_mtu);
stand/common/dev_net.c
417
snprintf(ip, sizeof(ip), "%.*s",
stand/common/disk.c
119
snprintf(line, sizeof(line), " %s%s: %s", pa->prefix, pname,
stand/common/disk.c
129
snprintf(line, sizeof(line), "\t%s",
stand/common/disk.c
147
snprintf(line, sizeof(line), " %s%s",
stand/common/disk.c
76
snprintf(buf, sizeof(buf), "%4ld%cB", (long)size, unit);
stand/common/gfx_fb.c
2300
snprintf(env, sizeof (env), "%ux%u",
stand/common/gfx_fb.c
271
snprintf(env, sizeof(env), "%d", *cattr);
stand/common/install.c
293
i = snprintf(buf, sizeof(buf), "%.*s:%s",
stand/common/interp_forth.c
388
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/interp_forth.c
420
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/interp_forth.c
447
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/interp_simple.c
144
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/interp_simple.c
96
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/ls.c
130
snprintf(lbuf, sizeof(lbuf), " %c %8d %s\n",
stand/common/ls.c
134
snprintf(lbuf, sizeof(lbuf), " %c %s\n",
stand/common/ls.c
166
snprintf(command_errbuf, sizeof (command_errbuf),
stand/common/ls.c
174
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/ls.c
185
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/ls.c
190
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/ls.c
195
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/module.c
1034
snprintf(command_errbuf, sizeof (command_errbuf),
stand/common/module.c
1046
snprintf(command_errbuf, sizeof (command_errbuf),
stand/common/module.c
192
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/module.c
212
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/module.c
224
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/module.c
255
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/module.c
324
snprintf(lbuf, sizeof(lbuf), " %p: ", (void *) fp->f_addr);
stand/common/module.c
327
snprintf(lbuf, sizeof(lbuf), " (%s, 0x%lx)\n", fp->f_type,
stand/common/module.c
340
snprintf(lbuf, sizeof(lbuf), "%s.%d ", mp->m_name,
stand/common/module.c
350
snprintf(lbuf, sizeof(lbuf), " 0x%04x, 0x%lx\n",
stand/common/module.c
448
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/module.c
586
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/module.c
625
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/module.c
679
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/module.c
686
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/module.c
738
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/module.c
769
snprintf(command_errbuf, sizeof (command_errbuf),
stand/common/module.c
785
snprintf(command_errbuf, sizeof (command_errbuf),
stand/common/module.c
828
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/module.c
836
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/module.c
865
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/module.c
875
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/module.c
899
snprintf(command_errbuf, sizeof(command_errbuf),
stand/common/vdisk.c
391
snprintf(line, sizeof(line),
stand/efi/libefi/efi_console.c
1017
snprintf(env, sizeof (env), "%d", fb_height);
stand/efi/libefi/efi_console.c
1020
snprintf(env, sizeof (env), "%d", fb_width);
stand/efi/libefi/efi_console.c
1023
snprintf(env, sizeof (env), "%d",
stand/efi/libefi/efi_console.c
1076
snprintf(env, sizeof (env), "%u", (unsigned)rows);
stand/efi/libefi/efi_console.c
1078
snprintf(env, sizeof (env), "%u", (unsigned)cols);
stand/efi/libefi/efi_console.c
493
snprintf(buf, sizeof (buf), "%d", val);
stand/efi/libefi/eficom.c
342
snprintf(value, sizeof (value), "%u", comc_port->ioaddr);
stand/efi/libefi/eficom.c
356
snprintf(value, sizeof (value), "%ju", (uintmax_t)comc_port->baudrate);
stand/efi/libefi/efipart.c
816
snprintf(line, sizeof(line),
stand/efi/libefi/efizfs.c
113
snprintf(devname, sizeof(devname), "%s%dp%d:",
stand/efi/libefi/env.c
427
snprintf(var, sizeof(var), "%d.%02d", ST->Hdr.Revision >> 16,
stand/efi/loader/arch/amd64/multiboot2.c
391
snprintf(cmdline, len, "%s %s", fp->f_name, fp->f_args);
stand/efi/loader/arch/amd64/trap.c
104
(void) snprintf(buf, sizeof (buf), "FP %016lx: %s 0x%016lx\n",
stand/efi/loader/bootinfo.c
127
snprintf(buf, sizeof(buf), "io:%d,br:%d", port,
stand/efi/loader/framebuffer.c
1002
snprintf(command_errbuf, sizeof(command_errbuf),
stand/efi/loader/framebuffer.c
1012
snprintf(command_errbuf, sizeof(command_errbuf), "usage: %s", argv[0]);
stand/efi/loader/framebuffer.c
806
snprintf(command_errbuf, sizeof(command_errbuf),
stand/efi/loader/framebuffer.c
865
snprintf(command_errbuf, sizeof(command_errbuf),
stand/efi/loader/framebuffer.c
889
snprintf(command_errbuf, sizeof(command_errbuf),
stand/efi/loader/framebuffer.c
909
snprintf(command_errbuf, sizeof(command_errbuf),
stand/efi/loader/framebuffer.c
980
snprintf(command_errbuf, sizeof(command_errbuf),
stand/efi/loader/framebuffer.c
993
snprintf(command_errbuf, sizeof(command_errbuf),
stand/efi/loader/main.c
1187
snprintf(buf, sizeof(buf), "%p", VT);
stand/efi/loader/main.c
1451
snprintf(buf, sizeof(buf), "Boot%04X", boot_current);
stand/efi/loader/main.c
1637
snprintf(line, sizeof(line), "%23s %12s %12s %8s %4s\n",
stand/efi/loader/main.c
1647
snprintf(line, sizeof(line), "%23s %012jx %012jx %08jx ",
stand/efi/loader/main.c
1801
snprintf(command_errbuf, sizeof (command_errbuf),
stand/efi/loader/main.c
1813
snprintf(command_errbuf, sizeof (command_errbuf),
stand/efi/loader/main.c
1831
snprintf(command_errbuf, sizeof (command_errbuf),
stand/efi/loader/main.c
768
snprintf(buf, sizeof(buf), "%d", val);
stand/fdt/fdt_loader_cmd.c
1077
snprintf(command_errbuf, sizeof(command_errbuf),
stand/fdt/fdt_loader_cmd.c
1117
snprintf(command_errbuf, sizeof(command_errbuf),
stand/fdt/fdt_loader_cmd.c
1126
snprintf(command_errbuf, sizeof(command_errbuf),
stand/fdt/fdt_loader_cmd.c
1210
snprintf(command_errbuf, sizeof(command_errbuf),
stand/fdt/fdt_loader_cmd.c
1649
snprintf(command_errbuf, sizeof(command_errbuf),
stand/fdt/fdt_loader_cmd.c
1697
snprintf(command_errbuf, sizeof(command_errbuf),
stand/fdt/fdt_loader_cmd.c
1791
snprintf(command_errbuf, sizeof(command_errbuf),
stand/fdt/fdt_loader_cmd.c
194
snprintf(command_errbuf, sizeof(command_errbuf),
stand/fdt/fdt_loader_cmd.c
198
snprintf(command_errbuf, sizeof(command_errbuf),
stand/fdt/fdt_loader_cmd.c
234
snprintf(command_errbuf, sizeof(command_errbuf),
stand/fdt/fdt_loader_cmd.c
260
snprintf(command_errbuf, sizeof(command_errbuf),
stand/fdt/fdt_loader_cmd.c
356
snprintf(name_ext, namesz, "%s.dtbo", name);
stand/fdt/fdt_loader_cmd.c
764
snprintf(command_errbuf, sizeof(command_errbuf),
stand/fdt/fdt_loader_cmd.c
782
snprintf(command_errbuf, sizeof(command_errbuf),
stand/i386/gptzfsboot/zfsboot.c
204
snprintf(boot_devname, sizeof (boot_devname), "disk%d:",
stand/i386/gptzfsboot/zfsboot.c
641
snprintf(line, sizeof(line),
stand/i386/gptzfsboot/zfsboot.c
704
snprintf(devname, sizeof (devname), "%s%d:", bioshd.dv_name,
stand/i386/libi386/biosdisk.c
743
snprintf(line, sizeof(line),
stand/i386/libi386/biosdisk.c
766
snprintf(line, sizeof(line), " %s%d",
stand/i386/libi386/biosmemdisk.c
128
snprintf(line, sizeof(line), "hint.md.%d.physaddr", count);
stand/i386/libi386/biosmemdisk.c
129
snprintf(scratch, sizeof(scratch), "0x%08x", mdi->mdi_disk_ptr);
stand/i386/libi386/biosmemdisk.c
131
snprintf(line, sizeof(line), "hint.md.%d.len", count);
stand/i386/libi386/biosmemdisk.c
132
snprintf(scratch, sizeof(scratch), "%d", mdi->mdi_disk_sectors * sector_size);
stand/i386/libi386/multiboot.c
213
snprintf(cmdline, len, "%s %s", fp->f_name, fp->f_args);
stand/i386/libi386/vbe.c
1180
snprintf(command_errbuf,
stand/i386/libi386/vbe.c
1222
snprintf(command_errbuf, sizeof (command_errbuf),
stand/i386/libi386/vbe.c
1235
snprintf(command_errbuf,
stand/i386/libi386/vbe.c
1249
snprintf(command_errbuf, sizeof (command_errbuf),
stand/i386/libi386/vbe.c
1264
snprintf(command_errbuf, sizeof (command_errbuf),
stand/i386/libi386/vbe.c
1270
snprintf(command_errbuf, sizeof (command_errbuf),
stand/i386/libi386/vidconsole.c
579
snprintf(buf, sizeof (buf), "%d", val);
stand/i386/libi386/vidconsole.c
909
snprintf(env, sizeof (env), "%d", gfx_state.tg_fb.fb_height);
stand/i386/libi386/vidconsole.c
912
snprintf(env, sizeof (env), "%d", gfx_state.tg_fb.fb_width);
stand/i386/libi386/vidconsole.c
915
snprintf(env, sizeof (env), "%d", gfx_state.tg_fb.fb_bpp);
stand/i386/libi386/vidconsole.c
966
snprintf(env, sizeof (env), "%u", (unsigned)gfx_state.tg_tp.tp_row);
stand/i386/libi386/vidconsole.c
968
snprintf(env, sizeof (env), "%u", (unsigned)gfx_state.tg_tp.tp_col);
stand/i386/loader/main.c
454
snprintf(devname, sizeof(devname), "%s%d:", bioshd.dv_name,
stand/kboot/kboot/hostdisk.c
155
snprintf(szfn, sizeof(szfn), "%s/%s/%s/size", SYSBLK,
stand/kboot/kboot/hostdisk.c
168
snprintf(fn, sizeof(fn), "%s/%s", SYSBLK, hd_name(hd));
stand/kboot/kboot/hostdisk.c
188
snprintf(fn, sizeof(fn), "%s/%s/queue/hw_sector_size",
stand/kboot/kboot/hostdisk.c
241
snprintf(szfn, sizeof(szfn), "%s/%s/size", SYSBLK,
stand/kboot/kboot/hostdisk.c
392
snprintf(line, sizeof(line),
stand/kboot/kboot/hostdisk.c
401
snprintf(line, sizeof(line),
stand/kboot/kboot/hostdisk.c
421
snprintf(name, sizeof(name), "%s:", dev2hd(vdev)->hd_dev);
stand/kboot/kboot/hostfs.c
251
snprintf(line, sizeof(line), " host%d: Host filesystem\n", 0);
stand/kboot/kboot/hostfs.c
75
snprintf(path, sizeof(path), "%s/%s", hostfs_root, fn);
stand/kboot/kboot/main.c
349
snprintf(buf, sizeof(buf), "%#jx", (uintmax_t)pa);
stand/kboot/libkboot/efi.c
45
snprintf(fn, sizeof(fn), "/sys/firmware/efi/runtime-map/%d/phys_addr", entries++);
stand/kboot/libkboot/efi.c
75
snprintf(fn, sizeof(fn), "/sys/firmware/efi/runtime-map/%d/type", i);
stand/kboot/libkboot/efi.c
78
snprintf(fn, sizeof(fn), "/sys/firmware/efi/runtime-map/%d/phys_addr", i);
stand/kboot/libkboot/efi.c
81
snprintf(fn, sizeof(fn), "/sys/firmware/efi/runtime-map/%d/virt_addr", i);
stand/kboot/libkboot/efi.c
84
snprintf(fn, sizeof(fn), "/sys/firmware/efi/runtime-map/%d/num_pages", i);
stand/kboot/libkboot/efi.c
87
snprintf(fn, sizeof(fn), "/sys/firmware/efi/runtime-map/%d/attribute", i);
stand/kshim/bsd_kernel.c
1029
snprintf(dev->dev_desc, sizeof(dev->dev_desc), "%s", desc);
stand/kshim/bsd_kernel.c
722
snprintf(dev->dev_nameunit,
stand/kshim/bsd_kernel.h
530
int snprintf(char *restrict str, size_t size, const char *restrict format,...) __printflike(3, 4);
stand/kshim/bsd_kernel.h
669
#define strlcpy(d,s,n) snprintf((d),(n),"%s",(s))
stand/liblua/luaconf.h
610
#define l_sprintf(s,sz,f,i) snprintf(s,sz,f,i)
stand/libofw/ofw_disk.c
200
snprintf(line, sizeof(line),
stand/libsa/bootp.c
653
snprintf(vp, endv - vp, "%s", inet_ntoa(in_ip));
stand/libsa/bootp.c
660
snprintf(vp, endv - vp, "%02x", *cp);
stand/libsa/bootp.c
683
snprintf(vp, endv - vp, "%u", v);
stand/libsa/bootp.c
714
snprintf(tp, sizeof(tags) - (tp - tags), "%d", tag);
stand/libsa/bootp.c
721
snprintf(env, sizeof(env), op->desc, opts[0].desc, tag);
stand/libsa/bootp.c
723
snprintf(env, sizeof(env), "%s%s", opts[0].desc, op->desc);
stand/libsa/bootp.c
733
snprintf(env, sizeof(env), "%stags", opts[0].desc);
stand/libsa/dev.c
62
snprintf(name, sizeof(name), "%s%d:", d->d_dev->dv_name, d->d_unit);
stand/libsa/nfs.c
174
snprintf(buf, sizeof (buf), "%d", nfs_read_size);
stand/libsa/smbios.c
424
snprintf(buf, sizeof(buf), "%u.%u",
stand/libsa/stand.h
303
extern int snprintf(char *buf, size_t size, const char *cfmt, ...) __printflike(3, 4);
stand/libsa/tftp.c
533
res = snprintf(tftpfile->path, pathsize, "%s%s%s",
stand/libsa/zfs/zfs.c
1529
snprintf(line, sizeof(line), " zfs:%s\n", spa->spa_name);
stand/libsa/zfs/zfs.c
1698
snprintf(buf, sizeof(buf), "%s:%s:", dev->dd.d_dev->dv_name,
stand/libsa/zfs/zfs.c
1701
snprintf(buf, sizeof(buf), "%s:%s/%s:", dev->dd.d_dev->dv_name,
stand/libsa/zfs/zfs.c
1806
snprintf(envname, sizeof(envname), "zpool_checkpoint");
stand/libsa/zfs/zfs.c
1839
snprintf(envname, sizeof(envname), "%s[%d]",
stand/libsa/zfs/zfs.c
1841
snprintf(envval, sizeof(envval), "zfs:%s%s/%s",
stand/libsa/zfs/zfs.c
1848
snprintf(envname, sizeof(envname), "%s_count", envprefix);
stand/libsa/zfs/zfs.c
1849
snprintf(envval, sizeof(envval), "%d", bootenvs_idx);
stand/libsa/zfs/zfs.c
1898
snprintf(becount, 4, "%d", pages);
stand/libsa/zfs/zfs.c
1976
snprintf(envname, sizeof(envname), "bootenvmenu_caption[%d]", zfs_env_index);
stand/libsa/zfs/zfs.c
1977
snprintf(envval, sizeof(envval), "%s", zfs_be->name);
stand/libsa/zfs/zfs.c
1983
snprintf(envname, sizeof(envname), "bootenvansi_caption[%d]", zfs_env_index);
stand/libsa/zfs/zfs.c
1989
snprintf(envname, sizeof(envname), "bootenvmenu_command[%d]", zfs_env_index);
stand/libsa/zfs/zfs.c
1995
snprintf(envname, sizeof(envname), "bootenv_root[%d]", zfs_env_index);
stand/libsa/zfs/zfs.c
1996
snprintf(envval, sizeof(envval), "zfs:%s/%s", beroot, zfs_be->name);
stand/libsa/zfs/zfs.c
2010
snprintf(envname, sizeof(envname), "bootenvmenu_caption[%d]", zfs_env_index);
stand/libsa/zfs/zfs.c
2012
snprintf(envname, sizeof(envname), "bootenvansi_caption[%d]", zfs_env_index);
stand/libsa/zfs/zfs.c
2014
snprintf(envname, sizeof(envname), "bootenvmenu_command[%d]", zfs_env_index);
stand/libsa/zfs/zfs.c
2016
snprintf(envname, sizeof(envname), "bootenv_root[%d]", zfs_env_index);
stand/libsa/zfs/zfs.c
767
snprintf(devname, sizeof(devname), "%s%s:", devname, partname);
stand/uboot/main.c
353
snprintf(slice, sizeof(slice), "%d", currdev.d_disk.d_slice);
stand/uboot/main.c
360
snprintf(partition, sizeof(partition), "%d",
stand/uboot/uboot_disk.c
259
snprintf(line, sizeof(line), "\tdisk%d (%s)\n", i,
stand/usb/tools/sysinit.c
279
snprintf(scratch_buf, sizeof(scratch_buf),
stand/usb/tools/sysinit.c
292
snprintf(scratch_buf, sizeof(scratch_buf),
stand/usb/tools/sysinit.c
299
snprintf(scratch_buf, sizeof(scratch_buf),
stand/usb/tools/sysinit.c
306
snprintf(scratch_buf, sizeof(scratch_buf),
stand/usb/tools/sysinit.c
318
snprintf(scratch_buf, sizeof(scratch_buf),
stand/usb/tools/sysinit.c
325
snprintf(scratch_buf, sizeof(scratch_buf),
stand/userboot/userboot/host.c
125
snprintf(line, sizeof(line), " host%d: Host filesystem\n", 0);
stand/userboot/userboot/userboot_disk.c
132
snprintf(line, sizeof(line),
stand/userboot/userboot/userboot_disk.c
143
snprintf(line, sizeof(line), " disk%d", i);
sys/amd64/vmm/amd/svm.c
1317
snprintf(reasonbuf, sizeof(reasonbuf), "%#lx", reason);
sys/amd64/vmm/intel/vmx.c
450
snprintf(reasonbuf, sizeof(reasonbuf), "%d", reason);
sys/amd64/vmm/intel/vtd.c
324
snprintf(envname, sizeof(envname), "vtd.regmap.%d.addr", units);
sys/arm/allwinner/a10_codec.c
1173
snprintf(status, SND_STATUSLEN, "at %s", ofw_bus_get_name(dev));
sys/arm/allwinner/aw_gpio.c
1080
snprintf(bank_reg_name, sizeof(bank_reg_name), "vcc-p%c-supply",
sys/arm/allwinner/aw_gpio.c
691
snprintf(name, GPIOMAXNAME - 1, "%s",
sys/arm/allwinner/aw_sid.c
435
snprintf(out + (i * 2), sizeof(out) - (i * 2),
sys/arm/allwinner/aw_usbphy.c
291
snprintf(pname, sizeof(pname), "usb%d_vbus-supply", off);
sys/arm/allwinner/aw_usbphy.c
295
snprintf(pname, sizeof(pname), "pmu%d", off);
sys/arm/allwinner/axp209.c
920
snprintf(name, GPIOMAXNAME, "%s", axp209_pins[pin].name);
sys/arm/allwinner/axp81x.c
1186
snprintf(name, GPIOMAXNAME, "%s", axp8xx_pins[pin].name);
sys/arm/arm/identcpu-v6.c
287
snprintf(cpu_model, sizeof(cpu_model),
sys/arm/arm/machdep_boot.c
103
snprintf(board_serial, sizeof(board_serial)-1,
sys/arm/broadcom/bcm2835/bcm2835_audio.c
1039
snprintf(status, SND_STATUSLEN, "at VCHIQ");
sys/arm/broadcom/bcm2835/bcm2835_gpio.c
638
snprintf(pinbuf, sizeof(pinbuf), "%d", i);
sys/arm/broadcom/bcm2835/bcm2835_gpio.c
830
snprintf(sc->sc_gpio_pins[i].gp_name, GPIOMAXNAME,
sys/arm/broadcom/bcm2835/raspberrypi_gpio.c
381
snprintf(sc->sc_gpio_pins[i].gp_name, GPIOMAXNAME,
sys/arm/broadcom/bcm2835/raspberrypi_gpio.c
386
snprintf(sc->sc_gpio_pins[i].gp_name, GPIOMAXNAME,
sys/arm/freescale/imx/imx6_ssi.c
815
snprintf(status, SND_STATUSLEN, "at simplebus");
sys/arm/freescale/imx/imx_gpio.c
856
snprintf(sc->gpio_pins[i].gp_name, GPIOMAXNAME,
sys/arm/freescale/imx/imx_i2c.c
462
snprintf(wrkstr, sizeof(wrkstr), "pinctrl-%d", cfgidx);
sys/arm/freescale/vybrid/vf_gpio.c
146
snprintf(sc->gpio_pins[i].gp_name, GPIOMAXNAME,
sys/arm/freescale/vybrid/vf_sai.c
767
snprintf(status, SND_STATUSLEN, "at simplebus");
sys/arm/mv/a37x0_gpio.c
118
snprintf(name, GPIOMAXNAME, "pin %d", pin);
sys/arm/mv/mv_thermal.c
334
snprintf(name, sizeof(name), "cpu%d", i);
sys/arm/mv/mv_thermal.c
335
snprintf(desc, sizeof(desc), "CPU%d Temperature", i);
sys/arm/mv/mvebu_gpio.c
788
snprintf(pin->gp_name, GPIOMAXNAME, "gpio%d", i);
sys/arm/nvidia/as3722_regulators.c
531
snprintf(prop_name, sizeof(prop_name), "%s-supply",
sys/arm/nvidia/tegra124/tegra124_coretemp.c
116
snprintf(stemp, sizeof(stemp), "%d", val);
sys/arm/nvidia/tegra_gpio.c
778
snprintf(sc->gpio_pins[i].gp_name, GPIOMAXNAME, "gpio_%s.%d",
sys/arm/ti/am335x/am335x_dmtimer.c
349
snprintf(sc->tmr_name, sizeof(sc->tmr_name), "DMTimer%d", sc->tmr_num);
sys/arm/ti/am335x/am335x_dmtpps.c
183
snprintf(muxmode, sizeof(muxmode), "timer%d", pi->tmr_num);
sys/arm/ti/am335x/am335x_dmtpps.c
217
snprintf(muxmode, sizeof(muxmode), "timer%d", pi->tmr_num);
sys/arm/ti/am335x/am335x_dmtpps.c
479
snprintf(sc->tmr_name, sizeof(sc->tmr_name), "DMTimer%d", sc->tmr_num);
sys/arm/ti/am335x/am335x_pmic.c
113
snprintf(notify_buf, sizeof(notify_buf), "notify=0x%02x",
sys/arm/ti/clk/ti_clkctrl.c
300
snprintf(name, name_len, "%s_%x",
sys/arm/ti/ti_adc.c
571
snprintf(pinbuf, sizeof(pinbuf), "%d", ain);
sys/arm/ti/ti_gpio.c
361
snprintf(name, GPIOMAXNAME, "gpio_%u", pin);
sys/arm/ti/ti_pruss.c
369
snprintf(event, sizeof(event), "%d", sc->sc_irq_devs[irq].event);
sys/arm/ti/ti_pruss.c
419
snprintf(channel, sizeof(channel), "%d", sc->sc_irq_devs[irq].channel);
sys/arm/ti/ti_pruss.c
636
snprintf(name, sizeof(name), "%d", i);
sys/arm/xilinx/zy7_devcfg.c
367
snprintf(fclk_num, sizeof(fclk_num), "%d", i);
sys/arm/xilinx/zy7_gpio.c
277
snprintf(name, GPIOMAXNAME, "MIO_%d", pin);
sys/arm/xilinx/zy7_gpio.c
280
snprintf(name, GPIOMAXNAME, "EMIO_%d", pin - emio_min);
sys/arm/xilinx/zy7_slcr.c
597
snprintf(zynq_bootmode, sizeof(zynq_bootmode),
sys/arm/xilinx/zy7_slcr.c
602
snprintf(zynq_pssid, sizeof(zynq_pssid),
sys/arm64/apple/apple_pinctrl.c
250
snprintf(name, GPIOMAXNAME - 1, "gpio%c%d",
sys/arm64/arm64/cpu_feat.c
59
snprintf(tunable, sizeof(tunable), "hw.feat.%s",
sys/arm64/arm64/trap.c
452
snprintf(name, sizeof(name), "%sx%d", (reg < 10) ? " " : "",
sys/arm64/nvidia/tegra210/max77620_regulators.c
682
snprintf(prop_name, sizeof(prop_name), "%s-supply",
sys/arm64/nvidia/tegra210/tegra210_coretemp.c
121
snprintf(stemp, sizeof(stemp), "%d", val);
sys/arm64/qoriq/clk/qoriq_clk_pll.c
139
snprintf(namebuf, QORIQ_CLK_NAME_MAX_LEN, "%s_div%d",
sys/arm64/rockchip/rk_gpio.c
443
snprintf(name, GPIOMAXNAME, "P%c%d", bank + 'A', pin);
sys/arm64/rockchip/rk_grf_gpio.c
63
snprintf(name, GPIOMAXNAME, "GPIO_MUTE");
sys/arm64/spe/arm_spe_backend.c
156
snprintf(lock_name, sizeof(lock_name), "%s%d", tmp, cpu_id);
sys/arm64/spe/arm_spe_backend.c
748
snprintf(lock_name, sizeof(lock_name), "Arm SPE lock/thr/%d", thr->thread_id);
sys/cam/ata/ata_all.c
436
snprintf(ata, sizeof(ata), "%s", proto);
sys/cam/ata/ata_all.c
438
snprintf(ata, sizeof(ata), "%s-%d", proto,
sys/cam/ata/ata_all.c
441
snprintf(ata, sizeof(ata), "%s8-ACS", proto);
sys/cam/ata/ata_all.c
443
snprintf(ata, sizeof(ata), "ACS-%d %s",
sys/cam/ata/ata_all.c
448
snprintf(sata, sizeof(sata), " SATA 3.x");
sys/cam/ata/ata_all.c
450
snprintf(sata, sizeof(sata), " SATA 2.x");
sys/cam/ata/ata_all.c
452
snprintf(sata, sizeof(sata), " SATA 1.x");
sys/cam/ata/ata_all.c
454
snprintf(sata, sizeof(sata), " SATA");
sys/cam/ata/ata_da.c
1425
snprintf(tmpbuf, sizeof(tmpbuf), "Drive Managed");
sys/cam/ata/ata_da.c
1428
snprintf(tmpbuf, sizeof(tmpbuf), "Host Aware");
sys/cam/ata/ata_da.c
1431
snprintf(tmpbuf, sizeof(tmpbuf), "Host Managed");
sys/cam/ata/ata_da.c
1435
snprintf(tmpbuf, sizeof(tmpbuf), "Not Zoned");
sys/cam/ata/ata_da.c
1492
snprintf(tmpstr, sizeof(tmpstr), "CAM ADA unit %d",periph->unit_number);
sys/cam/ata/ata_da.c
1493
snprintf(tmpstr2, sizeof(tmpstr2), "%d", periph->unit_number);
sys/cam/ata/ata_da.c
1859
snprintf(announce_buf, ADA_ANNOUNCETMP_SZ,
sys/cam/ata/ata_da.c
1865
snprintf(announce_buf, ADA_ANNOUNCETMP_SZ,
sys/cam/ata/ata_da.c
1869
snprintf(announce_buf, ADA_ANNOUNCETMP_SZ,
sys/cam/ata/ata_da.c
1927
snprintf(announce_buf, ADA_ANNOUNCETMP_SZ,
sys/cam/ata/ata_da.c
3617
snprintf(softc->disk->d_attachment, sizeof(softc->disk->d_attachment),
sys/cam/ata/ata_pmp.c
347
snprintf(tmpstr, sizeof(tmpstr), "CAM PMP unit %d", periph->unit_number);
sys/cam/ata/ata_pmp.c
348
snprintf(tmpstr2, sizeof(tmpstr2), "%d", periph->unit_number);
sys/cam/ata/ata_xpt.c
1198
snprintf(ident_buf->model, sizeof(ident_buf->model),
sys/cam/ata/ata_xpt.c
1210
snprintf(ident_buf->revision, sizeof(ident_buf->revision),
sys/cam/cam_iosched.c
961
snprintf(buf, sizeof(buf), "%ju", (intmax_t)us);
sys/cam/cam_periph.c
622
snprintf(pathbuf, sizeof(pathbuf), "scbus%d", pathid);
sys/cam/cam_xpt.c
4064
snprintf(buf, sizeof(buf), "%s%d", sim_name, sim_unit);
sys/cam/cam_xpt.c
5568
snprintf(buffer, sizeof(buffer), "%#x", action);
sys/cam/ctl/ctl.c
2941
snprintf(lun_req->error_str,
sys/cam/ctl/ctl.c
2951
snprintf(lun_req->error_str, sizeof(lun_req->error_str),
sys/cam/ctl/ctl.c
2959
snprintf(lun_req->error_str, sizeof(lun_req->error_str),
sys/cam/ctl/ctl.c
2969
snprintf(lun_req->error_str, sizeof(lun_req->error_str),
sys/cam/ctl/ctl.c
2987
snprintf(lun_req->error_str,
sys/cam/ctl/ctl.c
2995
snprintf(lun_req->error_str,
sys/cam/ctl/ctl.c
3004
snprintf(lun_req->error_str,
sys/cam/ctl/ctl.c
3056
snprintf(list->error_str, sizeof(list->error_str),
sys/cam/ctl/ctl.c
3181
snprintf(list->error_str, sizeof(list->error_str),
sys/cam/ctl/ctl.c
3206
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl.c
3223
snprintf(cn->error_str, sizeof(cn->error_str),
sys/cam/ctl/ctl.c
3244
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl.c
3252
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl.c
3260
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl.c
3270
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl.c
3292
snprintf(req->error_str,
sys/cam/ctl/ctl.c
3300
snprintf(req->error_str,
sys/cam/ctl/ctl.c
3309
snprintf(req->error_str,
sys/cam/ctl/ctl.c
3338
snprintf(list->error_str, sizeof(list->error_str),
sys/cam/ctl/ctl.c
3464
snprintf(list->error_str, sizeof(list->error_str),
sys/cam/ctl/ctl.c
3934
snprintf(pool->name, sizeof(pool->name), "CTL IO %s", pool_name);
sys/cam/ctl/ctl_backend_block.c
2195
snprintf(lun_req->error_str, sizeof(lun_req->error_str),
sys/cam/ctl/ctl_backend_block.c
2236
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_block.c
2244
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_block.c
2311
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_block.c
2357
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_block.c
2366
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_block.c
2384
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_block.c
2392
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_block.c
2405
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_block.c
2415
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_block.c
2540
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_block.c
2548
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_block.c
2586
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_block.c
2605
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_block.c
2704
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_block.c
2727
snprintf(tmpstr, sizeof(tmpstr), "MYSERIAL%04d",
sys/cam/ctl/ctl_backend_block.c
2741
snprintf(tmpstr, sizeof(tmpstr), "MYDEVID%04d", softc->num_luns);
sys/cam/ctl/ctl_backend_block.c
2760
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_block.c
2792
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_block.c
2854
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_block.c
2874
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_block.c
2926
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_ramdisk.c
1034
snprintf(lun_req->error_str, sizeof(lun_req->error_str),
sys/cam/ctl/ctl_backend_ramdisk.c
1070
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_ramdisk.c
1090
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_ramdisk.c
1163
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_ramdisk.c
1179
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_ramdisk.c
1186
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_ramdisk.c
1247
snprintf(tmpstr, sizeof(tmpstr), "MYSERIAL%04d",
sys/cam/ctl/ctl_backend_ramdisk.c
1261
snprintf(tmpstr, sizeof(tmpstr), "MYDEVID%04d", softc->num_luns);
sys/cam/ctl/ctl_backend_ramdisk.c
1289
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_ramdisk.c
1304
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_ramdisk.c
1356
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_backend_ramdisk.c
1391
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_frontend_cam_sim.c
136
snprintf(softc->port_name, sizeof(softc->port_name), "camsim");
sys/cam/ctl/ctl_frontend_ioctl.c
192
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_frontend_ioctl.c
222
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_frontend_ioctl.c
243
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_frontend_ioctl.c
269
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_frontend_ioctl.c
281
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_frontend_ioctl.c
289
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_frontend_ioctl.c
320
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
1535
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
1542
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
1556
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
1568
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
1604
snprintf(cs->cs_initiator_id, sizeof(cs->cs_initiator_id),
sys/cam/ctl/ctl_frontend_iscsi.c
1619
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
1667
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
1718
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
1767
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
1776
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
1809
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
1827
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
1877
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
1897
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
1925
snprintf(ci->error_str, sizeof(ci->error_str), "no listener");
sys/cam/ctl/ctl_frontend_iscsi.c
1933
snprintf(ci->error_str, sizeof(ci->error_str), "getsockaddr failed");
sys/cam/ctl/ctl_frontend_iscsi.c
1943
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
1972
snprintf(ci->error_str, sizeof(ci->error_str), "interrupted");
sys/cam/ctl/ctl_frontend_iscsi.c
1988
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
2016
snprintf(ci->error_str, sizeof(ci->error_str), "connection not found");
sys/cam/ctl/ctl_frontend_iscsi.c
2028
snprintf(ci->error_str, sizeof(ci->error_str), "connection is terminating");
sys/cam/ctl/ctl_frontend_iscsi.c
2039
snprintf(ci->error_str, sizeof(ci->error_str), "data segment too big");
sys/cam/ctl/ctl_frontend_iscsi.c
2048
snprintf(ci->error_str, sizeof(ci->error_str), "copyin error %d", error);
sys/cam/ctl/ctl_frontend_iscsi.c
2084
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
2101
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
2110
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
2121
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
2154
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
2163
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
2174
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
2180
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
2219
snprintf(desc->identifier, idlen, "%s,t,0x%4.4x", target, tag);
sys/cam/ctl/ctl_frontend_iscsi.c
2241
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
2262
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
2271
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
2280
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
2310
snprintf(req->error_str, sizeof(req->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
2355
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_frontend_iscsi.c
2362
snprintf(ci->error_str, sizeof(ci->error_str),
sys/cam/ctl/ctl_scsi_all.c
115
snprintf(path_str, len, "(%u:%u:%u/%u): ",
sys/cam/ctl/ctl_scsi_all.c
88
snprintf(unkstr, sizeof(unkstr), "Unknown %#x",
sys/cam/ctl/scsi_ctl.c
348
snprintf(softc->port_name, sizeof(softc->port_name),
sys/cam/mmc/mmc_da.c
1514
snprintf(part->name, sizeof(part->name), name, "sdda", periph->unit_number);
sys/cam/mmc/mmc_da.c
1567
snprintf(part->disk->d_attachment, sizeof(part->disk->d_attachment),
sys/cam/mmc/mmc_da.c
1578
snprintf(cname, sizeof(cname), name, "mmcsd", periph->unit_number);
sys/cam/mmc/mmc_da.c
426
snprintf(oidstr, sizeof(oidstr), "%c%c", c1, c2);
sys/cam/mmc/mmc_da.c
428
snprintf(oidstr, sizeof(oidstr), "0x%04x", sc->cid.oid);
sys/cam/mmc/mmc_da.c
429
snprintf(sc->card_sn_string, sizeof(sc->card_sn_string),
sys/cam/mmc/mmc_da.c
431
snprintf(sc->card_id_string, sizeof(sc->card_id_string),
sys/cam/mmc/mmc_sim.c
193
snprintf(mmc_sim->name, sizeof(mmc_sim->name), "%s_sim", name);
sys/cam/nvme/nvme_da.c
1029
snprintf(disk->d_attachment, sizeof(disk->d_attachment),
sys/cam/nvme/nvme_da.c
1060
snprintf(announce_buf, sizeof(announce_buf),
sys/cam/nvme/nvme_da.c
824
snprintf(tmpstr, sizeof(tmpstr), "CAM NDA unit %d", periph->unit_number);
sys/cam/nvme/nvme_da.c
825
snprintf(tmpstr2, sizeof(tmpstr2), "%d", periph->unit_number);
sys/cam/nvme/nvme_da.c
985
snprintf(announce_buf, sizeof(announce_buf),
sys/cam/scsi/scsi_all.c
3681
snprintf(unkstr, sizeof(unkstr), "Unknown %#x",
sys/cam/scsi/scsi_all.c
4491
snprintf(tmpstr, sizeof(tmpstr), "bit %d ",
sys/cam/scsi/scsi_all.c
4544
snprintf(tmpstr, sizeof(tmpstr), "bit %d ",
sys/cam/scsi/scsi_all.c
6123
snprintf(error_str, error_str_len, "%s: error "
sys/cam/scsi/scsi_all.c
6143
snprintf(error_str, error_str_len, "%s: unsupported "
sys/cam/scsi/scsi_all.c
6157
snprintf(error_str, error_str_len, "%s: unable to "
sys/cam/scsi/scsi_all.c
6224
snprintf(error_str, error_str_len,
sys/cam/scsi/scsi_all.c
6233
snprintf(error_str, error_str_len, "%s: error "
sys/cam/scsi/scsi_all.c
6243
snprintf(error_str, error_str_len, "%s: no relative "
sys/cam/scsi/scsi_all.c
6253
snprintf(error_str, error_str_len, "%s: error "
sys/cam/scsi/scsi_all.c
6267
snprintf(error_str, error_str_len, "%s: unable to "
sys/cam/scsi/scsi_all.c
6315
snprintf(error_str, error_str_len, "%s: RDMA ID "
sys/cam/scsi/scsi_all.c
6334
snprintf(error_str, error_str_len, "%s: RDMA "
sys/cam/scsi/scsi_all.c
6376
snprintf(error_str, error_str_len, "%s: "
sys/cam/scsi/scsi_all.c
6393
snprintf(error_str, error_str_len, "%s: "
sys/cam/scsi/scsi_all.c
6412
snprintf(error_str, error_str_len, "%s: unable to "
sys/cam/scsi/scsi_all.c
6482
snprintf(error_str, error_str_len, "%s: "
sys/cam/scsi/scsi_all.c
6501
snprintf(error_str, error_str_len, "%s: no digits "
sys/cam/scsi/scsi_all.c
6524
snprintf(error_str, error_str_len, "%s: unable to "
sys/cam/scsi/scsi_all.c
6540
snprintf(iscsi->iscsi_name, name_len, "%s%s", iqn_prefix, id_str);
sys/cam/scsi/scsi_all.c
6573
snprintf(error_str, error_str_len, "%s: no ID found",
sys/cam/scsi/scsi_all.c
6582
snprintf(error_str, error_str_len, "%s: error "
sys/cam/scsi/scsi_all.c
6592
snprintf(error_str, error_str_len, "%s: no PCIe "
sys/cam/scsi/scsi_all.c
6602
snprintf(error_str, error_str_len, "%s: error "
sys/cam/scsi/scsi_all.c
6616
snprintf(error_str, error_str_len, "%s: "
sys/cam/scsi/scsi_all.c
6627
snprintf(error_str, error_str_len, "%s: "
sys/cam/scsi/scsi_all.c
6637
snprintf(error_str, error_str_len, "%s: bus value "
sys/cam/scsi/scsi_all.c
6648
snprintf(error_str, error_str_len, "%s: device value "
sys/cam/scsi/scsi_all.c
6661
snprintf(error_str, error_str_len, "%s: function value "
sys/cam/scsi/scsi_all.c
6678
snprintf(error_str, error_str_len, "%s: unable to "
sys/cam/scsi/scsi_all.c
6746
snprintf(error_str, error_str_len,
sys/cam/scsi/scsi_all.c
6758
snprintf(error_str, error_str_len, "%s: %s protocol "
sys/cam/scsi/scsi_all.c
6823
snprintf(error_str, error_str_len, "%s: no Transport "
sys/cam/scsi/scsi_all.c
7092
snprintf(error_str, error_str_len, "Available "
sys/cam/scsi/scsi_all.c
7116
snprintf(error_str, error_str_len, "Volume Change "
sys/cam/scsi/scsi_all.c
7198
snprintf(error_str, error_str_len, "Available "
sys/cam/scsi/scsi_all.c
7212
snprintf(error_str, error_str_len, "The length of "
sys/cam/scsi/scsi_all.c
7283
snprintf(error_str, error_str_len, "Available "
sys/cam/scsi/scsi_all.c
7395
snprintf(error_str, error_str_len, "Available "
sys/cam/scsi/scsi_all.c
7444
snprintf(error_str, error_str_len, "Available "
sys/cam/scsi/scsi_all.c
7505
snprintf(error_str, error_str_len, "Unknown attribute "
sys/cam/scsi/scsi_cd.c
1215
snprintf(announce_buf, CD_ANNOUNCETMP_SZ,
sys/cam/scsi/scsi_cd.c
1269
snprintf(announce_buf,
sys/cam/scsi/scsi_cd.c
1280
snprintf(announce_buf,
sys/cam/scsi/scsi_cd.c
516
snprintf(tmpstr, sizeof(tmpstr), "CAM CD unit %d", periph->unit_number);
sys/cam/scsi/scsi_cd.c
517
snprintf(tmpstr2, sizeof(tmpstr2), "%d", periph->unit_number);
sys/cam/scsi/scsi_cd.c
652
snprintf(tmpstr, sizeof(tmpstr), "kern.cam.cd.%d.minimum_cmd_size",
sys/cam/scsi/scsi_cd.c
706
snprintf(softc->disk->d_attachment, sizeof(softc->disk->d_attachment),
sys/cam/scsi/scsi_ch.c
627
snprintf(announce_buf, sizeof(announce_buf),
sys/cam/scsi/scsi_da.c
2310
snprintf(tmpstr, sizeof(tmpstr), "CAM DA unit %d", periph->unit_number);
sys/cam/scsi/scsi_da.c
2311
snprintf(tmpstr2, sizeof(tmpstr2), "%d", periph->unit_number);
sys/cam/scsi/scsi_da.c
2620
snprintf(buf, sizeof(buf), "Delete methods: <");
sys/cam/scsi/scsi_da.c
2791
snprintf(tmpbuf, sizeof(tmpbuf), "Drive Managed");
sys/cam/scsi/scsi_da.c
2794
snprintf(tmpbuf, sizeof(tmpbuf), "Host Aware");
sys/cam/scsi/scsi_da.c
2797
snprintf(tmpbuf, sizeof(tmpbuf), "Host Managed");
sys/cam/scsi/scsi_da.c
2801
snprintf(tmpbuf, sizeof(tmpbuf), "Not Zoned");
sys/cam/scsi/scsi_da.c
2901
snprintf(tmpstr, sizeof(tmpstr), "kern.cam.da.%d.quirks",
sys/cam/scsi/scsi_da.c
2962
snprintf(tmpstr, sizeof(tmpstr), "kern.cam.da.%d.minimum_cmd_size",
sys/cam/scsi/scsi_da.c
3033
snprintf(softc->disk->d_attachment, sizeof(softc->disk->d_attachment),
sys/cam/scsi/scsi_da.c
5009
n = snprintf(announce_buf, DA_ANNOUNCETMP_SZ,
sys/cam/scsi/scsi_da.c
5015
n += snprintf(announce_buf + n,
sys/cam/scsi/scsi_da.c
5019
snprintf(announce_buf + n, DA_ANNOUNCETMP_SZ - n, ")");
sys/cam/scsi/scsi_da.c
5119
snprintf(announce_buf, DA_ANNOUNCETMP_SZ,
sys/cam/scsi/scsi_enc_ses.c
2917
rsize = snprintf(str, sizeof(str), "%s %s %s",
sys/cam/scsi/scsi_enc_ses.c
2931
rsize = snprintf(str, sizeof(str), "%16jx",
sys/cam/scsi/scsi_pass.c
595
snprintf(softc->zone_name, sizeof(softc->zone_name), "%s%d",
sys/cam/scsi/scsi_pass.c
597
snprintf(softc->io_zone_name, sizeof(softc->io_zone_name), "%s%dIO",
sys/cam/scsi/scsi_sa.c
1083
snprintf(ps->error_str, sizeof(ps->error_str),
sys/cam/scsi/scsi_sa.c
1089
snprintf(ps->error_str, sizeof(ps->error_str),
sys/cam/scsi/scsi_sa.c
1099
snprintf(ps->error_str, sizeof(ps->error_str),
sys/cam/scsi/scsi_sa.c
1114
snprintf(ps->error_str, sizeof(ps->error_str),
sys/cam/scsi/scsi_sa.c
1143
snprintf(ps->error_str, sizeof(ps->error_str),
sys/cam/scsi/scsi_sa.c
1150
snprintf(ps->error_str, sizeof(ps->error_str),
sys/cam/scsi/scsi_sa.c
1257
snprintf(ps[0].error_str, sizeof(ps[0].error_str),
sys/cam/scsi/scsi_sa.c
1270
snprintf(ps[0].error_str, sizeof(ps[0].error_str),
sys/cam/scsi/scsi_sa.c
1300
snprintf(ps[i].error_str, sizeof(ps[i].error_str),
sys/cam/scsi/scsi_sa.c
1308
snprintf(ps[i].error_str, sizeof(ps[i].error_str),
sys/cam/scsi/scsi_sa.c
1317
snprintf(ps[i].error_str, sizeof(ps[i].error_str),
sys/cam/scsi/scsi_sa.c
1334
snprintf(ps[i].error_str, sizeof(ps[i].error_str),
sys/cam/scsi/scsi_sa.c
1450
snprintf(params[i].error_str,
sys/cam/scsi/scsi_sa.c
1736
snprintf(g->error_str, sizeof(g->error_str),
sys/cam/scsi/scsi_sa.c
1758
snprintf(g->error_str, sizeof(g->error_str),
sys/cam/scsi/scsi_sa.c
2369
snprintf(tmpstr, sizeof(tmpstr), "kern.cam.sa.timeout.%s",
sys/cam/scsi/scsi_sa.c
2379
snprintf(tmpstr, sizeof(tmpstr), "kern.cam.sa.%u.timeout.%s",
sys/cam/scsi/scsi_sa.c
2404
snprintf(tmpstr, sizeof(tmpstr), "CAM SA unit %d", periph->unit_number);
sys/cam/scsi/scsi_sa.c
2405
snprintf(tmpstr2, sizeof(tmpstr2), "%u", periph->unit_number);
sys/cam/scsi/scsi_sa.c
2436
snprintf(tmpstr, sizeof(tmpstr), "%s timeout",
sys/cam/scsi/scsi_sa.c
2596
snprintf(tmpstr, sizeof(tmpstr), "kern.cam.sa.%u.allow_io_split",
sys/cam/scsi/scsi_sa.c
4737
snprintf(g->error_str, sizeof(g->error_str),
sys/cddl/dev/kinst/aarch64/kinst_isa.c
405
snprintf(kp->kp_name, sizeof(kp->kp_name), "%d", off);
sys/cddl/dev/kinst/amd64/kinst_isa.c
582
snprintf(kp->kp_name, sizeof(kp->kp_name), "%d", off);
sys/cddl/dev/kinst/riscv/kinst_isa.c
530
snprintf(kp->kp_name, sizeof(kp->kp_name), "%d", off);
sys/cddl/dev/profile/profile.c
366
(void) snprintf(n, PROF_NAMELEN, "%s%d",
sys/cddl/dev/profile/profile.c
375
(void) snprintf(n, PROF_NAMELEN, "%s%d",
sys/compat/linsysfs/linsysfs.c
230
snprintf(temp, MAXPATHLEN, "%s/%s", cur->pn_name, path);
sys/compat/linux/linux_if.c
163
return (snprintf(lxname, len, "eth%d", ifp->if_linux_ethno));
sys/compat/linux/linux_util.c
275
snprintf(formated, sizeof(formated), "%3d %s\n",
sys/compat/linuxkpi/common/include/linux/device.h
184
return snprintf(buf, PAGE_SIZE, "%s\n", cs->str);
sys/compat/linuxkpi/common/include/linux/kmod.h
42
snprintf(modname, sizeof(modname), __VA_ARGS__); \
sys/compat/linuxkpi/common/src/linux_80211.c
7419
snprintf(p, 5, "%#04x", *e++);
sys/compat/linuxkpi/common/src/linux_cmdline.c
51
snprintf(tunable, sizeof(tunable), "kern.vt.fb.modes.%s",
sys/compat/linuxkpi/common/src/linux_tasklet.c
118
snprintf(buf, sizeof(buf), "softirq%d", i);
sys/ddb/db_ps.c
270
snprintf(state, sizeof(state), "Run");
sys/ddb/db_ps.c
273
snprintf(state, sizeof(state), "RunQ");
sys/ddb/db_ps.c
276
snprintf(state, sizeof(state), "CanRun");
sys/ddb/db_ps.c
279
snprintf(state, sizeof(state), "Inactv");
sys/ddb/db_ps.c
298
snprintf(state, sizeof(state), "???");
sys/ddb/db_ps.c
311
snprintf(state, sizeof(state), "CPU %d", td->td_oncpu);
sys/ddb/db_script.c
321
snprintf(scriptname, sizeof(scriptname), "%s.%s",
sys/ddb/db_sym.c
204
snprintf(tmp, sizeof(tmp), "%s:%s", symtabname, symname);
sys/ddb/db_sym.c
242
snprintf(tmp, sizeof(tmp), "pcpu_entry_%s", name);
sys/ddb/db_sym.c
266
snprintf(tmp, sizeof(tmp), "vnet_entry_%s", name);
sys/ddb/db_textdump.c
199
snprintf(uhp->uh_sum, sizeof(uhp->uh_sum), "%6o", sum);
sys/ddb/db_textdump.c
219
snprintf(uhp->uh_size, sizeof(uhp->uh_size), "%o", size);
sys/ddb/db_textdump.c
224
snprintf(uhp->uh_mtime, sizeof(uhp->uh_mtime), "%lo",
sys/dev/acpi_support/atk0110.c
224
snprintf(sysctl_name, sizeof(sysctl_name), "%i", idx);
sys/dev/acpica/Osd/OsdSynch.c
297
snprintf(am->am_name, sizeof(am->am_name), "ACPI mutex (%p)", am);
sys/dev/acpica/Osd/OsdSynch.c
512
snprintf(al->al_name, sizeof(al->al_name), "ACPI lock (GPE)");
sys/dev/acpica/Osd/OsdSynch.c
514
snprintf(al->al_name, sizeof(al->al_name), "ACPI lock (HW)");
sys/dev/acpica/Osd/OsdSynch.c
517
snprintf(al->al_name, sizeof(al->al_name), "ACPI lock (%p)", al);
sys/dev/acpica/Osd/OsdSynch.c
89
snprintf(as->as_name, sizeof(as->as_name), "ACPI sema (%p)", as);
sys/dev/acpica/acpi.c
2142
snprintf(sxd, sizeof(sxd), "_S%dD", state);
sys/dev/acpica/acpi.c
4664
snprintf(notify_buf, sizeof(notify_buf), "notify=0x%02x", notify);
sys/dev/acpica/acpi.c
479
snprintf(acpi_ca_version, sizeof(acpi_ca_version), "%x", ACPI_CA_VERSION);
sys/dev/acpica/acpi_cpu.c
1507
snprintf(state, sizeof(state), "C%d", sc->cpu_cx_lowest_lim + 1);
sys/dev/acpica/acpi_cpu.c
1536
snprintf(state, sizeof(state), "C%d", cpu_cx_lowest_lim + 1);
sys/dev/acpica/acpi_dock.c
144
snprintf(ejx, sizeof(ejx), "_EJ%d", state);
sys/dev/acpica/acpi_ec.c
680
snprintf(qxx, sizeof(qxx), "_Q%02X", Data);
sys/dev/acpica/acpi_pci_link.c
427
snprintf(buf, sizeof(buf), "%s:",
sys/dev/acpica/acpi_pci_link.c
975
snprintf(tunable_buffer, sizeof(tunable_buffer),
sys/dev/acpica/acpi_pci_link.c
984
snprintf(tunable_buffer, sizeof(tunable_buffer),
sys/dev/acpica/acpi_resource.c
241
snprintf(buf, sizeof(buf), "type %u", ResourceType);
sys/dev/acpica/acpi_smbat.c
476
snprintf(sc->bix.serial, sizeof(sc->bix.serial), "0x%04x", val);
sys/dev/acpica/acpi_thermal.c
260
snprintf(oidname, sizeof(oidname), "tz%d", device_get_unit(dev));
sys/dev/acpica/acpi_video.c
1187
snprintf(notify_buf, sizeof(notify_buf), "notify=%d", level);
sys/dev/acpica/acpi_video.c
612
snprintf(name, sizeof(name), "%s%d", type, n);
sys/dev/acpica/acpi_video.c
626
snprintf(env, sizeof(env), "hw.acpi.video.%s.fullpower", name);
sys/dev/acpica/acpi_video.c
629
snprintf(env, sizeof(env), "hw.acpi.video.%s.economy", name);
sys/dev/ahci/ahciem.c
164
snprintf(buf, sizeof(buf), "%s.%d.act",
sys/dev/ahci/ahciem.c
170
snprintf(buf, sizeof(buf), "%s.%d.locate",
sys/dev/ahci/ahciem.c
175
snprintf(buf, sizeof(buf), "%s.%d.fault",
sys/dev/ahci/ahciem.c
452
snprintf((char *)(td + 1), 12, "Drive Slots");
sys/dev/ahci/ahciem.c
529
snprintf((char *)(elmd + 1), 12, "Drive Slots");
sys/dev/ahci/ahciem.c
533
snprintf((char *)(elmd + 1), 8, "Slot %02d", i);
sys/dev/aic7xxx/aicasm/aicasm.c
335
snprintf(buf, sizeof(buf),
sys/dev/aic7xxx/aicasm/aicasm_gram.y
1549
retval = snprintf(regex_pattern, sizeof(regex_pattern),
sys/dev/aic7xxx/aicasm/aicasm_gram.y
1586
snprintf(errbuf, sizeof(errbuf), "Undefined register %s",
sys/dev/aic7xxx/aicasm/aicasm_gram.y
1595
snprintf(errbuf, sizeof(errbuf),
sys/dev/aic7xxx/aicasm/aicasm_gram.y
1782
snprintf(errbuf, sizeof(errbuf),
sys/dev/aic7xxx/aicasm/aicasm_gram.y
1800
snprintf(errbuf, sizeof(errbuf),
sys/dev/aic7xxx/aicasm/aicasm_gram.y
1836
snprintf(errbuf, sizeof(errbuf),
sys/dev/aic7xxx/aicasm/aicasm_gram.y
1857
snprintf(errbuf, sizeof(errbuf),
sys/dev/aic7xxx/aicasm/aicasm_gram.y
693
snprintf(errbuf, sizeof(errbuf),
sys/dev/aic7xxx/aicasm/aicasm_gram.y
787
snprintf(errbuf, sizeof(errbuf), "%s%d", SRAM_SYMNAME,
sys/dev/aic7xxx/aicasm/aicasm_gram.y
914
snprintf(errbuf, sizeof(errbuf),
sys/dev/al_eth/al_eth.c
2073
snprintf(adapter->irq_tbl[AL_ETH_MGMT_IRQ_IDX].name,
sys/dev/al_eth/al_eth.c
2089
snprintf(adapter->irq_tbl[AL_ETH_MGMT_IRQ_IDX].name,
sys/dev/al_eth/al_eth.c
2101
snprintf(adapter->irq_tbl[AL_ETH_MGMT_IRQ_IDX].name, AL_ETH_IRQNAME_SIZE,
sys/dev/al_eth/al_eth.c
2112
snprintf(adapter->irq_tbl[irq_idx].name, AL_ETH_IRQNAME_SIZE,
sys/dev/al_eth/al_eth.c
2124
snprintf(adapter->irq_tbl[irq_idx].name,
sys/dev/al_eth/al_eth.c
296
snprintf(adapter->name, AL_ETH_NAME_MAX_LEN, "%s",
sys/dev/amdgpio/amdgpio.c
151
snprintf(name, GPIOMAXNAME, "%s", sc->sc_gpio_pins[pin].gp_name);
sys/dev/amdgpio/amdgpio.c
471
snprintf(sc->sc_gpio_pins[i].gp_name, GPIOMAXNAME,
sys/dev/amdgpio/amdgpio.c
487
snprintf(sc->sc_gpio_pins[pin].gp_name, GPIOMAXNAME, "%s%d_%s",
sys/dev/amdsmu/amdsmu.c
194
snprintf(sysctl_descr, sizeof sysctl_descr,
sys/dev/amdtemp/amdtemp.c
539
snprintf(tn, sizeof(tn), "dev.amdtemp.%d.sensor_offset", unit);
sys/dev/amdtemp/amdtemp.c
851
snprintf(sensor_name, sizeof(sensor_name), "ccd%u", i);
sys/dev/amdtemp/amdtemp.c
852
snprintf(sensor_descr, sizeof(sensor_descr),
sys/dev/aq/aq_main.c
1293
snprintf(namebuf, QUEUE_NAME_LEN, "tx_queue%d", i);
sys/dev/aq/aq_main.c
1316
snprintf(namebuf, QUEUE_NAME_LEN, "rx_queue%d", i);
sys/dev/aq/aq_main.c
979
snprintf(irq_name, sizeof(irq_name), "rxq%d", i);
sys/dev/aq/aq_main.c
998
snprintf(irq_name, sizeof(irq_name), "txq%d", i);
sys/dev/asmc/asmc.c
1280
snprintf(buf, sizeof(buf),
sys/dev/asmc/asmc.c
1284
snprintf(buf2, sizeof(buf2), " %02x", v[i]);
sys/dev/asmc/asmc.c
1359
snprintf(fankey, sizeof(fankey), key, fan);
sys/dev/asmc/asmc.c
1374
snprintf(fankey, sizeof(fankey), key, fan);
sys/dev/asmc/asmc.c
1393
snprintf(fankey, sizeof(fankey), key, fan);
sys/dev/asmc/asmc.c
1688
snprintf(notify, sizeof(notify), " notify=0x%x", type);
sys/dev/ata/ata-all.c
115
snprintf(buf, sizeof(buf), "dev%d.sata_rev", i);
sys/dev/ata/ata-all.c
124
snprintf(buf, sizeof(buf), "dev%d.mode", i);
sys/dev/ath/if_ath.c
3917
snprintf(an->an_name, sizeof(an->an_name), "%s: node %p",
sys/dev/ath/if_ath.c
559
snprintf(devid_str, 32, "hint.%s.%d.macaddr",
sys/dev/ath/if_ath_alq.c
74
snprintf(alq->sc_alq_filename, ATH_ALQ_FILENAME_LEN,
sys/dev/ath/if_ath_sysctl.c
1036
snprintf(sn, sizeof(sn), "%d", i);
sys/dev/ath/if_ath_sysctl.c
1055
snprintf(sn, sizeof(sn), "%d", i);
sys/dev/ath/if_athvar.h
1004
snprintf((_sc)->sc_rx_mtx_name, \
sys/dev/ath/if_athvar.h
1022
snprintf((_sc)->sc_txname, sizeof((_sc)->sc_txname), "%s_buf", \
sys/dev/ath/if_athvar.h
1035
snprintf((_sc)->sc_txcompname, sizeof((_sc)->sc_txcompname), \
sys/dev/ath/if_athvar.h
402
snprintf((_tq)->axq_name, sizeof((_tq)->axq_name), "%s_txq%u", \
sys/dev/ath/if_athvar.h
947
snprintf((_sc)->sc_tx_mtx_name, \
sys/dev/ath/if_athvar.h
982
snprintf((_sc)->sc_pcu_mtx_name, \
sys/dev/atkbdc/atkbd.c
474
snprintf(phys_loc, sizeof(phys_loc), "atkbd%d", unit);
sys/dev/axgbe/if_axgbe_pci.c
2023
snprintf(buf, sizeof(buf), "rxq%d", i);
sys/dev/axgbe/if_axgbe_pci.c
2046
snprintf(buf, sizeof(buf), "txq%d", i);
sys/dev/axgbe/if_axgbe_pci.c
799
snprintf(channel->name, sizeof(channel->name), "channel-%d",i);
sys/dev/axgbe/xgbe-ptp.c
228
snprintf(info->name, sizeof(info->name), "axgbe-ptp");
sys/dev/bge/if_bge.c
2721
snprintf(model, sizeof(model), "%s", pname);
sys/dev/bge/if_bge.c
2724
snprintf(model, sizeof(model), "%s %s",
sys/dev/bhnd/bhnd_subr.c
354
return (snprintf(buffer, size, "BCM%hX", chip_id));
sys/dev/bhnd/bhnd_subr.c
356
return (snprintf(buffer, size, "BCM%hu", chip_id));
sys/dev/bhnd/cores/chipc/chipc_gpio.c
419
ret = snprintf(name, GPIOMAXNAME, "bhnd_gpio%02" PRIu32, pin_num);
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1025
snprintf(name, sizeof(name), "r%dt", i);
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1101
snprintf(name, sizeof(name), "r%dd", i);
sys/dev/bhnd/nvram/bhnd_nvram_store.c
760
len = snprintf(namebuf, namebuf_size, "%s%s", prefix,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1275
len = snprintf(outp, limit, "%" PRId64, intv.i64);
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1277
len = snprintf(outp, limit, "%" PRIu64, intv.u64);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2936
snprintf(softc->ver_info->phy_ver, sizeof(softc->ver_info->phy_ver),
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
872
snprintf(softc->ver_info->hwrm_if_ver, BNXT_VERSTR_SIZE, "%d.%d.%d",
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
898
snprintf(softc->ver_info->mgmt_fw_ver, FW_VER_STR_LEN,
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
912
snprintf(softc->ver_info->netctrl_fw_ver, FW_VER_STR_LEN,
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
924
snprintf(softc->ver_info->roce_fw_ver, BNXT_VERSTR_SIZE,
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
946
snprintf (softc->ver_info->fw_ver_str, len, "%d.%d.%d.%d",
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
952
snprintf(softc->ver_info->fw_ver_str + fw_ver_len,
sys/dev/bnxt/bnxt_en/bnxt_mgmt.c
346
snprintf(dsn, sizeof(dsn), "%02x%02x%02x%02x%02x%02x%02x%02x",
sys/dev/bnxt/bnxt_en/if_bnxt.c
2681
snprintf(softc->board_partno, sizeof(softc->board_partno), "%s", part_num);
sys/dev/bnxt/bnxt_en/if_bnxt.c
3866
snprintf(irq_name, sizeof(irq_name), "rxq%d", i);
sys/dev/bwi/bwimac.c
890
snprintf(fwname, sizeof(fwname), BWI_FW_STUB_PATH,
sys/dev/bwi/bwimac.c
898
snprintf(fwname, sizeof(fwname), BWI_FW_UCODE_PATH,
sys/dev/bwi/bwimac.c
910
snprintf(fwname, sizeof(fwname), BWI_FW_PCM_PATH,
sys/dev/bwi/bwimac.c
933
snprintf(fwname, sizeof(fwname), BWI_FW_IV_PATH,
sys/dev/bwi/bwimac.c
957
snprintf(fwname, sizeof(fwname), BWI_FW_IV_EXT_PATH,
sys/dev/bwn/if_bwn.c
4280
snprintf(namebuf, sizeof(namebuf), "bwn%s_v4_%s%s",
sys/dev/bxe/bxe.c
13720
snprintf(sc->mac_addr_str, sizeof(sc->mac_addr_str),
sys/dev/bxe/bxe.c
14068
snprintf(sc->devinfo.bc_ver_str,
sys/dev/bxe/bxe.c
14768
snprintf(buf, sizeof(buf), "fp %d status block", i);
sys/dev/bxe/bxe.c
14788
snprintf(buf, sizeof(buf), "fp %d tx bd chain", i);
sys/dev/bxe/bxe.c
14814
snprintf(buf, sizeof(buf), "fp %d rx bd chain", i);
sys/dev/bxe/bxe.c
14840
snprintf(buf, sizeof(buf), "fp %d rcq chain", i);
sys/dev/bxe/bxe.c
14867
snprintf(buf, sizeof(buf), "fp %d sge chain", i);
sys/dev/bxe/bxe.c
15998
snprintf(sc->fw_ver_str, sizeof(sc->fw_ver_str), "%d.%d.%d.%d",
sys/dev/bxe/bxe.c
16004
snprintf(sc->mf_mode_str, sizeof(sc->mf_mode_str), "%s",
sys/dev/bxe/bxe.c
16014
snprintf(sc->pci_link_str, sizeof(sc->pci_link_str), "%s x%d",
sys/dev/bxe/bxe.c
16083
snprintf(queue_num_buf, sizeof(queue_num_buf), "%d", i);
sys/dev/bxe/bxe.c
16144
snprintf(fp->tx_mtx_name, sizeof(fp->tx_mtx_name),
sys/dev/bxe/bxe.c
16148
snprintf(fp->rx_mtx_name, sizeof(fp->rx_mtx_name),
sys/dev/bxe/bxe.c
16221
snprintf(sc->chip_tq_name, sizeof(sc->chip_tq_name),
sys/dev/bxe/bxe.c
19309
snprintf(drv_infop->drv_name, BXE_DRV_NAME_LENGTH, "%s", "bxe");
sys/dev/bxe/bxe.c
19310
snprintf(drv_infop->drv_version, BXE_DRV_VERSION_LENGTH, "v:%s",
sys/dev/bxe/bxe.c
19312
snprintf(drv_infop->mfw_version, BXE_MFW_VERSION_LENGTH, "%s",
sys/dev/bxe/bxe.c
19314
snprintf(drv_infop->stormfw_version, BXE_STORMFW_VERSION_LENGTH,
sys/dev/bxe/bxe.c
19320
snprintf(drv_infop->bus_info, BXE_BUS_INFO_LENGTH, "%d:%d:%d",
sys/dev/bxe/bxe.c
19385
snprintf(mac_addr_p->mac_addr_str, sizeof(sc->mac_addr_str), "%s",
sys/dev/bxe/bxe.c
2526
snprintf(sc->core_sx_name, sizeof(sc->core_sx_name),
sys/dev/bxe/bxe.c
2530
snprintf(sc->core_mtx_name, sizeof(sc->core_mtx_name),
sys/dev/bxe/bxe.c
2535
snprintf(sc->sp_mtx_name, sizeof(sc->sp_mtx_name),
sys/dev/bxe/bxe.c
2539
snprintf(sc->dmae_mtx_name, sizeof(sc->dmae_mtx_name),
sys/dev/bxe/bxe.c
2543
snprintf(sc->port.phy_mtx_name, sizeof(sc->port.phy_mtx_name),
sys/dev/bxe/bxe.c
2547
snprintf(sc->fwmb_mtx_name, sizeof(sc->fwmb_mtx_name),
sys/dev/bxe/bxe.c
2551
snprintf(sc->print_mtx_name, sizeof(sc->print_mtx_name),
sys/dev/bxe/bxe.c
2555
snprintf(sc->stats_mtx_name, sizeof(sc->stats_mtx_name),
sys/dev/bxe/bxe.c
2559
snprintf(sc->mcast_mtx_name, sizeof(sc->mcast_mtx_name),
sys/dev/bxe/bxe.c
906
snprintf(dma->msg, sizeof(dma->msg), "%s", msg);
sys/dev/bxe/bxe.c
9165
snprintf(sc->sp_tq_name, sizeof(sc->sp_tq_name),
sys/dev/bxe/bxe.c
9177
snprintf(fp->tq_name, sizeof(fp->tq_name),
sys/dev/bxe/bxe_debug.c
138
snprintf(buf, sizeof(buf), "ELINK: %s", fmt);
sys/dev/bxe/bxe_debug.c
150
snprintf(tmp, sizeof(tmp), "ELINK: %s", fmt);
sys/dev/bxe/bxe_debug.c
151
snprintf(buf, sizeof(buf), tmp, arg1);
sys/dev/bxe/bxe_debug.c
164
snprintf(tmp, sizeof(tmp), "ELINK: %s", fmt);
sys/dev/bxe/bxe_debug.c
165
snprintf(buf, sizeof(buf), tmp, arg1, arg2);
sys/dev/bxe/bxe_debug.c
179
snprintf(tmp, sizeof(tmp), "ELINK: %s", fmt);
sys/dev/bxe/bxe_debug.c
180
snprintf(buf, sizeof(buf), tmp, arg1, arg2, arg3);
sys/dev/bxe/bxe_debug.c
210
snprintf(c, sizeof(c), "%03x", xx);
sys/dev/bxe/bxe_debug.c
215
snprintf(c, sizeof(c), "%02x ", *mem);
sys/dev/bxe/bxe_debug.c
246
snprintf(c, sizeof(c), "%03x", xx);
sys/dev/bxe/bxe_debug.c
258
snprintf(c, sizeof(c), "%03x", xx);
sys/dev/bxe/bxe_debug.c
263
snprintf(c, sizeof(c), "%02x ", *memp);
sys/dev/bxe/bxe_debug.c
272
snprintf(c, sizeof(c), "%d", m->m_len);
sys/dev/bxe/bxe_debug.c
331
snprintf(if_xname, sizeof(if_xname), "bxe%d", index);
sys/dev/cfi/cfi_core.c
440
if (snprintf(name, sizeof(name), "%s.factory_ppr",
sys/dev/cfi/cfi_core.c
442
snprintf(value, sizeof(value), "0x%016jx", ppr) <
sys/dev/coretemp/coretemp.c
401
snprintf(stemp, sizeof(stemp), "%d", tmp);
sys/dev/cxgb/cxgb_main.c
1003
snprintf(p->lockbuf, PORT_NAME_LEN, "cxgb port lock %d:%d",
sys/dev/cxgb/cxgb_main.c
1449
snprintf(name, sizeof(name), TPEEPROM_NAME, rev);
sys/dev/cxgb/cxgb_main.c
1497
snprintf(name, sizeof(name), TPSRAM_NAME, rev);
sys/dev/cxgb/cxgb_main.c
2666
snprintf(&sc->fw_version[0], sizeof(sc->fw_version),
sys/dev/cxgb/cxgb_main.c
401
snprintf(&sc->fw_version[0], sizeof(sc->fw_version), "%d.%d.%d",
sys/dev/cxgb/cxgb_main.c
453
snprintf(sc->lockbuf, ADAPTER_LOCK_NAME_LEN, "cxgb controller lock %d",
sys/dev/cxgb/cxgb_main.c
457
snprintf(sc->reglockbuf, ADAPTER_LOCK_NAME_LEN, "SGE reg lock %d",
sys/dev/cxgb/cxgb_main.c
459
snprintf(sc->mdiolockbuf, ADAPTER_LOCK_NAME_LEN, "cxgb mdio lock %d",
sys/dev/cxgb/cxgb_main.c
461
snprintf(sc->elmerlockbuf, ADAPTER_LOCK_NAME_LEN, "cxgb elmer lock %d",
sys/dev/cxgb/cxgb_main.c
654
snprintf(&sc->fw_version[0], sizeof(sc->fw_version), "%d.%d.%d",
sys/dev/cxgb/cxgb_main.c
662
snprintf(&sc->port_types[0], sizeof(sc->port_types), "%x%x%x%x",
sys/dev/cxgb/cxgb_sge.c
2463
snprintf(q->rspq.lockbuf, RSPQ_NAME_LEN, "t3 rspq lock %d:%d",
sys/dev/cxgb/cxgb_sge.c
3437
snprintf(pi->namebuf, PORT_NAME_LEN, "port%d", i);
sys/dev/cxgb/cxgb_sge.c
3455
snprintf(qs->namebuf, QS_NAME_LEN, "qs%d", j);
sys/dev/cxgbe/common/t4_hw.c
3764
snprintf(p->md, sizeof(p->md), "unknown");
sys/dev/cxgbe/common/t4_hw.c
6129
snprintf(rname, sizeof(rname), "EDC%u_INT_CAUSE", i);
sys/dev/cxgbe/common/t4_hw.c
6141
snprintf(rname, sizeof(rname), "EDC%u_PAR_CAUSE", i);
sys/dev/cxgbe/common/t4_hw.c
6156
snprintf(rname, sizeof(rname), "MC%u_INT_CAUSE", i);
sys/dev/cxgbe/common/t4_hw.c
6174
snprintf(rname, sizeof(rname), "MC%u_PAR_CAUSE", i);
sys/dev/cxgbe/common/t4_hw.c
6191
snprintf(rname, sizeof(rname), "MC%u_DDRCTL_INT_CAUSE", i);
sys/dev/cxgbe/common/t4_hw.c
6407
snprintf(name, sizeof(name), "XGMAC_PORT%u_INT_CAUSE", port);
sys/dev/cxgbe/common/t4_hw.c
6416
snprintf(name, sizeof(name), "MAC_PORT%u_INT_CAUSE", port);
sys/dev/cxgbe/common/t4_hw.c
6425
snprintf(name, sizeof(name), "MAC_PORT%u_INT_CAUSE", port);
sys/dev/cxgbe/common/t4_hw.c
6439
snprintf(name, sizeof(name), "MAC_PORT%u_PERR_INT_CAUSE", port);
sys/dev/cxgbe/common/t4_hw.c
6462
snprintf(name, sizeof(name), "MAC_PORT%u_PERR_INT_CAUSE_100G", port);
sys/dev/cxgbe/common/t4_hw.c
6568
snprintf(name, sizeof(name), "TLSTX%u_CH%u_INT_CAUSE", idx, ch);
sys/dev/cxgbe/crypto/t4_crypto.c
1908
snprintf(buf, sizeof(buf), "%d", i);
sys/dev/cxgbe/cudbg/cudbg_lib.c
623
snprintf(swstate->caller_string, sizeof(swstate->caller_string), "%s",
sys/dev/cxgbe/t4_main.c
11808
int len = snprintf(buf, sizeof(buf), "%s: %ju", f->name,
sys/dev/cxgbe/t4_main.c
12292
snprintf(buf, len, "%u", val / factor);
sys/dev/cxgbe/t4_main.c
12296
snprintf(buf, len, "%u.%u", val / factor, rem);
sys/dev/cxgbe/t4_main.c
1356
snprintf(sc->ifp_lockname, sizeof(sc->ifp_lockname), "%s tracer",
sys/dev/cxgbe/t4_main.c
1359
snprintf(sc->lockname, sizeof(sc->lockname), "%s",
sys/dev/cxgbe/t4_main.c
1529
snprintf(pi->lockname, sizeof(pi->lockname), "%sp%d",
sys/dev/cxgbe/t4_main.c
5221
snprintf(sc->cfg_file, sizeof(sc->cfg_file), "pf%d", rc);
sys/dev/cxgbe/t4_main.c
5249
snprintf(cfg_file, sizeof(t4_cfg_file), UWIRE_CF);
sys/dev/cxgbe/t4_main.c
5251
snprintf(cfg_file, sizeof(t4_cfg_file), FPGA_CF);
sys/dev/cxgbe/t4_main.c
5274
snprintf(s, sizeof(s), "%s_%s", fw_info->kld_name, cfg_file);
sys/dev/cxgbe/t4_main.c
5408
snprintf(sc->cfg_file, sizeof(sc->cfg_file), "%s", cfg_file);
sys/dev/cxgbe/t4_main.c
5495
snprintf(cfg_file, sizeof(cfg_file), "%s", t4_cfg_file);
sys/dev/cxgbe/t4_main.c
5504
snprintf(cfg_file, sizeof(cfg_file), "%s", BUILTIN_CF);
sys/dev/cxgbe/t4_main.c
5526
snprintf(sc->fw_version, sizeof(sc->fw_version), "%u.%u.%u.%u",
sys/dev/cxgbe/t4_main.c
5532
snprintf(sc->bs_version, sizeof(sc->bs_version), "%u.%u.%u.%u",
sys/dev/cxgbe/t4_main.c
5538
snprintf(sc->tp_version, sizeof(sc->tp_version), "%u.%u.%u.%u",
sys/dev/cxgbe/t4_main.c
5544
snprintf(sc->er_version, sizeof(sc->er_version), "%u.%u.%u.%u",
sys/dev/cxgbe/t4_main.c
6974
snprintf(s, sizeof(s), "%x%c%x", p,
sys/dev/cxgbe/t4_main.c
7015
snprintf(s, sizeof(s), "%x%c%x", p,
sys/dev/cxgbe/t4_main.c
7032
snprintf(s, sizeof(s), "%x%c%x", p, 'A' + v, q);
sys/dev/cxgbe/t4_main.c
7746
snprintf(s, sizeof(s), "%u", i);
sys/dev/cxgbe/t4_main.c
8303
snprintf(s, sizeof(s), "%u", i);
sys/dev/cxgbe/t4_main.c
8506
snprintf(name, sizeof(name), "%d", i);
sys/dev/cxgbe/t4_main.c
9035
snprintf(s, sizeof(s), "%d", old == FEC_AUTO ? -1 :
sys/dev/cxgbe/t4_netmap.c
165
snprintf(name, sizeof(name), "%d", idx);
sys/dev/cxgbe/t4_netmap.c
243
snprintf(name, sizeof(name), "%d", idx);
sys/dev/cxgbe/t4_sge.c
3903
snprintf(name, sizeof(name), "%d", idx);
sys/dev/cxgbe/t4_sge.c
3908
snprintf(name, sizeof(name), "%s ctrlq%d",
sys/dev/cxgbe/t4_sge.c
4040
snprintf(name, sizeof(name), "%d", idx);
sys/dev/cxgbe/t4_sge.c
4053
snprintf(name, sizeof(name), "%s rxq%d-fl",
sys/dev/cxgbe/t4_sge.c
4163
snprintf(name, sizeof(name), "%d", idx);
sys/dev/cxgbe/t4_sge.c
4170
snprintf(name, sizeof(name), "%s ofld_rxq%d-fl",
sys/dev/cxgbe/t4_sge.c
4755
snprintf(name, sizeof(name), "%d", idx);
sys/dev/cxgbe/t4_sge.c
4761
snprintf(name, sizeof(name), "%s txq%d",
sys/dev/cxgbe/t4_sge.c
4999
snprintf(name, sizeof(name), "%d", idx);
sys/dev/cxgbe/t4_sge.c
5004
snprintf(name, sizeof(name), "%s ofld_txq%d",
sys/dev/cxgbe/t4_vf.c
251
snprintf(sc->fw_version, sizeof(sc->fw_version), "%u.%u.%u.%u",
sys/dev/cxgbe/t4_vf.c
257
snprintf(sc->tp_version, sizeof(sc->tp_version), "%u.%u.%u.%u",
sys/dev/cxgbe/t4_vf.c
538
snprintf(sc->lockname, sizeof(sc->lockname), "%s",
sys/dev/cxgbe/t4_vf.c
705
snprintf(pi->lockname, sizeof(pi->lockname), "%sp%d",
sys/dev/dpaa/if_dtsec.c
604
snprintf(tunable, sizeof(tunable), "%s.independent_mode",
sys/dev/dpaa/if_dtsec_rm.c
112
snprintf(sc->sc_fi_zname, sizeof(sc->sc_fi_zname), "%s: Frame Info",
sys/dev/dpaa/if_dtsec_rm.c
308
snprintf(sc->sc_rx_zname, sizeof(sc->sc_rx_zname), "%s: RX Buffers",
sys/dev/dpaa2/dpaa2_ni.c
1765
snprintf(cbuf, sizeof(cbuf), "%d", i);
sys/dev/dpaa2/dpaa2_ni.c
566
snprintf(tq_name, sizeof(tq_name), "%s_tqbp", device_get_nameunit(dev));
sys/dev/drm2/drm_crtc.c
178
snprintf(buf, 32, "%s-%d",
sys/dev/drm2/drm_crtc.c
189
snprintf(buf, 32, "%s-%d",
sys/dev/drm2/drm_fb_helper.c
126
snprintf(tunable, sizeof(tunable), "kern.vt.fb.modes.%s",
sys/dev/drm2/drm_modes.c
502
snprintf(mode->name, DRM_DISPLAY_MODE_LEN, "%dx%d%s",
sys/dev/drm2/drm_os_freebsd.c
241
snprintf(dev->busid_str, sizeof(dev->busid_str),
sys/dev/drm2/drm_pci.c
200
len = snprintf(master->unique, master->unique_len,
sys/dev/drm2/drm_platform.c
66
len = snprintf(master->unique, master->unique_len,
sys/dev/drm2/drm_sysctl.c
149
snprintf(buf, sizeof(buf), fmt, ##arg); \
sys/dev/drm2/drm_sysctl.c
172
snprintf(buf, sizeof(buf), " %s", master->unique);
sys/dev/drm2/ttm/ttm_bo.c
99
return snprintf(buffer, PAGE_SIZE, "%lu\n",
sys/dev/drm2/ttm/ttm_memory.c
78
return snprintf(buffer, PAGE_SIZE, "%llu\n",
sys/dev/drm2/ttm/ttm_page_alloc.c
265
return snprintf(buffer, PAGE_SIZE, "%u\n", val);
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
257
return snprintf(buffer, PAGE_SIZE, "%u\n", val);
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
611
p += snprintf(p, sizeof(pool->name) - (p - pool->name),
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
618
snprintf(pool->dev_name, sizeof(pool->dev_name), "%s %s",
sys/dev/e1000/if_em.c
2471
snprintf(buf, sizeof(buf), "rxq%d", i);
sys/dev/e1000/if_em.c
2503
snprintf(buf, sizeof(buf), "txq%d", i);
sys/dev/e1000/if_em.c
5003
snprintf(namebuf, QUEUE_NAME_LEN, "queue_tx_%d", i);
sys/dev/e1000/if_em.c
5028
snprintf(namebuf, QUEUE_NAME_LEN, "queue_rx_%d", j);
sys/dev/ena/ena.c
1798
snprintf(adapter->irq_tbl[ENA_MGMNT_IRQ_IDX].name, ENA_IRQNAME_SIZE,
sys/dev/ena/ena.c
1835
snprintf(adapter->irq_tbl[irq_idx].name, ENA_IRQNAME_SIZE,
sys/dev/ena/ena.c
449
snprintf(txr->mtx_name, nitems(txr->mtx_name), "%s:tx(%d)",
sys/dev/ena/ena.c
451
snprintf(rxr->mtx_name, nitems(rxr->mtx_name), "%s:rx(%d)",
sys/dev/ena/ena.c
726
snprintf(thread_name, sizeof(thread_name), "%s txeq %d",
sys/dev/ena/ena.c
729
snprintf(thread_name, sizeof(thread_name), "%s txeq %d",
sys/dev/ena/ena_rss.h
63
buf += snprintf(buf, ENA_RX_RSS_MSG_RECORD_SZ + 1, "%s%d:%d",
sys/dev/ena/ena_sysctl.c
1089
snprintf(&msg[i * 2], 3, "%02x", rss_key[i]);
sys/dev/ena/ena_sysctl.c
310
snprintf(namebuf, QUEUE_NAME_LEN, "queue%d", i);
sys/dev/enetc/if_enetc.c
1010
snprintf(irq_name, sizeof(irq_name), "rxtxq%d", i);
sys/dev/enetc/if_enetc.c
1025
snprintf(irq_name, sizeof(irq_name), "txq%d", i);
sys/dev/enic/if_enic.c
563
snprintf(irq_name, sizeof(irq_name), "erxq%d:%d", i,
sys/dev/enic/if_enic.c
584
snprintf(irq_name, sizeof(irq_name), "etxq%d:%d", i -
sys/dev/enic/vnic_dev.c
816
snprintf((char *)name, sizeof(name),
sys/dev/enic/vnic_dev.c
977
snprintf((char *)name, sizeof(name), "vnic_stats-%u", instance++);
sys/dev/enic/vnic_dev.c
994
snprintf((char *)name, sizeof(name), "vnic_flow_ctrs-%u", instance++);
sys/dev/etherswitch/ar40xx/ar40xx_phy.c
200
snprintf(name, IFNAMSIZ, "%sport", device_get_nameunit(sc->sc_dev));
sys/dev/etherswitch/arswitch/arswitch.c
150
snprintf(name, IFNAMSIZ, "%sport", device_get_nameunit(sc->sc_dev));
sys/dev/etherswitch/arswitch/arswitch_8327.c
328
snprintf(sbuf, 128, "port.%d.force_link", port);
sys/dev/etherswitch/arswitch/arswitch_8327.c
337
snprintf(sbuf, 128, "port.%d.speed", port);
sys/dev/etherswitch/arswitch/arswitch_8327.c
361
snprintf(sbuf, 128, "port.%d.duplex", port);
sys/dev/etherswitch/arswitch/arswitch_8327.c
367
snprintf(sbuf, 128, "port.%d.txpause", port);
sys/dev/etherswitch/arswitch/arswitch_8327.c
373
snprintf(sbuf, 128, "port.%d.rxpause", port);
sys/dev/etherswitch/arswitch/arswitch_8327.c
421
snprintf(sbuf, 128, "pad.%d.mode", pad);
sys/dev/etherswitch/arswitch/arswitch_8327.c
430
snprintf(sbuf, 128, "pad.%d.rxclk_sel", pad);
sys/dev/etherswitch/arswitch/arswitch_8327.c
436
snprintf(sbuf, 128, "pad.%d.txclk_sel", pad);
sys/dev/etherswitch/arswitch/arswitch_8327.c
442
snprintf(sbuf, 128, "pad.%d.txclk_delay_sel", pad);
sys/dev/etherswitch/arswitch/arswitch_8327.c
448
snprintf(sbuf, 128, "pad.%d.rxclk_delay_sel", pad);
sys/dev/etherswitch/arswitch/arswitch_8327.c
454
snprintf(sbuf, 128, "pad.%d.txclk_delay_en", pad);
sys/dev/etherswitch/arswitch/arswitch_8327.c
460
snprintf(sbuf, 128, "pad.%d.rxclk_delay_en", pad);
sys/dev/etherswitch/arswitch/arswitch_8327.c
466
snprintf(sbuf, 128, "pad.%d.sgmii_delay_en", pad);
sys/dev/etherswitch/arswitch/arswitch_8327.c
472
snprintf(sbuf, 128, "pad.%d.pipe_rxclk_sel", pad);
sys/dev/etherswitch/e6000sw/e6000sw.c
470
snprintf(name, IFNAMSIZ, "%sport", device_get_nameunit(sc->dev));
sys/dev/etherswitch/e6000sw/e6060sw.c
210
snprintf(name, IFNAMSIZ, "%sport", device_get_nameunit(sc->sc_dev));
sys/dev/etherswitch/felix/felix.c
240
snprintf(name, IFNAMSIZ, "%sport", device_get_nameunit(sc->dev));
sys/dev/etherswitch/infineon/adm6996fc.c
169
snprintf(name, IFNAMSIZ, "%sport", device_get_nameunit(sc->sc_dev));
sys/dev/etherswitch/ip17x/ip17x.c
168
snprintf(name, IFNAMSIZ, "%sport", device_get_nameunit(sc->sc_dev));
sys/dev/etherswitch/micrel/ksz8995ma.c
213
snprintf(name, IFNAMSIZ, "%sport", device_get_nameunit(sc->sc_dev));
sys/dev/etherswitch/mtkswitch/mtkswitch.c
115
snprintf(name, IFNAMSIZ, "%sport", device_get_nameunit(sc->sc_dev));
sys/dev/etherswitch/rtl8366/rtl8366rb.c
244
snprintf(name, IFNAMSIZ, "%sport", device_get_nameunit(dev));
sys/dev/etherswitch/ukswitch/ukswitch.c
120
snprintf(name, IFNAMSIZ, "%sport", device_get_nameunit(sc->sc_dev));
sys/dev/evdev/evdev.c
212
snprintf(ev_unit_str, sizeof(ev_unit_str), "%d", evdev->ev_unit);
sys/dev/evdev/evdev.c
408
snprintf(evdev->ev_name, NAMELEN, "%s", name);
sys/dev/evdev/evdev.c
428
snprintf(evdev->ev_shortname, NAMELEN, "%s", name);
sys/dev/evdev/evdev.c
435
snprintf(evdev->ev_serial, NAMELEN, "%s", serial);
sys/dev/evdev/uinput.c
486
snprintf(data, len, "event%d", state->ucs_evdev->ev_unit);
sys/dev/fdc/fdc.c
481
snprintf(msg, sizeof(msg),
sys/dev/fdc/fdc.c
494
snprintf(msg, sizeof(msg),
sys/dev/fdt/fdt_pinctrl.c
45
snprintf(name, sizeof(name), "pinctrl-%u", index);
sys/dev/filemon/filemon.c
196
len = snprintf(filemon->msgbufr, sizeof(filemon->msgbufr),
sys/dev/filemon/filemon.c
263
len = snprintf(filemon->msgbufr,
sys/dev/firewire/fwcrom.c
291
snprintf(buf, len, "%s", s);
sys/dev/firewire/fwcrom.c
306
len -= snprintf(buf, len, "%d", reg->val);
sys/dev/firewire/fwcrom.c
313
len -= snprintf(buf, len, "offset=0x%04x(%d)",
sys/dev/firewire/fwcrom.c
322
len -= snprintf(buf, len, "len=%d crc=0x%04x(%s) ",
sys/dev/firewire/if_fwe.c
374
snprintf(ifs->ascii, sizeof(ifs->ascii),
sys/dev/firewire/sbp.c
514
snprintf(sdev->bustgtlun, 32, "%s:%d:%d",
sys/dev/firewire/sbp.c
645
snprintf(sdev->revision, sizeof(sdev->revision),
sys/dev/ftgpio/ftgpio.c
388
snprintf(pin->gp_name, GPIOMAXNAME, "GPIO%u%u",
sys/dev/gpio/bytgpio.c
452
snprintf(name, GPIOMAXNAME, "%s%u", sc->sc_bank_prefix, pin);
sys/dev/gpio/chvgpio.c
179
snprintf(name, GPIOMAXNAME, "%s", sc->sc_pin_names[pin]);
sys/dev/gpio/dwgpio/dwgpio.c
167
snprintf(sc->gpio_pins[i].gp_name, GPIOMAXNAME,
sys/dev/gpio/pl061.c
106
snprintf(name, GPIOMAXNAME, "p%u", pin);
sys/dev/gpio/qoriq_gpio.c
94
snprintf(name, GPIOMAXNAME, "qoriq_gpio%d.%d",
sys/dev/gve/gve_adminq.c
500
snprintf(gve_queue_format, sizeof(gve_queue_format),
sys/dev/gve/gve_adminq.c
509
snprintf(gve_queue_format, sizeof(gve_queue_format),
sys/dev/gve/gve_adminq.c
518
snprintf(gve_queue_format, sizeof(gve_queue_format),
sys/dev/gve/gve_main.c
1046
snprintf(gve_version, sizeof(gve_version), "%d.%d.%d",
sys/dev/gve/gve_main.c
87
snprintf(driver_info->os_version_str1, sizeof(driver_info->os_version_str1),
sys/dev/gve/gve_sysctl.c
124
snprintf(namebuf, sizeof(namebuf), "txq%d", txq->com.id);
sys/dev/gve/gve_sysctl.c
61
snprintf(namebuf, sizeof(namebuf), "rxq%d", rxq->com.id);
sys/dev/hid/hidmap.c
752
snprintf(tunable, sizeof(tunable), "hw.hid.%s.debug",
sys/dev/hid/hidquirk.c
414
snprintf(envkey, sizeof(envkey), HID_QUIRK_ENVROOT "%d", i);
sys/dev/hid/hidraw.c
820
snprintf(hdi->hdi_release, sizeof(hdi->hdi_release), "%x.%02x",
sys/dev/hptnr/hptnr_osm_bsd.c
870
snprintf((char *)&inquiryData->ProductId, 16, "DISK_%d_%d ",
sys/dev/hwpmc/hwpmc_amd.c
830
snprintf(pmc_cpuid, sizeof(pmc_cpuid), "HygonGenuine-%d-%02X-%X",
sys/dev/hwpmc/hwpmc_amd.c
833
snprintf(pmc_cpuid, sizeof(pmc_cpuid), "AuthenticAMD-%d-%02X-%X",
sys/dev/hwpmc/hwpmc_amd.c
872
snprintf(d->pm_descr.pd_name, PMC_NAME_MAX,
sys/dev/hwpmc/hwpmc_amd.c
900
snprintf(d->pm_descr.pd_name, PMC_NAME_MAX,
sys/dev/hwpmc/hwpmc_amd.c
916
snprintf(d->pm_descr.pd_name, PMC_NAME_MAX,
sys/dev/hwpmc/hwpmc_arm64.c
441
snprintf(pi->pm_name, sizeof(pi->pm_name), "ARMV8-%d", ri);
sys/dev/hwpmc/hwpmc_arm64.c
558
snprintf(pmc_cpuid, sizeof(pmc_cpuid), "0x%016lx", midr);
sys/dev/hwpmc/hwpmc_armv7.c
379
snprintf(pi->pm_name, sizeof(pi->pm_name), "ARMV7-%d", ri);
sys/dev/hwpmc/hwpmc_cmn600.c
767
snprintf(cmn600_pmcdesc[i]->pd_descr.pd_name, 63,
sys/dev/hwpmc/hwpmc_core.c
337
snprintf(pi->pm_name, sizeof(pi->pm_name), "IAF-%d", ri);
sys/dev/hwpmc/hwpmc_core.c
803
snprintf(pi->pm_name, sizeof(pi->pm_name), "IAP-%d", ri);
sys/dev/hwpmc/hwpmc_dmc620.c
603
snprintf(dmc620_pmcdesc[0][i]->pd_descr.pd_name, 63,
sys/dev/hwpmc/hwpmc_dmc620.c
662
snprintf(dmc620_pmcdesc[1][i]->pd_descr.pd_name, 63,
sys/dev/hwpmc/hwpmc_intel.c
95
snprintf(pmc_cpuid, sizeof(pmc_cpuid), "GenuineIntel-%d-%02X-%X",
sys/dev/hwpmc/hwpmc_powerpc.c
115
snprintf(pi->pm_name, sizeof(pi->pm_name), "POWERPC-%d", ri);
sys/dev/hwpmc/hwpmc_powerpc.c
575
snprintf(pmc_cpuid, sizeof(pmc_cpuid), "%08x", mfpvr());
sys/dev/hwpmc/hwpmc_uncore.c
240
snprintf(pi->pm_name, sizeof(pi->pm_name), "UCF-%d", ri);
sys/dev/hwpmc/hwpmc_uncore.c
549
snprintf(pi->pm_name, sizeof(pi->pm_name), "UCP-%d", ri);
sys/dev/hyperv/netvsc/if_hn.c
4462
snprintf(verstr, sizeof(verstr), "%u.%u",
sys/dev/hyperv/netvsc/if_hn.c
4478
snprintf(caps_str, sizeof(caps_str), "%b", caps, HN_CAP_BITS);
sys/dev/hyperv/netvsc/if_hn.c
4492
snprintf(assist_str, sizeof(assist_str), "%b", hwassist, CSUM_BITS);
sys/dev/hyperv/netvsc/if_hn.c
4506
snprintf(filter_str, sizeof(filter_str), "%b", filter,
sys/dev/hyperv/netvsc/if_hn.c
4618
snprintf(hash_str, sizeof(hash_str), "%b", hash, NDIS_HASH_BITS);
sys/dev/hyperv/netvsc/if_hn.c
4632
snprintf(hash_str, sizeof(hash_str), "%b", hash, NDIS_HASH_BITS);
sys/dev/hyperv/netvsc/if_hn.c
4646
snprintf(hash_str, sizeof(hash_str), "%b", hash, NDIS_HASH_BITS);
sys/dev/hyperv/netvsc/if_hn.c
4661
snprintf(vf_name, sizeof(vf_name), "%s", if_name(vf_ifp));
sys/dev/hyperv/netvsc/if_hn.c
4677
snprintf(vf_name, sizeof(vf_name), "%s", if_name(vf_ifp));
sys/dev/hyperv/netvsc/if_hn.c
5006
snprintf(name, sizeof(name), "%d", i);
sys/dev/hyperv/netvsc/if_hn.c
5323
snprintf(name, sizeof(name), "%d", id);
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
1035
snprintf(name, sizeof(name), "%d", ch_id);
sys/dev/hyperv/utilities/vmbus_ic.c
254
snprintf(verstr, sizeof(verstr), "%u.%u",
sys/dev/hyperv/utilities/vmbus_ic.c
265
snprintf(verstr, sizeof(verstr), "%u.%u",
sys/dev/hyperv/vmbus/hyperv.c
161
return snprintf(buf, sz, "%02x%02x%02x%02x-"
sys/dev/hyperv/vmbus/vmbus.c
1052
snprintf(verstr, sizeof(verstr), "%u.%u",
sys/dev/hyperv/vmbus/vmbus.c
939
snprintf(buf, sizeof(buf), "cpu%d:hyperv", cpu);
sys/dev/hyperv/vmbus/vmbus_br.c
118
snprintf(desc, sizeof(desc), "%s state", name);
sys/dev/hyperv/vmbus/vmbus_br.c
123
snprintf(desc, sizeof(desc), "%s binary state", name);
sys/dev/hyperv/vmbus/vmbus_br.c
65
snprintf(state, sizeof(state),
sys/dev/hyperv/vmbus/vmbus_chan.c
281
snprintf(name, sizeof(name), "%d", ch_id);
sys/dev/hyperv/vmbus/vmbus_chan.c
302
snprintf(name, sizeof(name), "%d", chan->ch_subidx);
sys/dev/iavf/iavf_common.c
129
snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err);
sys/dev/iavf/iavf_common.c
277
snprintf(hw->err_str, sizeof(hw->err_str), "%d", stat_err);
sys/dev/iavf/iavf_vc_common.c
939
snprintf(hw->err_str, sizeof(hw->err_str), "%d", stat_err);
sys/dev/iavf/if_iavf_iflib.c
1947
snprintf(queue_namebuf, IAVF_QUEUE_NAME_LEN, "rxq%02d", q);
sys/dev/iavf/if_iavf_iflib.c
1974
snprintf(queue_namebuf, IAVF_QUEUE_NAME_LEN, "txq%02d", q);
sys/dev/iavf/if_iavf_iflib.c
283
snprintf(sc->vc_mtx_name, sizeof(sc->vc_mtx_name),
sys/dev/iavf/if_iavf_iflib.c
845
snprintf(buf, sizeof(buf), "rxq%d", i);
sys/dev/iavf/if_iavf_iflib.c
860
snprintf(buf, sizeof(buf), "txq%d", i);
sys/dev/ice/ice_lib.c
5786
snprintf(vsi_name, sizeof(vsi_name), "%u", vsi->idx);
sys/dev/ice/ice_lib.c
5787
snprintf(vsi_desc, sizeof(vsi_desc), "VSI %u", vsi->idx);
sys/dev/ice/ice_lib.c
7278
snprintf(txq_name, sizeof(txq_name), "%u", txq->me);
sys/dev/ice/ice_lib.c
7279
snprintf(txq_desc, sizeof(txq_desc), "Tx Queue %u", txq->me);
sys/dev/ice/ice_lib.c
7324
snprintf(rxq_name, sizeof(rxq_name), "%u", rxq->me);
sys/dev/ice/ice_lib.c
7325
snprintf(rxq_desc, sizeof(rxq_desc), "Rx Queue %u", rxq->me);
sys/dev/ice/ice_osdep.c
138
snprintf(prettyname, sizeof(prettyname), "%s: ", device_get_nameunit(dev));
sys/dev/ice/ice_osdep.c
173
snprintf(prettyname, sizeof(prettyname), "%s: FWLOG: ",
sys/dev/ice/ice_osdep.h
322
#define SNPRINTF snprintf
sys/dev/ice/ice_osdep.h
433
snprintf(lock->name, ICE_STR_BUF_LEN, "ice_lock_%u", ice_lock_count++);
sys/dev/ice/ice_strings.c
1181
snprintf(buf.str, ICE_STR_BUF_LEN, "%s", str);
sys/dev/ice/ice_strings.c
1183
snprintf(buf.str, ICE_STR_BUF_LEN, "Unknown LLDP status %u", lldp_status);
sys/dev/ice/ice_strings.c
166
snprintf(buf.str, ICE_STR_BUF_LEN, "%s", str);
sys/dev/ice/ice_strings.c
168
snprintf(buf.str, ICE_STR_BUF_LEN, "%d", aq_err);
sys/dev/ice/ice_strings.c
281
snprintf(buf.str, ICE_STR_BUF_LEN, "%s", str);
sys/dev/ice/ice_strings.c
283
snprintf(buf.str, ICE_STR_BUF_LEN, "%d", status);
sys/dev/ice/ice_strings.c
600
snprintf(buf.str, ICE_STR_BUF_LEN, "%s", str);
sys/dev/ice/ice_strings.c
602
snprintf(buf.str, ICE_STR_BUF_LEN, "%d", err);
sys/dev/ice/ice_strings.c
696
snprintf(buf.str, ICE_STR_BUF_LEN, "%s", str);
sys/dev/ice/ice_strings.c
698
snprintf(buf.str, ICE_STR_BUF_LEN, "%u", flag);
sys/dev/ice/ice_strings.c
737
snprintf(buf.str, ICE_STR_BUF_LEN, "%s", str);
sys/dev/ice/ice_strings.c
739
snprintf(buf.str, ICE_STR_BUF_LEN, "%u", log_level);
sys/dev/ice/ice_strings.c
860
snprintf(buf.str, ICE_STR_BUF_LEN, "%s", str);
sys/dev/ice/ice_strings.c
862
snprintf(buf.str, ICE_STR_BUF_LEN, "Unknown Tx TCLAN event %u", event);
sys/dev/ice/ice_strings.c
962
snprintf(buf.str, ICE_STR_BUF_LEN, "%s", str);
sys/dev/ice/ice_strings.c
964
snprintf(buf.str, ICE_STR_BUF_LEN, "Unknown Tx PQM event %u", event);
sys/dev/ice/ice_strings.c
991
snprintf(buf.str, ICE_STR_BUF_LEN, "%s", str);
sys/dev/ice/ice_strings.c
993
snprintf(buf.str, ICE_STR_BUF_LEN, "Unknown Rx event %u", event);
sys/dev/ice/if_ice_iflib.c
1688
snprintf(irq_name, sizeof(irq_name), "rxq%d", i);
sys/dev/ice/if_ice_iflib.c
1705
snprintf(irq_name, sizeof(irq_name), "txq%d", i);
sys/dev/ice/if_ice_iflib.c
3939
snprintf(irq_name, sizeof(irq_name), "m0rxq%d", i);
sys/dev/ice/if_ice_iflib.c
3957
snprintf(irq_name, sizeof(irq_name), "m0txq%d", i);
sys/dev/ice/if_ice_iflib.c
504
snprintf(sc->admin_mtx_name, sizeof(sc->admin_mtx_name),
sys/dev/igc/if_igc.c
1534
snprintf(buf, sizeof(buf), "rxq%d", i);
sys/dev/igc/if_igc.c
1559
snprintf(buf, sizeof(buf), "txq%d", i);
sys/dev/igc/if_igc.c
2719
snprintf(namebuf, QUEUE_NAME_LEN, "queue_tx_%d", i);
sys/dev/igc/if_igc.c
2743
snprintf(namebuf, QUEUE_NAME_LEN, "queue_rx_%d", j);
sys/dev/iicbus/adc/ads111x.c
406
snprintf(chanstr, sizeof(chanstr), "%d", chan);
sys/dev/iicbus/adc/ads111x.c
461
snprintf(resname, sizeof(resname), "%d.gain_index", chan);
sys/dev/iicbus/adc/ads111x.c
464
snprintf(resname, sizeof(resname), "%d.rate_index", chan);
sys/dev/iicbus/adc/pcf8591.c
198
snprintf(buf, sizeof(buf), "%d", i);
sys/dev/iicbus/gpio/pcf8574.c
278
snprintf(name, GPIOMAXNAME, "P%d", pin);
sys/dev/iicbus/gpio/tca64xx.c
432
snprintf(name, GPIOMAXNAME, "gpio_P%d%d", pin / TCA64XX_PINS_PER_REG,
sys/dev/iicbus/gpio/tca64xx.c
632
len = snprintf(buf, 5, "0x%02x", regval);
sys/dev/iicbus/iichid.c
1037
snprintf(hw->name, sizeof(hw->name), "%s:%02lX %04X:%04X",
sys/dev/iicbus/pmic/act8846_regulator.c
378
snprintf(prop_name, sizeof(prop_name), "%s-supply",
sys/dev/iommu/busdma_iommu.c
92
snprintf(str, sizeof(str), "hw.busdma.pci%d.%d.%d.%d",
sys/dev/ipw/if_ipw.c
1466
snprintf(buf, sizeof(buf), "%u", cmd);
sys/dev/irdma/fbsd_kcompat.c
652
snprintf(rslt, sizeof(rslt), "");
sys/dev/irdma/fbsd_kcompat.c
656
snprintf(rslt, rslt_size, "%s %02x", rslt, vsi->qos[a].prio_type);
sys/dev/irdma/fbsd_kcompat.c
660
snprintf(rslt, rslt_size, "%s %d", rslt, vsi->qos[a].rel_bw);
sys/dev/irdma/fbsd_kcompat.c
664
snprintf(rslt, rslt_size, "%s %d", rslt, vsi->qos[a].qs_handle);
sys/dev/irdma/fbsd_kcompat.c
668
snprintf(rslt, rslt_size, "%s %d", rslt, vsi->qos[a].traffic_class);
sys/dev/irdma/fbsd_kcompat.c
672
snprintf(rslt, rslt_size, "%s %d", rslt, vsi->cfg_check[a].traffic_class);
sys/dev/irdma/fbsd_kcompat.c
676
snprintf(rslt, rslt_size, "%s%02x", rslt, vsi->dscp_map[a]);
sys/dev/irdma/fbsd_kcompat.c
679
snprintf(rslt, rslt_size, "%d", vsi->dscp_mode);
sys/dev/irdma/fbsd_kcompat.c
697
snprintf(rslt, sizeof(rslt), "");
sys/dev/irdma/fbsd_kcompat.c
700
snprintf(rslt, rslt_size, "%lu", cqp->requested_ops);
sys/dev/irdma/fbsd_kcompat.c
703
snprintf(rslt, rslt_size, "%lu", atomic64_read(&cqp->completed_ops));
sys/dev/irdma/icrdma.c
112
snprintf(t_info->drv_ver, IRDMA_VER_LEN, "%s", irdma_driver_version);
sys/dev/irdma/icrdma.c
200
snprintf(txt[0] + len, sizeof(txt[0]) - 5, " %d",
sys/dev/irdma/icrdma.c
203
snprintf(txt[1] + len, sizeof(txt[1]) - 5, " %d",
sys/dev/irdma/icrdma.c
206
snprintf(txt[2] + len, sizeof(txt[2]) - 5, " %d",
sys/dev/irdma/icrdma.c
209
snprintf(txt[3] + len, sizeof(txt[3]) - 5, " %d",
sys/dev/irdma/icrdma.c
212
snprintf(txt[4] + len, sizeof(txt[4]) - 5, " %lu",
sys/dev/irdma/icrdma.c
217
len += snprintf(txt[5] + len, sizeof(txt[5]) - 5, " %d",
sys/dev/irdma/icrdma.c
221
len += snprintf(txt[6] + len, sizeof(txt[6]) - 5, " %d",
sys/dev/irdma/icrdma.c
69
snprintf(pf_name, 15, "irdma%d", pf_id);
sys/dev/irdma/irdma_hw.c
1221
snprintf(msix_vec->name, sizeof(msix_vec->name) - 1,
sys/dev/irdma/irdma_hw.c
1229
snprintf(msix_vec->name, sizeof(msix_vec->name) - 1,
sys/dev/irdma/irdma_hw.c
1259
snprintf(msix_vec->name, sizeof(msix_vec->name) - 1,
sys/dev/irdma/irdma_kcompat.c
74
snprintf(str, str_len, "%u.%u",
sys/dev/isp/isp.c
420
snprintf(fcp->fw_version_ispfw, sizeof(fcp->fw_version_ispfw),
sys/dev/isp/isp.c
422
snprintf(fcp->fw_version_flash, sizeof(fcp->fw_version_flash),
sys/dev/isp/isp.c
424
snprintf(fcp->fw_version_run, sizeof(fcp->fw_version_run),
sys/dev/isp/isp.c
431
snprintf(fwname, sizeof(fwname), "isp_%04x", isp->isp_did);
sys/dev/isp/isp.c
440
snprintf(fcp->fw_version_ispfw,
sys/dev/isp/isp.c
5208
snprintf(fcp->fw_version_flash, sizeof(fcp->fw_version_flash),
sys/dev/isp/isp.c
5219
snprintf(fcp->fw_version_flash, sizeof(fcp->fw_version_flash),
sys/dev/isp/isp.c
610
snprintf(fcp->fw_version_run, sizeof(fcp->fw_version_run),
sys/dev/isp/isp.c
614
snprintf(fcp->fw_version_flash, sizeof(fcp->fw_version_flash),
sys/dev/isp/isp_freebsd.c
169
snprintf(name, sizeof(name), "chan%d", chan);
sys/dev/isp/isp_freebsd.c
3235
snprintf(lbuf, sizeof (lbuf), "%s: ", device_get_nameunit(isp->isp_dev));
sys/dev/isp/isp_freebsd.h
314
#define ISP_SNPRINTF snprintf
sys/dev/isp/isp_pci.c
336
snprintf(prefix, sizeof(prefix), "chan%d.", chan);
sys/dev/isp/isp_pci.c
337
snprintf(name, sizeof(name), "%siid", prefix);
sys/dev/isp/isp_pci.c
347
snprintf(name, sizeof(name), "%srole", prefix);
sys/dev/isp/isp_pci.c
368
snprintf(name, sizeof(name), "%sfullduplex", prefix);
sys/dev/isp/isp_pci.c
374
snprintf(name, sizeof(name), "%stopology", prefix);
sys/dev/isp/isp_pci.c
395
snprintf(name, sizeof(name), "%snofctape", prefix);
sys/dev/isp/isp_pci.c
404
snprintf(name, sizeof(name), "%sfctape", prefix);
sys/dev/isp/isp_pci.c
422
snprintf(name, sizeof(name), "%sportwwn", prefix);
sys/dev/isp/isp_pci.c
435
snprintf(name, sizeof(name), "%snodewwn", prefix);
sys/dev/isp/isp_pci.c
448
snprintf(name, sizeof(name), "%sloop_down_limit", prefix);
sys/dev/isp/isp_pci.c
458
snprintf(name, sizeof(name), "%sgone_device_time", prefix);
sys/dev/iwm/if_iwm.c
617
snprintf(sc->sc_fwver, sizeof(sc->sc_fwver), "%u.%u (API ver %u)",
sys/dev/iwm/if_iwm.c
878
snprintf(sc->sc_fwver, sizeof(sc->sc_fwver),
sys/dev/iwm/if_iwm_notif_wait.c
104
snprintf(data->lk_buf, 32, "iwm wait_notif");
sys/dev/iwx/if_iwx.c
6713
snprintf(alpha2, sizeof(alpha2), "%c%c",
sys/dev/iwx/if_iwx.c
859
snprintf(buf, bufsize, "%u.%08x.%u", major, minor, api);
sys/dev/iwx/if_iwx.c
861
snprintf(buf, bufsize, "%u.%u.%u", major, minor, api);
sys/dev/ixgbe/if_ix.c
2039
snprintf(namebuf, QUEUE_NAME_LEN, "queue%d", i);
sys/dev/ixgbe/if_ix.c
2062
snprintf(namebuf, QUEUE_NAME_LEN, "queue%d", i);
sys/dev/ixgbe/if_ix.c
2550
snprintf(buf, sizeof(buf), "rxq%d", i);
sys/dev/ixgbe/if_ix.c
2566
snprintf(buf, sizeof(buf), "txq%d", i);
sys/dev/ixgbe/if_ixv.c
1051
snprintf(buf, sizeof(buf), "rxq%d", i);
sys/dev/ixgbe/if_ixv.c
1068
snprintf(buf, sizeof(buf), "txq%d", i);
sys/dev/ixgbe/if_ixv.c
1857
snprintf(namebuf, QUEUE_NAME_LEN, "queue%d", i);
sys/dev/ixgbe/if_ixv.c
1870
snprintf(namebuf, QUEUE_NAME_LEN, "queue%d", i);
sys/dev/ixgbe/ixgbe_fw_logging.c
198
snprintf(buf.str, IXGBE_STR_BUF_LEN, "%s", str);
sys/dev/ixgbe/ixgbe_fw_logging.c
200
snprintf(buf.str, IXGBE_STR_BUF_LEN, "%u", log_level);
sys/dev/ixgbe/ixgbe_osdep.c
170
snprintf(prettyname, sizeof(prettyname), "%s: FWLOG: ",
sys/dev/ixl/i40e_common.c
162
snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err);
sys/dev/ixl/i40e_common.c
310
snprintf(hw->err_str, sizeof(hw->err_str), "%d", stat_err);
sys/dev/ixl/if_ixl.c
1105
snprintf(buf, sizeof(buf), "rxq%d", i);
sys/dev/ixl/if_ixl.c
1122
snprintf(buf, sizeof(buf), "txq%d", i);
sys/dev/ixl/if_ixl.c
527
snprintf(pf->admin_mtx_name, sizeof(pf->admin_mtx_name),
sys/dev/ixl/ixl_pf_iov.c
1821
snprintf(sysctl_name, sizeof(sysctl_name), "vf%d", vfnum);
sys/dev/ixl/ixl_txrx.c
129
snprintf(hw->err_str, sizeof(hw->err_str), "%d", stat_err);
sys/dev/ixl/ixl_txrx.c
914
snprintf(queue_namebuf, sizeof(queue_namebuf), "rxq%02d", q);
sys/dev/ixl/ixl_txrx.c
942
snprintf(queue_namebuf, sizeof(queue_namebuf), "txq%02d", q);
sys/dev/jedec_dimm/jedec_dimm.c
300
(void) snprintf(sc->type_str, sizeof(sc->type_str), "DDR3");
sys/dev/jedec_dimm/jedec_dimm.c
308
(void) snprintf(sc->type_str, sizeof(sc->type_str), "DDR4");
sys/dev/jedec_dimm/jedec_dimm.c
839
(void) snprintf(&dst[(2 * i)], 3, "%02x", byte);
sys/dev/kbdmux/kbdmux.c
459
snprintf(phys_loc, NAMELEN, KEYBOARD_NAME"%d", unit);
sys/dev/liquidio/base/lio_console.c
899
snprintf(oct->fw_info.lio_firmware_version, 32, "LIQUIDIO: %s",
sys/dev/liquidio/base/lio_device.c
342
snprintf(oct->device_name, sizeof(oct->device_name), "%s%d",
sys/dev/liquidio/lio_main.c
1555
snprintf(oct->fw_info.lio_firmware_version, 32, "%s",
sys/dev/liquidio/lio_sysctl.c
482
snprintf(namebuf, QUEUE_NAME_LEN, "tx-%d", i);
sys/dev/liquidio/lio_sysctl.c
565
snprintf(namebuf, QUEUE_NAME_LEN, "rx-%d", i);
sys/dev/malo/if_malo.h
495
snprintf((_tq)->name, sizeof((_tq)->name), "%s_txq%u", \
sys/dev/malo/if_malohal.c
109
snprintf(mh->mh_mtxname, sizeof(mh->mh_mtxname),
sys/dev/mana/mana_en.c
2189
snprintf(txq->txq_mtx_name, nitems(txq->txq_mtx_name),
sys/dev/mana/mana_sysctl.c
171
snprintf(node_name, 32, "port%d", apc->port_idx);
sys/dev/mana/mana_sysctl.c
280
snprintf(que_name, 32, "queue%d", i);
sys/dev/md/md.c
1500
snprintf(sc->ident, sizeof(sc->ident), "MD-DEV%ju-INO%ju",
sys/dev/mfi/mfi.c
1503
snprintf(buffer, sizeof(buffer), "boot + %us", timestamp &
sys/dev/mfi/mfi.c
1506
snprintf(buffer, sizeof(buffer), "%us", timestamp);
sys/dev/mfi/mfi.c
1531
snprintf(buffer, sizeof(buffer), "%d", class);
sys/dev/mfi/mfi.c
3156
snprintf(qd->devname, SPECNAMELEN, "mfid%d", ld->ld_unit);
sys/dev/mfi/mfi_tbolt.c
403
snprintf((char *)sc->verbuf, strlen(MEGASAS_VERSION) + 2, "%s\n",
sys/dev/mgb/if_mgb.c
843
snprintf(irq_name, sizeof(irq_name), "rxq%d", i);
sys/dev/mgb/if_mgb.c
857
snprintf(irq_name, sizeof(irq_name), "txq%d", i);
sys/dev/mlx4/mlx4_core/mlx4_eq.c
1242
snprintf(priv->eq_table.irq_names +
sys/dev/mlx4/mlx4_core/mlx4_eq.c
1258
snprintf(priv->eq_table.irq_names,
sys/dev/mlx4/mlx4_core/mlx4_eq.c
1477
snprintf(priv->eq_table.irq_names +
sys/dev/mlx4/mlx4_core/mlx4_main.c
3793
snprintf(dev->fw_str, sizeof(dev->fw_str), "%d.%d.%d",
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
911
len += snprintf(buf + len, BUF_SIZE - len,
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
918
len += snprintf(buf + len, BUF_SIZE - len,
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
924
len += snprintf(buf + len, BUF_SIZE - len,
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
928
len += snprintf(buf + len, BUF_SIZE - len,
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
935
len += snprintf(buf + len, BUF_SIZE - len,
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
939
len += snprintf(buf + len, BUF_SIZE - len,
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
947
len += snprintf(buf + len, BUF_SIZE - len,
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
951
len += snprintf(buf + len, BUF_SIZE - len,
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
957
len += snprintf(buf + len, BUF_SIZE - len,
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
960
len += snprintf(buf + len, BUF_SIZE - len,
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
966
len += snprintf(buf + len, BUF_SIZE - len,
sys/dev/mlx4/mlx4_core/mlx4_mcg.c
976
len += snprintf(buf + len, BUF_SIZE - len, "\n");
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
2859
snprintf(namebuf, sizeof(namebuf), "tx_ring%d", i);
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
2876
snprintf(namebuf, sizeof(namebuf), "rx_ring%d", i);
sys/dev/mlx4/mlx4_ib/mlx4_ib_alias_GUID.c
885
snprintf(alias_wq_name, sizeof alias_wq_name, "alias_guid%d", i);
sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c
2154
snprintf(name, sizeof name, "mlx4_ibt%d", port);
sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c
2162
snprintf(name, sizeof name, "mlx4_ibud%d", port);
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
2410
snprintf(str, str_len, "%d.%d.%d",
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
182
snprintf(vdentry->name, 15, "%s", _name);
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
517
if (snprintf(element->name, sizeof (element->name),
sys/dev/mlx5/fs.h
235
snprintf(name, FT_NAME_STR_SZ, "leftovers");
sys/dev/mlx5/mlx5_core/mlx5_health.c
530
snprintf(fw_str, sizeof(fw_str), "%d.%d.%d",
sys/dev/mlx5/mlx5_core/mlx5_health.c
725
snprintf(name, sizeof(name), "%s-rec", dev_name(&dev->pdev->dev));
sys/dev/mlx5/mlx5_core/mlx5_health.c
730
snprintf(name, sizeof(name), "%s-wdg", dev_name(&dev->pdev->dev));
sys/dev/mlx5/mlx5_core/mlx5_health.c
735
snprintf(name, sizeof(name), "%s-cmd", dev_name(&dev->pdev->dev));
sys/dev/mlx5/mlx5_core/mlx5_main.c
223
snprintf(string, driver_ver_sz, "FreeBSD,mlx5_core,%u.%u.%u," DRIVER_VERSION,
sys/dev/mlx5/mlx5_en/mlx5_en_ethtool.c
1595
snprintf(name, sizeof(name), "dscp_%d_%d_prio", i, i + 7);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
237
snprintf(ptls->zname, sizeof(ptls->zname),
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
1084
out_size = snprintf(buf, *sz, "tracker_state: %s, auth_state: %s",
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
492
snprintf(ptls->zname, sizeof(ptls->zname),
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
1286
snprintf(buffer, sizeof(buffer), "rxstat%d", c->ix);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
1708
snprintf(buffer, sizeof(buffer), "txstat%dtc%d", c->ix, tc);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
4089
snprintf(fw, sizeof(fw), "%d.%d.%d", fw_rev_maj(priv->mdev), fw_rev_min(priv->mdev),
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
4665
snprintf(unit, sizeof(unit), "%d", if_getdunit(ifp));
sys/dev/mlx5/mlx5_en/mlx5_en_rl.c
925
snprintf(buf, sizeof(buf), "dev.mce.%d.rate_limit.tx_rate_add_%d",
sys/dev/mlx5/mlx5_fpga/mlx5fpga_core.c
143
snprintf(ret, sizeof(ret), "Unknown %d", fpga_id);
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
3116
snprintf(str, str_len, "%d.%d.%04d", fw_rev_maj(dev->mdev),
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
3384
snprintf(dev->ib_dev.name, IB_DEVICE_NAME_MAX, "mlx5_%d", device_get_unit(mdev->pdev->dev.bsddev));
sys/dev/mmc/mmc.c
1157
snprintf(oidstr, sizeof(oidstr), "%c%c", c1, c2);
sys/dev/mmc/mmc.c
1159
snprintf(oidstr, sizeof(oidstr), "0x%04x", ivar->cid.oid);
sys/dev/mmc/mmc.c
1160
snprintf(ivar->card_sn_string, sizeof(ivar->card_sn_string),
sys/dev/mmc/mmc.c
1162
snprintf(ivar->card_id_string, sizeof(ivar->card_id_string),
sys/dev/mmc/mmcsd.c
502
snprintf(part->name, sizeof(part->name), name, device_get_unit(dev));
sys/dev/mmc/mmcsd.c
635
snprintf(name, sizeof(name), "%s%d", part->disk->d_name,
sys/dev/mpi3mr/mpi3mr.c
1692
snprintf(sc->fw_version, sizeof(sc->fw_version),
sys/dev/mpi3mr/mpi3mr.c
2920
snprintf(str, 32, "Dev REMHS commands lock[%d]", i);
sys/dev/mpi3mr/mpi3mr.c
601
snprintf(q_lock_name, 32, "Reply Queue Lock[%d]", qid);
sys/dev/mpi3mr/mpi3mr.c
747
snprintf(q_lock_name, 32, "Request Queue Lock[%d]", req_qid);
sys/dev/mpi3mr/mpi3mr_pci.c
118
snprintf(tmpstr, sizeof(tmpstr), "MPI3MR controller %d",
sys/dev/mpi3mr/mpi3mr_pci.c
120
snprintf(tmpstr2, sizeof(tmpstr2), "%d", device_get_unit(sc->mpi3mr_dev));
sys/dev/mpi3mr/mpi3mr_pci.c
192
snprintf(tmpstr, sizeof(tmpstr), "dev.mpi3mr.%d.debug_level",
sys/dev/mpi3mr/mpi3mr_pci.c
196
snprintf(tmpstr, sizeof(tmpstr), "dev.mpi3mr.%d.reset",
sys/dev/mpi3mr/mpi3mr_pci.c
200
snprintf(tmpstr, sizeof(tmpstr), "dev.mpi3mr.%d.iot_enable",
sys/dev/mpi3mr/mpi3mr_pci.c
204
snprintf(tmpstr, sizeof(tmpstr), "dev.mpi3mr.%d.max_sgl_entries",
sys/dev/mpr/mpr.c
1758
snprintf(tmpstr, sizeof(tmpstr), "dev.mpr.%d.debug_level",
sys/dev/mpr/mpr.c
1764
snprintf(tmpstr, sizeof(tmpstr), "dev.mpr.%d.disable_msix",
sys/dev/mpr/mpr.c
1768
snprintf(tmpstr, sizeof(tmpstr), "dev.mpr.%d.disable_msi",
sys/dev/mpr/mpr.c
1772
snprintf(tmpstr, sizeof(tmpstr), "dev.mpr.%d.max_msix",
sys/dev/mpr/mpr.c
1776
snprintf(tmpstr, sizeof(tmpstr), "dev.mpr.%d.max_chains",
sys/dev/mpr/mpr.c
1780
snprintf(tmpstr, sizeof(tmpstr), "dev.mpr.%d.max_io_pages",
sys/dev/mpr/mpr.c
1785
snprintf(tmpstr, sizeof(tmpstr), "dev.mpr.%d.exclude_ids",
sys/dev/mpr/mpr.c
1789
snprintf(tmpstr, sizeof(tmpstr), "dev.mpr.%d.enable_ssu",
sys/dev/mpr/mpr.c
1793
snprintf(tmpstr, sizeof(tmpstr), "dev.mpr.%d.spinup_wait_time",
sys/dev/mpr/mpr.c
1797
snprintf(tmpstr, sizeof(tmpstr), "dev.mpr.%d.use_phy_num",
sys/dev/mpr/mpr.c
1801
snprintf(tmpstr, sizeof(tmpstr), "dev.mpr.%d.encl_min_slots",
sys/dev/mpr/mpr.c
1805
snprintf(tmpstr, sizeof(tmpstr), "dev.mpr.%d.max_reqframes",
sys/dev/mpr/mpr.c
1809
snprintf(tmpstr, sizeof(tmpstr), "dev.mpr.%d.max_prireqframes",
sys/dev/mpr/mpr.c
1813
snprintf(tmpstr, sizeof(tmpstr), "dev.mpr.%d.max_replyframes",
sys/dev/mpr/mpr.c
1817
snprintf(tmpstr, sizeof(tmpstr), "dev.mpr.%d.max_evtframes",
sys/dev/mpr/mpr.c
1833
snprintf(tmpstr, sizeof(tmpstr), "MPR controller %d",
sys/dev/mpr/mpr.c
1835
snprintf(tmpstr2, sizeof(tmpstr2), "%d", device_get_unit(sc->mpr_dev));
sys/dev/mpr/mpr.c
511
snprintf(sc->fw_version, sizeof(sc->fw_version),
sys/dev/mpr/mpr.c
518
snprintf(sc->msg_version, sizeof(sc->msg_version), "%d.%d",
sys/dev/mpr/mpr_table.c
262
snprintf(string, len, "%b,%s", devinfo,
sys/dev/mps/mps.c
1608
snprintf(tmpstr, sizeof(tmpstr), "dev.mps.%d.debug_level",
sys/dev/mps/mps.c
1614
snprintf(tmpstr, sizeof(tmpstr), "dev.mps.%d.disable_msix",
sys/dev/mps/mps.c
1618
snprintf(tmpstr, sizeof(tmpstr), "dev.mps.%d.disable_msi",
sys/dev/mps/mps.c
1622
snprintf(tmpstr, sizeof(tmpstr), "dev.mps.%d.max_msix",
sys/dev/mps/mps.c
1626
snprintf(tmpstr, sizeof(tmpstr), "dev.mps.%d.max_chains",
sys/dev/mps/mps.c
1630
snprintf(tmpstr, sizeof(tmpstr), "dev.mps.%d.max_io_pages",
sys/dev/mps/mps.c
1635
snprintf(tmpstr, sizeof(tmpstr), "dev.mps.%d.exclude_ids",
sys/dev/mps/mps.c
1639
snprintf(tmpstr, sizeof(tmpstr), "dev.mps.%d.enable_ssu",
sys/dev/mps/mps.c
1643
snprintf(tmpstr, sizeof(tmpstr), "dev.mps.%d.spinup_wait_time",
sys/dev/mps/mps.c
1647
snprintf(tmpstr, sizeof(tmpstr), "dev.mps.%d.use_phy_num",
sys/dev/mps/mps.c
1651
snprintf(tmpstr, sizeof(tmpstr), "dev.mps.%d.max_reqframes",
sys/dev/mps/mps.c
1655
snprintf(tmpstr, sizeof(tmpstr), "dev.mps.%d.max_prireqframes",
sys/dev/mps/mps.c
1659
snprintf(tmpstr, sizeof(tmpstr), "dev.mps.%d.max_replyframes",
sys/dev/mps/mps.c
1663
snprintf(tmpstr, sizeof(tmpstr), "dev.mps.%d.max_evtframes",
sys/dev/mps/mps.c
1680
snprintf(tmpstr, sizeof(tmpstr), "MPS controller %d",
sys/dev/mps/mps.c
1682
snprintf(tmpstr2, sizeof(tmpstr2), "%d", device_get_unit(sc->mps_dev));
sys/dev/mps/mps.c
490
snprintf(sc->fw_version, sizeof(sc->fw_version),
sys/dev/mps/mps.c
497
snprintf(sc->msg_version, sizeof(sc->msg_version), "%d.%d",
sys/dev/mps/mps_table.c
241
snprintf(string, len, "%b,%s", devinfo,
sys/dev/mpt/mpt_debug.c
221
snprintf(buf, sizeof buf, "Unknown (0x%08x)", code);
sys/dev/mpt/mpt_debug.c
233
ptr += snprintf(buf, sizeof buf, "(0x%08x)", code);
sys/dev/mpt/mpt_debug.c
236
ptr += snprintf(ptr, (size_t)(end-ptr), "%s ",
sys/dev/mpt/mpt_debug.c
253
snprintf(buf, sizeof buf, "Unknown (0x%08x)", code);
sys/dev/mpt/mpt_debug.c
267
snprintf(buf, sizeof buf, "Unknown (0x%08x)", code);
sys/dev/mpt/mpt_debug.c
279
ptr += snprintf(buf, sizeof buf, "(0x%08x)", code);
sys/dev/mpt/mpt_debug.c
282
ptr += snprintf(ptr, (size_t)(end-ptr), "%s ",
sys/dev/mpt/mpt_debug.c
299
snprintf(buf, sizeof buf, "Unknown (0x%08x)", code);
sys/dev/mpt/mpt_debug.c
345
snprintf(buf, sizeof buf, "Unknown (0x%08x)", code);
sys/dev/mrsas/mrsas.c
2746
snprintf((char *)sc->verbuf_mem, strlen(MRSAS_VERSION) + 2, "%s\n",
sys/dev/mrsas/mrsas.c
379
snprintf(tmpstr, sizeof(tmpstr), "MRSAS controller %d",
sys/dev/mrsas/mrsas.c
381
snprintf(tmpstr2, sizeof(tmpstr2), "%d", device_get_unit(sc->mrsas_dev));
sys/dev/mrsas/mrsas.c
482
snprintf(tmpstr, sizeof(tmpstr), "dev.mrsas.%d.debug_level",
sys/dev/mthca/mthca_eq.c
823
snprintf(dev->eq_table.eq[i].irq_name,
sys/dev/mthca/mthca_eq.c
838
snprintf(dev->eq_table.eq[0].irq_name, IB_DEVICE_NAME_MAX,
sys/dev/mthca/mthca_provider.c
1130
snprintf(str, str_len, "%d.%d.%d",
sys/dev/mwl/if_mwlvar.h
132
snprintf((_tq)->name, sizeof((_tq)->name), "%s_txq%u", \
sys/dev/mwl/mwlhal.c
2736
snprintf(buf, sizeof(buf), "0x%x", cmd);
sys/dev/mwl/mwlhal.c
290
snprintf(mh->mh_mtxname, sizeof(mh->mh_mtxname),
sys/dev/mxge/if_mxge.c
4292
snprintf(ss->tx.mtx_name, sizeof(ss->tx.mtx_name),
sys/dev/mxge/if_mxge.c
4641
snprintf(sc->cmd_mtx_name, sizeof(sc->cmd_mtx_name), "%s:cmd",
sys/dev/mxge/if_mxge.c
4644
snprintf(sc->driver_mtx_name, sizeof(sc->driver_mtx_name),
sys/dev/nctgpio/nctgpio.c
1240
snprintf(pin->gp_name, GPIOMAXNAME, "GPIO%u%u",
sys/dev/netmap/if_ptnet.c
374
snprintf(pq->lock_name, sizeof(pq->lock_name), "%s-%d",
sys/dev/netmap/if_ptnet.c
446
snprintf(sc->lock_name, sizeof(sc->lock_name),
sys/dev/netmap/netmap.c
916
snprintf(kring->name, sizeof(kring->name) - 1, "%s %s%d", na->name,
sys/dev/netmap/netmap_bdg.c
1761
snprintf(hostna->name, sizeof(hostna->name), "%s^", na->name);
sys/dev/netmap/netmap_freebsd.c
105
snprintf(si->mtxname, sizeof(si->mtxname), "nmkl%s", name);
sys/dev/netmap/netmap_legacy.c
94
snprintf(suffix, sizeof(suffix), "%c%d",
sys/dev/netmap/netmap_mem2.c
1713
snprintf(d->name, NM_MEM_NAMESZ, "%d", d->nm_id);
sys/dev/netmap/netmap_mem2.c
1716
snprintf(d->pools[i].name, NETMAP_POOL_MAX_NAMSZ,
sys/dev/netmap/netmap_mem2.c
1863
snprintf(nmd->name, sizeof(nmd->name), "%d", nmd->nm_id);
sys/dev/netmap/netmap_mem2.c
1866
snprintf(nmd->pools[i].name, NETMAP_POOL_MAX_NAMSZ, "%s-%s",
sys/dev/netmap/netmap_mem2.c
2912
snprintf(ptnmd->up.name, NM_MEM_NAMESZ, "%d", ptnmd->up.nm_id);
sys/dev/netmap/netmap_monitor.c
963
snprintf(mna->up.name, sizeof(mna->up.name), "%s/%s%s%s#%lu", pna->name,
sys/dev/netmap/netmap_null.c
139
snprintf(nna->up.name, sizeof(nna->up.name), "null:%s", hdr->nr_name);
sys/dev/netmap/netmap_pipe.c
760
snprintf(mna->up.name, sizeof(mna->up.name), "%s{%s", pna->name, pipe_id);
sys/dev/netmap/netmap_pipe.c
810
snprintf(sna->up.name, sizeof(sna->up.name), "%s}%s", pna->name, pipe_id);
sys/dev/ntb/ntb.c
79
snprintf(buf, sizeof(buf), "hint.%s.%d.config", device_get_name(dev),
sys/dev/ntb/ntb_hw/ntb_hw_plx.c
385
snprintf(buf, sizeof(buf), "hint.%s.%d.b2b", device_get_name(dev),
sys/dev/ntb/ntb_hw/ntb_hw_plx.c
413
snprintf(buf, sizeof(buf), "hint.%s.%d.split", device_get_name(dev),
sys/dev/ntb/ntb_transport.c
366
snprintf(buf, sizeof(buf), "hint.%s.%d.compact", device_get_name(dev),
sys/dev/ntb/ntb_transport.c
442
snprintf(buf, sizeof(buf), "hint.%s.%d.config", device_get_name(dev),
sys/dev/ntb/test/ntb_tool.c
1351
snprintf(buf, sizeof(buf), "spad%d", sidx);
sys/dev/ntb/test/ntb_tool.c
1352
snprintf(desc, sizeof(desc), "spad%d info", sidx);
sys/dev/ntb/test/ntb_tool.c
1361
snprintf(buf, sizeof(buf), "peer%d", pidx);
sys/dev/ntb/test/ntb_tool.c
1380
snprintf(buf, sizeof(buf), "mw_trans%d", widx);
sys/dev/ntb/test/ntb_tool.c
1381
snprintf(desc, sizeof(desc), "mw trans%d info", widx);
sys/dev/ntb/test/ntb_tool.c
1388
snprintf(buf, sizeof(buf), "mw%d", widx);
sys/dev/ntb/test/ntb_tool.c
1389
snprintf(desc, sizeof(desc), "mw%d info", widx);
sys/dev/ntb/test/ntb_tool.c
1396
snprintf(buf, sizeof(buf), "peer_mw%d", widx);
sys/dev/ntb/test/ntb_tool.c
1397
snprintf(desc, sizeof(desc), "peer_mw%d info", widx);
sys/dev/ntb/test/ntb_tool.c
1406
snprintf(buf, sizeof(buf), "spad%d", sidx);
sys/dev/ntb/test/ntb_tool.c
1407
snprintf(desc, sizeof(desc), "spad%d info", sidx);
sys/dev/ntb/test/ntb_tool.c
387
snprintf(ubuf, sizeof(ubuf), "0x%jx", val);
sys/dev/ntb/test/ntb_tool.c
705
snprintf(buf, 2, "%c", tc->link_status);
sys/dev/nvme/nvme_sysctl.c
448
snprintf(queue_name, QUEUE_NAME_LENGTH, "%d", i);
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1005
snprintf(cn->error_str, sizeof(cn->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1013
snprintf(cn->error_str, sizeof(cn->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1020
snprintf(cn->error_str, sizeof(cn->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1030
snprintf(cn->error_str, sizeof(cn->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1037
snprintf(cn->error_str, sizeof(cn->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1051
snprintf(cn->error_str, sizeof(cn->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1059
snprintf(cn->error_str, sizeof(cn->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1087
snprintf(cn->error_str, sizeof(cn->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1114
snprintf(cn->error_str, sizeof(cn->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1123
snprintf(cn->error_str, sizeof(cn->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1169
snprintf(cn->error_str, sizeof(cn->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1195
snprintf(req->error_str, sizeof(req->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
1214
snprintf(cn->error_str, sizeof(cn->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
746
snprintf(req->error_str, sizeof(req->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
752
snprintf(req->error_str, sizeof(req->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
759
snprintf(req->error_str, sizeof(req->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
770
snprintf(req->error_str, sizeof(req->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
779
snprintf(req->error_str, sizeof(req->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
788
snprintf(req->error_str, sizeof(req->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
797
snprintf(req->error_str, sizeof(req->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
805
snprintf(req->error_str, sizeof(req->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
822
snprintf(req->error_str, sizeof(req->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
878
snprintf(req->error_str, sizeof(req->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
907
snprintf(req->error_str, sizeof(req->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
914
snprintf(req->error_str, sizeof(req->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
921
snprintf(req->error_str, sizeof(req->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
933
snprintf(req->error_str, sizeof(req->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
942
snprintf(req->error_str, sizeof(req->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
979
snprintf(cn->error_str, sizeof(cn->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
989
snprintf(cn->error_str, sizeof(cn->error_str),
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
997
snprintf(cn->error_str, sizeof(cn->error_str),
sys/dev/nvmf/controller/nvmft_controller.c
214
snprintf(name, sizeof(name), "I/O queue %u", qid);
sys/dev/nvmf/controller/nvmft_subr.c
128
snprintf(buf, len, "HI:%lu", hostid);
sys/dev/nvmf/host/nvmf.c
317
snprintf(name, sizeof(name), "I/O queue %u", i);
sys/dev/nvmf/host/nvmf.c
748
snprintf(buf, sizeof(buf), "name=\"%s\"", device_get_nameunit(sc->dev));
sys/dev/nvmf/host/nvmf_qpair.c
268
snprintf(name, sizeof(name), "%u", qid);
sys/dev/ocs_fc/ocs_domain.c
1403
snprintf(qualifier, sizeof(qualifier), "%s/domain[%d]", parent, domain->instance_index);
sys/dev/ocs_fc/ocs_domain.c
1507
snprintf(qualifier, sizeof(qualifier), "%s/domain[%d]", parent, domain->instance_index);
sys/dev/ocs_fc/ocs_domain.c
1543
snprintf(qualifier, sizeof(qualifier), "%s.domain%d", parent, domain->instance_index);
sys/dev/ocs_fc/ocs_io.c
429
snprintf(qualifier, sizeof(qualifier), "%s/io[%d]", parent, io->instance_index);
sys/dev/ocs_fc/ocs_ioctl.c
1044
snprintf(str_wwpn, sizeof(str_wwpn), "0x%llx", (unsigned long long)fcp->vport->wwpn);
sys/dev/ocs_fc/ocs_ioctl.c
1056
snprintf(str_wwnn, sizeof(str_wwnn), "0x%llx", (unsigned long long)fcp->vport->wwnn);
sys/dev/ocs_fc/ocs_ioctl.c
1086
snprintf(ocs->modeldesc, sizeof(ocs->modeldesc), "%s", str);
sys/dev/ocs_fc/ocs_ioctl.c
1095
snprintf(ocs->serialnum, sizeof(ocs->serialnum), "%s", str);
sys/dev/ocs_fc/ocs_ioctl.c
1107
snprintf(ocs->fwrev, sizeof(ocs->fwrev), "%s, sli-%d:%d:%x",
sys/dev/ocs_fc/ocs_ioctl.c
1116
snprintf(ocs->sli_intf, sizeof(ocs->sli_intf), "%08x",
sys/dev/ocs_fc/ocs_ioctl.c
1172
snprintf(name, sizeof(name), "vport%d", i);
sys/dev/ocs_fc/ocs_ioctl.c
826
snprintf(old, sizeof(old), "0x%llx" , (unsigned long long) *wwnn);
sys/dev/ocs_fc/ocs_ioctl.c
832
snprintf(old, sizeof(old), "0x%llx" , (unsigned long long) ocs_htobe64(*wwnn));
sys/dev/ocs_fc/ocs_ioctl.c
865
snprintf(old, sizeof(old), "0x%llx",(unsigned long long) *wwpn);
sys/dev/ocs_fc/ocs_ioctl.c
869
snprintf(old, sizeof(old), "0x%llx",(unsigned long long) ocs_htobe64(*wwpn));
sys/dev/ocs_fc/ocs_ioctl.c
936
snprintf(buf, sizeof(buf), "%d",new_value);
sys/dev/ocs_fc/ocs_ioctl.c
966
snprintf(buf, sizeof(buf), "%d",new_value);
sys/dev/ocs_fc/ocs_ioctl.c
979
snprintf(buf, sizeof(buf), "0x%06x",
sys/dev/ocs_fc/ocs_ioctl.c
999
snprintf(new, sizeof(new), "%s",
sys/dev/ocs_fc/ocs_mgmt.c
302
snprintf(qualifier, sizeof(qualifier), "/ocs");
sys/dev/ocs_fc/ocs_mgmt.c
383
snprintf(qualifier, sizeof(qualifier), "/ocs");
sys/dev/ocs_fc/ocs_mgmt.c
465
snprintf(qualifier, sizeof(qualifier), "/ocs");
sys/dev/ocs_fc/ocs_os.c
576
p += snprintf(p, sizeof(buf) - (p - buf), "%s: ", DRV_NAME);
sys/dev/ocs_fc/ocs_os.c
577
p += snprintf(p, sizeof(buf) - (p - buf), "%s:", func_name);
sys/dev/ocs_fc/ocs_os.c
578
p += snprintf(p, sizeof(buf) - (p - buf), "%i:", line);
sys/dev/ocs_fc/ocs_os.c
579
p += snprintf(p, sizeof(buf) - (p - buf), "%s:", (ocs != NULL) ? device_get_nameunit(ocs->dev) : "");
sys/dev/ocs_fc/ocs_os.h
334
#define ocs_snprintf(buf, n, fmt, ...) snprintf(buf, n, fmt, ##__VA_ARGS__)
sys/dev/ocs_fc/ocs_pci.c
533
snprintf(ocs->businfo, sizeof(ocs->businfo), "%02X:%02X:%02X",
sys/dev/ocs_fc/ocs_pci.c
798
snprintf(ocs->intr_ctx.name, sizeof(ocs->intr_ctx.name),
sys/dev/ocs_fc/ocs_sport.c
1297
snprintf(qualifier, sizeof(qualifier), "%s/sport[%d]", parent, sport->instance_index);
sys/dev/ocs_fc/ocs_sport.c
1401
snprintf(qualifier, sizeof(qualifier), "%s/sport[%d]", parent, sport->instance_index);
sys/dev/ocs_fc/ocs_sport.c
1431
snprintf(qualifier, sizeof(qualifier), "%s.sport%d", parent, sport->instance_index);
sys/dev/ofw/ofw_graph.c
54
snprintf(portnode, sizeof(portnode), "port@%d", idx);
sys/dev/ofw/ofw_graph.c
61
snprintf(portnode, sizeof(portnode), "port");
sys/dev/p2sb/lewisburg_gpio.c
213
snprintf(sc->gpio_setup[i].gp_name,
sys/dev/pci/pci.c
3601
snprintf(tunable_name, sizeof(tunable_name),
sys/dev/pci/pci.c
4640
snprintf(me1, sizeof(me1), "pci%u:%u:%u", b, s, f);
sys/dev/pci/pci.c
4641
snprintf(me2, sizeof(me2), "pci%u:%u:%u:%u", d, b, s, f);
sys/dev/pci/pci.c
5325
snprintf(dp, 80, "0x%x", pci_get_device(dev));
sys/dev/pci/pci_host_generic.c
145
snprintf(buf, sizeof(buf), "%s prefetch window",
sys/dev/pci/pci_host_generic.c
150
snprintf(buf, sizeof(buf), "%s memory window",
sys/dev/pci/pci_host_generic.c
155
snprintf(buf, sizeof(buf), "%s I/O port window",
sys/dev/pci/pci_iov.c
531
snprintf(iov->rman_name, sizeof(iov->rman_name), "%s VF I/O memory",
sys/dev/pci/pci_iov.c
642
snprintf(device_name, sizeof(device_name), VF_PREFIX"%d", i);
sys/dev/pci/pci_iov_schema.c
773
snprintf(device, sizeof(device), VF_PREFIX"%d", i);
sys/dev/pci/pci_pci.c
429
snprintf(buf, sizeof(buf), "%s %s window",
sys/dev/pci/pci_pci.c
654
snprintf(buf, sizeof(buf), "%s bus numbers", device_get_nameunit(dev));
sys/dev/pci/pci_subr.c
146
snprintf(buf, sizeof(buf), "pci%d:%d:%d:%d", pci_get_domain(child),
sys/dev/pci/pci_subr.c
312
snprintf(buf, sizeof(buf), "PCI domain %d bus numbers", domain);
sys/dev/pms/freebsd/driver/common/lxencrypt.c
638
snprintf(pCard->map_cache_name, sizeof(pCard->map_cache_name) - 1, "map_cache_%d", pCard->cardNo);
sys/dev/pms/freebsd/driver/common/lxencrypt.c
663
snprintf(pCard->ioerr_cache_name, sizeof(pCard->ioerr_cache_name) - 1, "ioerr_cache_%d", pCard->cardNo);
sys/dev/puc/puc.c
247
snprintf(buffer, sizeof(buffer), "%s I/O port mapping",
sys/dev/puc/puc.c
250
snprintf(buffer, sizeof(buffer), "%s I/O memory mapping",
sys/dev/puc/puc.c
253
snprintf(buffer, sizeof(buffer), "%s port numbers",
sys/dev/puc/pucdata.c
2143
snprintf(desc, sizeof(desc),
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
1387
snprintf((char *)pInstanceInfo2->vendorName,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
1393
snprintf((char *)pInstanceInfo2->swVersion,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
1444
snprintf((char *)pInstanceInfo2->partName,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
1471
snprintf((char *)pInstanceInfo2->instID,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
714
snprintf(instance_name,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
75
len += snprintf(data + len,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
83
len += snprintf(data + len,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
99
len += snprintf(
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
1139
snprintf((char *)pInstanceInfo->name,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
1146
snprintf((char *)pInstanceInfo->version,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
1188
snprintf((char *)pInstanceInfo2->vendorName,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
1194
snprintf((char *)pInstanceInfo2->swVersion,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
1244
snprintf((char *)pInstanceInfo2->partName,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
1264
snprintf((char *)pInstanceInfo2->instName,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
1268
snprintf((char *)pInstanceInfo2->instID,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
281
len += snprintf(
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
291
len += snprintf(
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
305
len += snprintf(
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
326
len += snprintf(data + len, size - len, SEPARATOR);
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
512
snprintf(instance_name,
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
779
len += snprintf(
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
794
len += snprintf(data + len,
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
807
len += snprintf(data + len,
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
818
len += snprintf(data + len,
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
822
len += snprintf(data + len,
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
836
len += snprintf(data + len,
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
841
len += snprintf(data + len,
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
846
len += snprintf(data + len,
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
852
len += snprintf(data + len, size - len, SEPARATOR);
sys/dev/qat/qat_api/common/utils/lac_mem_pools.c
130
snprintf(lac_mem_pools[poolSearch]->poolName,
sys/dev/qat/qat_api/common/utils/sal_string_parse.c
27
snprintf(instNumString,
sys/dev/qat/qat_api/common/utils/sal_string_parse.c
40
snprintf(result,
sys/dev/qat/qat_api/common/utils/sal_versions.c
103
strSize = snprintf((char *)pVerInfo->mmpVersion,
sys/dev/qat/qat_api/common/utils/sal_versions.c
109
snprintf((char *)pVerInfo->softwareVersion,
sys/dev/qat/qat_api/common/utils/sal_versions.c
77
strSize = snprintf((char *)pVerInfo->hardwareVersion,
sys/dev/qat/qat_api/common/utils/sal_versions.c
90
strSize = snprintf((char *)pVerInfo->firmwareVersion,
sys/dev/qat/qat_common/adf_cfg.c
339
snprintf(key_val->val,
sys/dev/qat/qat_common/adf_cfg.c
346
snprintf(key_val->val,
sys/dev/qat/qat_common/adf_cfg_device.c
1016
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, ADF_SERVICES_ENABLED);
sys/dev/qat/qat_common/adf_cfg_device.c
1030
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, ADF_CONFIG_VERSION);
sys/dev/qat/qat_common/adf_cfg_device.c
1035
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, ADF_AUTO_RESET_ON_ERROR);
sys/dev/qat/qat_common/adf_cfg_device.c
1065
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_device.c
1072
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_device.c
1079
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_device.c
1087
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, ADF_CY ADF_RING_ASYM_SIZE);
sys/dev/qat/qat_common/adf_cfg_device.c
1092
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, ADF_CY ADF_RING_SYM_SIZE);
sys/dev/qat/qat_common/adf_cfg_device.c
1097
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, ADF_INTER_BUF_SIZE);
sys/dev/qat/qat_common/adf_cfg_device.c
1102
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, SAL_STATS_CFG_DC);
sys/dev/qat/qat_common/adf_cfg_device.c
1107
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, SAL_STATS_CFG_DH);
sys/dev/qat/qat_common/adf_cfg_device.c
1112
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, SAL_STATS_CFG_DRBG);
sys/dev/qat/qat_common/adf_cfg_device.c
1117
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, SAL_STATS_CFG_DSA);
sys/dev/qat/qat_common/adf_cfg_device.c
1122
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, SAL_STATS_CFG_ECC);
sys/dev/qat/qat_common/adf_cfg_device.c
1127
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, SAL_STATS_CFG_ENABLED);
sys/dev/qat/qat_common/adf_cfg_device.c
1132
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, SAL_STATS_CFG_KEYGEN);
sys/dev/qat/qat_common/adf_cfg_device.c
1137
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, SAL_STATS_CFG_LN);
sys/dev/qat/qat_common/adf_cfg_device.c
1142
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, SAL_STATS_CFG_PRIME);
sys/dev/qat/qat_common/adf_cfg_device.c
1147
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, SAL_STATS_CFG_RSA);
sys/dev/qat/qat_common/adf_cfg_device.c
1152
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, SAL_STATS_CFG_SYM);
sys/dev/qat/qat_common/adf_cfg_device.c
299
snprintf(key, sizeof(key), ADF_SERVICES_ENABLED);
sys/dev/qat/qat_common/adf_cfg_device.c
448
snprintf(key, sizeof(key), ADF_SERVICES_ENABLED);
sys/dev/qat/qat_common/adf_cfg_device.c
496
snprintf(key, sizeof(key), "%s", adf_cfg_deprecated_params[i]);
sys/dev/qat/qat_common/adf_cfg_device.c
737
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, ADF_NUM_CY);
sys/dev/qat/qat_common/adf_cfg_device.c
742
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, ADF_NUM_DC);
sys/dev/qat/qat_common/adf_cfg_device.c
747
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, ADF_NUM_PROCESSES);
sys/dev/qat/qat_common/adf_cfg_device.c
753
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_device.c
761
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_device.c
768
snprintf(value, ADF_CFG_MAX_VAL_LEN_IN_BYTES, ADF_CY "%d", i);
sys/dev/qat/qat_common/adf_cfg_device.c
769
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_device.c
779
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_device.c
787
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_device.c
794
snprintf(value, ADF_CFG_MAX_VAL_LEN_IN_BYTES, ADF_DC "%d", i);
sys/dev/qat/qat_common/adf_cfg_device.c
795
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_device.c
867
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, ADF_NUM_CY);
sys/dev/qat/qat_common/adf_cfg_device.c
872
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, ADF_NUM_DC);
sys/dev/qat/qat_common/adf_cfg_device.c
878
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_device.c
886
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_device.c
893
snprintf(value, ADF_CFG_MAX_VAL_LEN_IN_BYTES, ADF_CY "%d", i);
sys/dev/qat/qat_common/adf_cfg_device.c
894
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_device.c
905
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_device.c
913
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_device.c
920
snprintf(value, ADF_CFG_MAX_VAL_LEN_IN_BYTES, ADF_CY "%d", i);
sys/dev/qat/qat_common/adf_cfg_device.c
921
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_device.c
931
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_device.c
939
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_device.c
946
snprintf(value, ADF_CFG_MAX_VAL_LEN_IN_BYTES, ADF_DC "%d", i);
sys/dev/qat/qat_common/adf_cfg_device.c
947
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
1040
snprintf(derived_name,
sys/dev/qat/qat_common/adf_cfg_section.c
171
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
179
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
187
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
195
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
203
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
215
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
226
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
249
snprintf(key, ADF_CFG_MAX_STR_LEN, ADF_DC_BANK_NUM_FORMAT, inst_index);
sys/dev/qat/qat_common/adf_cfg_section.c
254
snprintf(key, ADF_CFG_MAX_STR_LEN, ADF_DC_TX_FORMAT, inst_index);
sys/dev/qat/qat_common/adf_cfg_section.c
259
snprintf(key, ADF_CFG_MAX_STR_LEN, ADF_DC_RX_FORMAT, inst_index);
sys/dev/qat/qat_common/adf_cfg_section.c
268
snprintf(key, ADF_CFG_MAX_STR_LEN, ADF_DC_RING_SIZE_FORMAT, inst_index);
sys/dev/qat/qat_common/adf_cfg_section.c
289
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
294
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
302
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
310
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
322
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
346
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
351
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
360
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
368
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
380
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
462
snprintf(key, ADF_CFG_MAX_KEY_LEN_IN_BYTES, ADF_SERVICES_ENABLED);
sys/dev/qat/qat_common/adf_cfg_section.c
490
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
509
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
518
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
596
snprintf(key, ADF_CFG_MAX_STR_LEN, ADF_SERVICES_ENABLED);
sys/dev/qat/qat_common/adf_cfg_section.c
622
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
643
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
652
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
716
snprintf(derived_sec_name,
sys/dev/qat/qat_common/adf_cfg_section.c
723
snprintf(derived_sec_name,
sys/dev/qat/qat_common/adf_cfg_section.c
961
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
970
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
979
snprintf(key,
sys/dev/qat/qat_common/adf_cfg_section.c
990
snprintf(key,
sys/dev/qat/qat_common/adf_dev_err.c
161
adf_printf_len += snprintf(&adf_printf_buf[adf_printf_len],
sys/dev/qat/qat_common/adf_freebsd_cnvnr_ctrs_dbg.c
123
snprintf(report_ptr,
sys/dev/qat/qat_common/adf_freebsd_cnvnr_ctrs_dbg.c
25
(snprintf( \
sys/dev/qat/qat_common/adf_freebsd_dev_processes.c
236
snprintf(prv_data->name,
sys/dev/qat/qat_common/adf_freebsd_dev_processes.c
259
snprintf(prv_data->name,
sys/dev/qat/qat_common/adf_freebsd_pfvf_ctrs_dbg.c
83
ptr += snprintf(ptr,
sys/dev/qat/qat_common/adf_freebsd_transport_debug.c
180
snprintf(name, sizeof(name), "bank_%03d", bank->bank_number);
sys/dev/qat/qat_common/adf_freebsd_transport_debug.c
87
snprintf(entry_name,
sys/dev/qat/qat_common/adf_freebsd_ver_dbg.c
22
snprintf(fw_version,
sys/dev/qat/qat_common/adf_freebsd_ver_dbg.c
29
snprintf(fw_version, ADF_CFG_MAX_VAL_LEN_IN_BYTES, "");
sys/dev/qat/qat_common/adf_freebsd_ver_dbg.c
48
snprintf(hw_version,
sys/dev/qat/qat_common/adf_freebsd_ver_dbg.c
53
snprintf(hw_version, ADF_CFG_MAX_VAL_LEN_IN_BYTES, "");
sys/dev/qat/qat_common/adf_freebsd_ver_dbg.c
72
snprintf(mmp_version,
sys/dev/qat/qat_common/adf_freebsd_ver_dbg.c
80
snprintf(mmp_version,
sys/dev/qat/qat_common/adf_freebsd_ver_dbg.c
87
snprintf(mmp_version, ADF_CFG_MAX_VAL_LEN_IN_BYTES, "");
sys/dev/qat/qat_common/adf_fw_counters.c
340
snprintf(key_val->val,
sys/dev/qat/qat_common/adf_fw_counters.c
344
snprintf(key_val->val,
sys/dev/qat/qat_common/adf_fw_counters.c
75
snprintf(aeidstr, sizeof(aeidstr), "AE %2d", i);
sys/dev/qat/qat_common/adf_init.c
104
snprintf(key, sizeof(key), ADF_DEV_CAPABILITIES_MASK);
sys/dev/qat/qat_common/adf_init.c
110
snprintf(key, sizeof(key), ADF_DEV_PKG_ID);
sys/dev/qat/qat_common/adf_init.c
116
snprintf(key, sizeof(key), ADF_DEV_NODE_ID);
sys/dev/qat/qat_common/adf_init.c
122
snprintf(key, sizeof(key), ADF_DEV_MAX_RINGS_PER_BANK);
sys/dev/qat/qat_common/adf_init.c
128
snprintf(key, sizeof(key), ADF_HW_REV_ID_KEY);
sys/dev/qat/qat_common/adf_init.c
129
snprintf(hw_version,
sys/dev/qat/qat_common/adf_init.c
137
snprintf(key, sizeof(key), ADF_MMP_VER_KEY);
sys/dev/qat/qat_common/adf_init.c
138
snprintf(mmp_version,
sys/dev/qat/qat_common/adf_init.c
161
snprintf(key, sizeof(key), ADF_UOF_VER_KEY);
sys/dev/qat/qat_common/adf_init.c
162
snprintf(fw_version,
sys/dev/qat/qat_common/adf_init.c
182
snprintf(key, sizeof(key), ADF_DC_EXTENDED_FEATURES);
sys/dev/qat/qat_common/adf_init.c
98
snprintf(key, sizeof(key), ADF_DEV_MAX_BANKS);
sys/dev/qat/qat_common/adf_isr.c
144
snprintf(bankName,
sys/dev/qat/qat_common/adf_transport.c
531
snprintf(key_buf, ADF_CFG_MAX_KEY_LEN_IN_BYTES, format, key);
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
136
snprintf(key, sizeof(key), ADF_SERVICES_ENABLED);
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
332
snprintf(key, sizeof(key), ADF_SERVICES_ENABLED);
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
333
snprintf(val_str,
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
389
snprintf(key, sizeof(key), ADF_SERVICES_ENABLED);
sys/dev/qat/qat_hw/qat_4xxxvf/adf_4xxxvf_hw_data.c
307
snprintf(key, sizeof(key), ADF_SERVICES_ENABLED);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
1509
snprintf(key, sizeof(key), ADF_SERVICES_ENABLED);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
1653
snprintf(key, sizeof(key), ADF_NUM_CY_ACCEL_UNITS);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
1658
snprintf(key, sizeof(key), ADF_NUM_DC_ACCEL_UNITS);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
1664
snprintf(key, sizeof(key), ADF_NUM_INLINE_ACCEL_UNITS);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
1691
snprintf(key, sizeof(key), ADF_INLINE_INGRESS);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
1701
snprintf(key, sizeof(key), ADF_INLINE_EGRESS);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
1786
snprintf(key, sizeof(key), ADF_SERVICES_ENABLED);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
807
snprintf(key, sizeof(key), ADF_SERVICES_ENABLED);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
811
snprintf(val_str, sizeof(val_str), ADF_SERVICE_SYM);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
813
snprintf(val_str, sizeof(val_str), ADF_SERVICE_CY);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
828
snprintf(key, sizeof(key), ADF_NUM_CY_ACCEL_UNITS);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
834
snprintf(key, sizeof(key), ADF_NUM_DC_ACCEL_UNITS);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
840
snprintf(key, sizeof(key), ADF_NUM_INLINE_ACCEL_UNITS);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.c
1097
snprintf(strbuf,
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_ras.c
1104
snprintf(strbuf,
sys/dev/qat_c2xxx/qat.c
1534
snprintf(name, QAT_RING_NAME_SIZE, "bank%d sym_tx", bank);
sys/dev/qat_c2xxx/qat.c
1542
snprintf(name, QAT_RING_NAME_SIZE, "bank%d sym_rx", bank);
sys/dev/qcom_ess_edma/qcom_ess_edma.c
235
snprintf(txs->label, QCOM_ESS_EDMA_LABEL_SZ - 1, "txq%d_compl", txq);
sys/dev/qcom_ess_edma/qcom_ess_edma.c
336
snprintf(rxs->label, QCOM_ESS_EDMA_LABEL_SZ - 1, "rxq%d_compl", rxq);
sys/dev/qcom_ess_edma/qcom_ess_edma.c
830
snprintf(label, QCOM_ESS_EDMA_LABEL_SZ - 1, "tx_ring%d", i);
sys/dev/qcom_ess_edma/qcom_ess_edma.c
854
snprintf(label, QCOM_ESS_EDMA_LABEL_SZ - 1, "rx_ring%d", i);
sys/dev/qcom_tlmm/qcom_tlmm_ipq4018.c
338
snprintf(sc->gpio_pins[i].gp_name, GPIOMAXNAME,
sys/dev/qlnx/qlnxe/bcm_osal.h
428
#define OSAL_SNPRINTF snprintf
sys/dev/qlnx/qlnxe/qlnx_ioctl.c
486
snprintf(mac_addr->addr, sizeof(mac_addr->addr),
sys/dev/qlnx/qlnxe/qlnx_ioctl.c
537
snprintf(drv_info->drv_name, sizeof(drv_info->drv_name), "%s",
sys/dev/qlnx/qlnxe/qlnx_ioctl.c
539
snprintf(drv_info->drv_version, sizeof(drv_info->drv_version), "%s",
sys/dev/qlnx/qlnxe/qlnx_ioctl.c
541
snprintf(drv_info->mfw_version, sizeof(drv_info->mfw_version), "%s",
sys/dev/qlnx/qlnxe/qlnx_ioctl.c
543
snprintf(drv_info->stormfw_version, sizeof(drv_info->stormfw_version),
sys/dev/qlnx/qlnxe/qlnx_ioctl.c
552
snprintf(drv_info->bus_info, sizeof(drv_info->bus_info),
sys/dev/qlnx/qlnxe/qlnx_os.c
1048
snprintf(ha->mfw_ver, sizeof(ha->mfw_ver), "%d.%d.%d.%d",
sys/dev/qlnx/qlnxe/qlnx_os.c
1051
snprintf(ha->stormfw_ver, sizeof(ha->stormfw_ver), "%d.%d.%d.%d",
sys/dev/qlnx/qlnxe/qlnx_os.c
1516
snprintf(name_str, sizeof(name_str), "%d", i);
sys/dev/qlnx/qlnxe/qlnx_os.c
1621
snprintf(name_str, sizeof(name_str),
sys/dev/qlnx/qlnxe/qlnx_os.c
1632
snprintf(name_str, sizeof(name_str),
sys/dev/qlnx/qlnxe/qlnx_os.c
1641
snprintf(name_str, sizeof(name_str),
sys/dev/qlnx/qlnxe/qlnx_os.c
1650
snprintf(name_str, sizeof(name_str),
sys/dev/qlnx/qlnxe/qlnx_os.c
365
snprintf(qlnx_ver_str, sizeof(qlnx_ver_str), "v%d.%d.%d",
sys/dev/qlnx/qlnxe/qlnx_os.c
367
snprintf(qlnx_name_str, sizeof(qlnx_name_str), "qlnx");
sys/dev/qlnx/qlnxe/qlnx_os.c
500
snprintf(tq_name, sizeof (tq_name), "ql_sp_tq_%d", i);
sys/dev/qlnx/qlnxe/qlnx_os.c
5609
snprintf(cdev->hwfns[i].name, NAME_SIZE, "%s-%d", name, i);
sys/dev/qlnx/qlnxe/qlnx_os.c
5716
snprintf(fp->name, sizeof(fp->name), "%s-fp-%d", qlnx_name_str,
sys/dev/qlnx/qlnxe/qlnx_os.c
585
snprintf(tq_name, sizeof (tq_name), "ql_fp_tq_%d", i);
sys/dev/qlnx/qlnxe/qlnx_os.c
6194
snprintf(fp->tx_mtx_name, sizeof(fp->tx_mtx_name),
sys/dev/qlnx/qlnxe/qlnx_os.c
691
snprintf(tq_name, sizeof (tq_name), "ql_err_tq");
sys/dev/qlnx/qlnxe/qlnx_os.c
8120
snprintf(tq_name, sizeof (tq_name), "ql_pf_tq_%d", i);
sys/dev/qlxgb/qla_os.c
128
snprintf(dev_str, sizeof(dev_str), "%s v%d.%d.%d",
sys/dev/qlxgb/qla_os.c
352
snprintf(ha->fw_ver_str, sizeof(ha->fw_ver_str), "%d.%d.%d.%d",
sys/dev/qlxgbe/ql_hw.c
603
snprintf(name_str, sizeof(name_str), "%d", i);
sys/dev/qlxgbe/ql_hw.c
781
snprintf(name_str, sizeof(name_str), "%d", i);
sys/dev/qlxgbe/ql_hw.c
819
snprintf(name_str, sizeof(name_str), "%d", i);
sys/dev/qlxgbe/ql_hw.c
863
snprintf(name_str, sizeof(name_str), "%d", i);
sys/dev/qlxgbe/ql_os.c
1363
snprintf(fp->tx_mtx_name, sizeof(fp->tx_mtx_name),
sys/dev/qlxgbe/ql_os.c
138
snprintf(dev_str, sizeof(dev_str), "%s v%d.%d.%d",
sys/dev/qlxgbe/ql_os.c
142
snprintf(ver_str, sizeof(ver_str), "v%d.%d.%d",
sys/dev/qlxgbe/ql_os.c
1516
snprintf(tq_name, sizeof (tq_name), "ql_fp_tq_%d", i);
sys/dev/qlxgbe/ql_os.c
399
snprintf(ha->fw_ver_str, sizeof(ha->fw_ver_str), "%d.%d.%d.%d",
sys/dev/qlxge/qls_os.c
128
snprintf(dev_str, sizeof(dev_str), "%s v%d.%d.%d",
sys/dev/qlxge/qls_os.c
132
snprintf(ver_str, sizeof(ver_str), "v%d.%d.%d",
sys/dev/rge/if_rge.c
502
snprintf(sc->sc_tq_name, sizeof(sc->sc_tq_name),
sys/dev/rge/if_rge.c
504
snprintf(sc->sc_tq_thr_name, sizeof(sc->sc_tq_thr_name),
sys/dev/rl/if_rl.c
653
snprintf(tn, sizeof(tn), "dev.rl.%d.twister_enable", unit);
sys/dev/rl/if_rl.c
676
snprintf(tn, sizeof(tn), "dev.rl.%d.prefer_iomap", unit);
sys/dev/rtwn/usb/rtwn_usb_attach.c
366
ret = snprintf(str, sizeof(str),
sys/dev/safexcel/safexcel.c
1092
(void)snprintf(name, sizeof(name), "ring%d", i);
sys/dev/safexcel/safexcel.c
796
snprintf(ring->lockname, sizeof(ring->lockname),
sys/dev/sdhci/sdhci.c
1150
snprintf(node_name, sizeof(node_name), "slot%d", slot->num);
sys/dev/sfxge/common/efsys.h
1040
snprintf((__eslp)->lock_name, \
sys/dev/sfxge/common/efsys.h
580
snprintf((_esbp)->esb_lock_name, \
sys/dev/sfxge/sfxge.c
683
snprintf(rss_param_name, sizeof(rss_param_name),
sys/dev/sfxge/sfxge.c
689
snprintf(mcdi_log_param_name, sizeof(mcdi_log_param_name),
sys/dev/sfxge/sfxge.h
413
snprintf((__sc)->softc_lock_name, \
sys/dev/sfxge/sfxge.h
431
snprintf((__port)->lock_name, \
sys/dev/sfxge/sfxge.h
450
snprintf((__mcdi)->lock_name, \
sys/dev/sfxge/sfxge.h
469
snprintf((__evq)->lock_name, \
sys/dev/sfxge/sfxge_ev.c
489
snprintf(name, sizeof(name), "%u", evq->index);
sys/dev/sfxge/sfxge_ev.c
557
snprintf(name, sizeof(name), "ev_%s",
sys/dev/sfxge/sfxge_mcdi.c
189
snprintf(buffer + position, SFXGE_MCDI_LOG_BUF_SIZE - position,
sys/dev/sfxge/sfxge_mcdi.c
210
pfxsize = snprintf(buffer, sizeof(buffer),
sys/dev/sfxge/sfxge_tx.c
1860
snprintf(name, sizeof(name), "%u", txq_index);
sys/dev/sfxge/sfxge_tx.h
151
snprintf((__txq)->lock_name, \
sys/dev/smartpqi/smartpqi_discovery.c
1247
snprintf(softs->fw_version +
sys/dev/smartpqi/smartpqi_queue.c
876
snprintf(op_ib_q->lockname, LOCKNAME_SIZE, "%s_ibqlock_%d", string, i);
sys/dev/smartpqi/smartpqi_request.c
1689
line_len += snprintf(line_buf + line_len, (LINE_BUF_LEN - line_len), "%02d ", ii);
sys/dev/smartpqi/smartpqi_request.c
1704
line_len += snprintf(line_buf + line_len, (LINE_BUF_LEN - line_len), "%02x ", this_char);
sys/dev/sound/dummy.c
385
snprintf(status, SND_STATUSLEN, "on %s",
sys/dev/sound/macio/aoa.c
383
snprintf(status, sizeof(status), "at %s", ofw_bus_get_name(self));
sys/dev/sound/pci/als4000.c
845
snprintf(status, SND_STATUSLEN, "port 0x%jx irq %jd on %s",
sys/dev/sound/pci/atiixp.c
1097
snprintf(status, SND_STATUSLEN, "mem 0x%jx irq %jd on %s",
sys/dev/sound/pci/cmi.c
993
snprintf(status, SND_STATUSLEN, "port 0x%jx irq %jd on %s",
sys/dev/sound/pci/cs4281.c
847
snprintf(status, SND_STATUSLEN, "%s 0x%jx irq %jd on %s",
sys/dev/sound/pci/csapcm.c
821
snprintf(status, SND_STATUSLEN, "irq %jd on %s",
sys/dev/sound/pci/emu10k1.c
2130
snprintf(status, SND_STATUSLEN, "port 0x%jx irq %jd on %s",
sys/dev/sound/pci/emu10kx-pcm.c
1477
snprintf(status, SND_STATUSLEN, "on %s",
sys/dev/sound/pci/emu10kx.c
1564
snprintf(sysctl_name, 32, "_%s", mix_name);
sys/dev/sound/pci/emu10kx.c
3193
snprintf(status, 255, "rev %d at io 0x%jx irq %jd", sc->rev, rman_get_start(sc->reg), rman_get_start(sc->irq));
sys/dev/sound/pci/envy24.c
2589
snprintf(status, SND_STATUSLEN,
sys/dev/sound/pci/envy24ht.c
2493
snprintf(status, SND_STATUSLEN,
sys/dev/sound/pci/es137x.c
1856
snprintf(status, SND_STATUSLEN, "%s 0x%jx irq %jd on %s",
sys/dev/sound/pci/fm801.c
639
snprintf(status, SND_STATUSLEN, "%s 0x%jx irq %jd on %s",
sys/dev/sound/pci/hda/hdaa.c
1258
snprintf(buf, sizeof(buf), "0x%08x as=%d seq=%d "
sys/dev/sound/pci/hda/hdaa.c
1332
n += snprintf(buf + n, sizeof(buf) - n, "%s%s",
sys/dev/sound/pci/hda/hdaa.c
1579
snprintf(buf, sizeof(buf), "nid%d", w->nid);
sys/dev/sound/pci/hda/hdaa.c
1585
snprintf(buf, sizeof(buf), "nid%d_config", w->nid);
sys/dev/sound/pci/hda/hdaa.c
1591
snprintf(buf, sizeof(buf), "nid%d_original", w->nid);
sys/dev/sound/pci/hda/hdaa.c
589
snprintf(buf, sizeof(buf), "cdev=dsp%d",
sys/dev/sound/pci/hda/hdaa.c
6346
n += snprintf(buf + n, sizeof(buf) - n, "%s%d=%d",
sys/dev/sound/pci/hda/hdaa.c
6374
n += snprintf(buf + n, sizeof(buf) - n, "%s%d=",
sys/dev/sound/pci/hda/hdaa.c
6377
n += snprintf(buf + n, sizeof(buf) - n, "disabled");
sys/dev/sound/pci/hda/hdaa.c
6380
n += snprintf(buf + n, sizeof(buf) - n, "%sput(%d)",
sys/dev/sound/pci/hda/hdaa.c
6399
n += snprintf(buf + n, sizeof(buf) - n, "%s%d=%s",
sys/dev/sound/pci/hda/hdaa.c
6434
n += snprintf(buf + n, sizeof(buf) - n, "%s%d=%d",
sys/dev/sound/pci/hda/hdaa.c
6453
n += snprintf(buf + n, sizeof(buf) - n, "%s%d=%s",
sys/dev/sound/pci/hda/hdaa.c
6883
snprintf(buf, buflen, "mono");
sys/dev/sound/pci/hda/hdaa.c
6888
snprintf(buf, buflen, "2.0");
sys/dev/sound/pci/hda/hdaa.c
6890
snprintf(buf, buflen, "3.1");
sys/dev/sound/pci/hda/hdaa.c
6892
snprintf(buf, buflen, "4.0");
sys/dev/sound/pci/hda/hdaa.c
6894
snprintf(buf, buflen, "5.1");
sys/dev/sound/pci/hda/hdaa.c
6896
snprintf(buf, buflen, "7.1");
sys/dev/sound/pci/hda/hdaa.c
6898
snprintf(buf, buflen, "%dch", c);
sys/dev/sound/pci/hda/hdaa.c
6994
snprintf(chans1, sizeof(chans1), "2.0");
sys/dev/sound/pci/hda/hdaa.c
6996
snprintf(chans2, sizeof(chans2), "2.0");
sys/dev/sound/pci/hda/hdaa.c
7136
snprintf(status, SND_STATUSLEN, "on %s",
sys/dev/sound/pci/hda/hdaa.c
975
snprintf(buf, sizeof(buf), "cad%u.nid%u.config",
sys/dev/sound/pci/hda/hdaa.c
987
snprintf(buf, sizeof(buf), "nid%u.config", w->nid);
sys/dev/sound/pci/hda/hdac.c
1107
snprintf(desc, sizeof(desc), "%s (0x%04x)",
sys/dev/sound/pci/hda/hdac.c
1115
snprintf(desc, sizeof(desc), "Generic (0x%08x)", model);
sys/dev/sound/pci/hda/hdacc.c
476
snprintf(buf, sizeof(buf), "%s (0x%04x)",
sys/dev/sound/pci/hda/hdacc.c
479
snprintf(buf, sizeof(buf), "Generic (0x%04x)", id);
sys/dev/sound/pci/hdsp-pcm.c
1088
snprintf(status, SND_STATUSLEN, "port 0x%jx irq %jd on %s",
sys/dev/sound/pci/hdsp.c
742
n += snprintf(buf + n, sizeof(buf) - n, "%s(%s)",
sys/dev/sound/pci/hdspe-pcm.c
1079
snprintf(status, SND_STATUSLEN, "port 0x%jx irq %jd on %s",
sys/dev/sound/pci/hdspe.c
657
n += snprintf(buf + n, sizeof(buf) - n, "%s(%s)",
sys/dev/sound/pci/ich.c
688
snprintf(status, SND_STATUSLEN,
sys/dev/sound/pci/maestro3.c
1439
snprintf(status, SND_STATUSLEN, "%s 0x%jx irq %jd on %s",
sys/dev/sound/pci/neomagic.c
705
snprintf(status, SND_STATUSLEN, "mem 0x%jx,0x%jx irq %jd on %s",
sys/dev/sound/pci/solo.c
1023
snprintf(status, SND_STATUSLEN, "port 0x%jx,0x%jx,0x%jx irq %jd on %s",
sys/dev/sound/pci/spicds.c
151
snprintf(codec->name, SPICDS_NAMELEN, "%s:spicds%d", device_get_nameunit(dev), num);
sys/dev/sound/pci/t4dwave.c
921
snprintf(status, SND_STATUSLEN, "port 0x%jx irq %jd on %s",
sys/dev/sound/pci/via8233.c
1348
snprintf(status, SND_STATUSLEN, "port 0x%jx irq %jd on %s",
sys/dev/sound/pci/via82c686.c
583
snprintf(status, SND_STATUSLEN, "port 0x%jx irq %jd on %s",
sys/dev/sound/pci/vibes.c
873
snprintf(status, SND_STATUSLEN, "port 0x%jx irq %jd on %s",
sys/dev/sound/pcm/ac97.c
815
snprintf(codec->name, sizeof(codec->name), "%s:ac97",
sys/dev/sound/pcm/buffer.c
53
snprintf(b->name, SNDBUF_NAMELEN, "%s:%s", channel->name, desc);
sys/dev/sound/pcm/channel.c
1052
snprintf(buf, len, "%s:%d.%d",
sys/dev/sound/pcm/channel.c
1139
snprintf(buf, len, "dsp%d.%s.%d",
sys/dev/sound/pcm/dsp.c
2054
snprintf(ai->name, sizeof(ai->name), "pcm%d (unavailable)", unit);
sys/dev/sound/pcm/dsp.c
2150
snprintf(ai->devnode, sizeof(ai->devnode), "/dev/dsp%d", unit);
sys/dev/sound/pcm/dsp.c
2400
snprintf(ai->devnode, sizeof(ai->devnode), "/dev/dsp%d", unit);
sys/dev/sound/pcm/feeder_eq.c
443
snprintf(buf, sizeof(buf), "%c%d",
sys/dev/sound/pcm/feeder_eq.c
449
snprintf(buf, sizeof(buf), "%c%d.%d",
sys/dev/sound/pcm/feeder_eq.c
548
(void)snprintf(buf, sizeof(buf), "%c%d.%ddB",
sys/dev/sound/pcm/feeder_eq.c
617
(void)snprintf(buf, sizeof(buf), "Bass/Treble Equalizer Preamp "
sys/dev/sound/pcm/mixer.c
1351
snprintf(mi->id, sizeof(mi->id), "mixer%d (n/a)", unit);
sys/dev/sound/pcm/mixer.c
1352
snprintf(mi->name, sizeof(mi->name), "pcm%d:mixer (unavailable)", unit);
sys/dev/sound/pcm/mixer.c
1441
snprintf(mi->id, sizeof(mi->id), "mixer%d", i);
sys/dev/sound/pcm/mixer.c
1504
snprintf(mi->devnode, sizeof(mi->devnode), "/dev/mixer%d", i);
sys/dev/sound/pcm/mixer.c
643
snprintf(m->name, sizeof(m->name), "%s:mixer",
sys/dev/sound/pcm/sound.c
100
snprintf(buf, sizeof(buf), "cdev=dsp%d", snd_unit);
sys/dev/sound/pcm/sound.c
625
snprintf(si->shortname, sizeof(si->shortname),
sys/dev/sound/usb/uaudio.c
1200
snprintf(status, sizeof(status), "on %s",
sys/dev/sound/usb/uaudio.c
3024
snprintf(buf, sizeof(buf), "%s_%d_%d",
sys/dev/sound/usb/uaudio.c
3027
snprintf(buf, sizeof(buf), "%s_%d",
sys/dev/sound/usb/uaudio.c
3098
snprintf(MIX(sc).desc, sizeof(MIX(sc).desc),
sys/dev/sound/usb/uaudio.c
3110
snprintf(MIX(sc).desc, sizeof(MIX(sc).desc),
sys/dev/sound/usb/uaudio.c
3174
snprintf(MIX(sc).desc, sizeof(MIX(sc).desc),
sys/dev/sound/usb/uaudio.c
3190
snprintf(MIX(sc).desc, sizeof(MIX(sc).desc),
sys/dev/sound/usb/uaudio.c
3201
snprintf(MIX(sc).desc, sizeof(MIX(sc).desc),
sys/dev/sume/if_sume.c
1306
snprintf(namebuf, MAX_IFC_NAME_LEN, "%s%d",
sys/dev/syscons/snake/snake_saver.c
147
messagelen = snprintf(message, MSGBUF_LEN,
sys/dev/thunderbolt/nhi.c
136
snprintf(tmpstr, sizeof(tmpstr), "dev.nhi.%d.debug_level",
sys/dev/thunderbolt/nhi.c
140
snprintf(tmpstr, sizeof(tmpstr), "dev.nhi.%d.max_rings",
sys/dev/thunderbolt/nhi.c
146
snprintf(tmpstr, sizeof(tmpstr), "dev, nhi.%d.force_hcm",
sys/dev/thunderbolt/nhi.c
390
snprintf(r->name, NHI_RING_NAMELEN, "nhiring%d\n", ringnum);
sys/dev/thunderbolt/tb_acpi_pcib.c
97
snprintf(desc1, TB_DESC_MAX, "ACPI %s", desc);
sys/dev/thunderbolt/tb_pcib.c
150
snprintf(tmpstr, sizeof(tmpstr), "dev.tbolt.%d.debug_level",
sys/dev/thunderbolt/tb_pcib.c
199
snprintf(desc, TB_DESC_MAX, "%s %s", n->desc, suffix);
sys/dev/ti/if_ti.c
3989
snprintf(tname, sizeof(tname), "dev.ti.%d.dac",
sys/dev/ufshci/ufshci_ctrlr.c
338
snprintf(ctrlr->sc_name, sizeof(ctrlr->sc_name), "%s",
sys/dev/ufshci/ufshci_req_sdb.c
185
snprintf(qlock_name, sizeof(qlock_name), "%s #%d lock", base,
sys/dev/ufshci/ufshci_req_sdb.c
187
snprintf(recovery_lock_name, sizeof(recovery_lock_name),
sys/dev/ufshci/ufshci_sysctl.c
304
snprintf(queue_name, QUEUE_NAME_LENGTH, "%d", i);
sys/dev/usb/controller/xhci_pci.c
426
snprintf(sc->sc_vendor, sizeof(sc->sc_vendor),
sys/dev/usb/input/usbhid.c
742
snprintf(hw->name, sizeof(hw->name), "%s %s",
sys/dev/usb/misc/cp2112.c
693
snprintf(pin->gp_name, GPIOMAXNAME, "GPIO%u", i);
sys/dev/usb/misc/udbp.c
323
snprintf(sc->sc_name, sizeof(sc->sc_name),
sys/dev/usb/net/if_umb.c
2893
snprintf(uuidstr, sizeof (uuidstr),
sys/dev/usb/net/if_umbreg.h
69
snprintf(sval, sizeof (sval), "#%d", val);
sys/dev/usb/net/uhso.c
644
snprintf(ht->ht_name, 32, "cuaU%d", ucom->sc_super->sc_unit);
sys/dev/usb/net/uhso.c
646
snprintf(ht->ht_name, 32, "cuaU%d.%d",
sys/dev/usb/net/usb_ethernet.c
263
snprintf(num, sizeof(num), "%u", ue->ue_unit);
sys/dev/usb/quirk/usb_quirk.c
1040
snprintf(envkey, sizeof(envkey), USB_QUIRK_ENVROOT "%d", i);
sys/dev/usb/serial/ufoma.c
1212
snprintf(subbuf, sizeof(subbuf), "(%02x)", sc->sc_currentmode);
sys/dev/usb/serial/ufoma.c
1232
snprintf(subbuf, sizeof(subbuf), "(%02x)", sc->sc_modetoactivate);
sys/dev/usb/serial/usb_serial.c
284
snprintf(ssc->sc_ttyname, sizeof(ssc->sc_ttyname),
sys/dev/usb/serial/usb_serial.c
432
snprintf(buf, sizeof(buf), UCOM_TTY_PREFIX "%u.%u",
sys/dev/usb/serial/usb_serial.c
436
snprintf(buf, sizeof(buf), UCOM_TTY_PREFIX "%u",
sys/dev/usb/serial/usb_serial.c
552
snprintf(buf, sizeof(buf), "ttyname=" UCOM_TTY_PREFIX
sys/dev/usb/storage/umass.c
977
snprintf(sc->sc_name, sizeof(sc->sc_name),
sys/dev/usb/storage/urio.c
234
snprintf(sc->sc_name, sizeof(sc->sc_name),
sys/dev/usb/template/usb_template_audio.c
430
snprintf(parent_name, sizeof(parent_name), "%d", USB_TEMP_AUDIO);
sys/dev/usb/template/usb_template_cdce.c
299
snprintf(parent_name, sizeof(parent_name), "%d", USB_TEMP_CDCE);
sys/dev/usb/template/usb_template_cdceem.c
217
snprintf(parent_name, sizeof(parent_name), "%d", USB_TEMP_CDCEEM);
sys/dev/usb/template/usb_template_kbd.c
251
snprintf(parent_name, sizeof(parent_name), "%d", USB_TEMP_KBD);
sys/dev/usb/template/usb_template_midi.c
272
snprintf(parent_name, sizeof(parent_name), "%d", USB_TEMP_MIDI);
sys/dev/usb/template/usb_template_modem.c
286
snprintf(parent_name, sizeof(parent_name), "%d", USB_TEMP_MODEM);
sys/dev/usb/template/usb_template_mouse.c
249
snprintf(parent_name, sizeof(parent_name), "%d", USB_TEMP_MOUSE);
sys/dev/usb/template/usb_template_msc.c
216
snprintf(parent_name, sizeof(parent_name), "%d", USB_TEMP_MSC);
sys/dev/usb/template/usb_template_mtp.c
283
snprintf(parent_name, sizeof(parent_name), "%d", USB_TEMP_MTP);
sys/dev/usb/template/usb_template_multi.c
453
snprintf(parent_name, sizeof(parent_name), "%d", USB_TEMP_MULTI);
sys/dev/usb/template/usb_template_phone.c
450
snprintf(parent_name, sizeof(parent_name), "%d", USB_TEMP_PHONE);
sys/dev/usb/template/usb_template_serialnet.c
407
snprintf(parent_name, sizeof(parent_name), "%d", USB_TEMP_SERIALNET);
sys/dev/usb/usb_dev.c
1903
if (snprintf(devname, sizeof(devname),
sys/dev/usb/usb_dev.c
1910
if (snprintf(devname, sizeof(devname),
sys/dev/usb/usb_device.c
1881
snprintf(udev->ugen_name, sizeof(udev->ugen_name),
sys/dev/usb/usb_device.c
2139
snprintf(buffer, sizeof(buffer), USB_DEVICE_DIR "/%u.%u.%u",
sys/dev/usb/usb_device.c
2468
snprintf(dst_ptr, dst_len, "%s %s, class %d/%d, rev %x.%02x/"
sys/dev/usb/usb_device.c
2477
snprintf(dst_ptr, dst_len, "%s %s, rev %x.%02x/"
sys/dev/usb/usb_device.c
2580
snprintf(temp_ptr, temp_size, "vendor 0x%04x", vendor_id);
sys/dev/usb/usb_device.c
2584
snprintf(temp_ptr, temp_size, "product 0x%04x", product_id);
sys/dev/usb/usb_fdt_support.c
68
snprintf(compat, sizeof(compat), "usb%x,%x",
sys/dev/usb/usb_generic.c
801
snprintf(buf, sizeof(buf), "%s: <%s>", ptr, desc);
sys/dev/usb/usb_hub_acpi.c
381
snprintf(buf, sizeof(buf), "port%ju",
sys/dev/usb/usb_util.c
136
if (snprintf(p, p_len, "%x.%02x", bcd >> 8, bcd & 0xff)) {
sys/dev/usb/wlan/if_uath.c
669
snprintf(buf, sizeof(buf), "0x%02x", code);
sys/dev/videomode/edid.c
351
snprintf(name, sizeof(name), "%dx%dx%d", x, y, f);
sys/dev/videomode/edid.c
545
snprintf(edid->edid_serial, sizeof(edid->edid_serial), "%08x",
sys/dev/virtio/block/virtio_blk.c
1831
snprintf(path, sizeof(path),
sys/dev/virtio/network/if_vtnet.c
4132
snprintf(namebuf, sizeof(namebuf), "rxq%d", rxq->vtnrx_id);
sys/dev/virtio/network/if_vtnet.c
4175
snprintf(namebuf, sizeof(namebuf), "txq%d", txq->vtntx_id);
sys/dev/virtio/network/if_vtnet.c
4583
snprintf(path, sizeof(path),
sys/dev/virtio/network/if_vtnet.c
838
snprintf(rxq->vtnrx_name, sizeof(rxq->vtnrx_name), "%s-rx%d",
sys/dev/virtio/network/if_vtnet.c
871
snprintf(txq->vtntx_name, sizeof(txq->vtntx_name), "%s-tx%d",
sys/dev/virtio/network/if_vtnetvar.h
390
snprintf((_sc)->vtnet_mtx_name, sizeof((_sc)->vtnet_mtx_name), \
sys/dev/virtio/scsi/virtio_scsi.c
2296
snprintf(tmpstr, sizeof(tmpstr), "dev.vtscsi.%d.debug_level",
sys/dev/virtio/virtqueue.h
60
snprintf((_i)->vqai_name, VIRTQUEUE_MAX_NAME_SZ, _str, \
sys/dev/vmd/vmd.c
314
snprintf(buf, sizeof(buf), "%s bus numbers", device_get_nameunit(dev));
sys/dev/vmd/vmd.c
331
snprintf(buf, sizeof(buf), "%s memory window", device_get_nameunit(dev));
sys/dev/vmm/vmm_stat.c
141
snprintf(buf, bufsize, "%s[%d]",
sys/dev/vmware/pvscsi/pvscsi.c
235
snprintf(cfg, sizeof(cfg), "hw.pvscsi.%d.%s", device_get_unit(sc->dev),
sys/dev/vmware/vmxnet3/if_vmx.c
2221
snprintf(namebuf, sizeof(namebuf), "txq%d", txq->vxtxq_id);
sys/dev/vmware/vmxnet3/if_vmx.c
2262
snprintf(namebuf, sizeof(namebuf), "rxq%d", rxq->vxrxq_id);
sys/dev/vmware/vmxnet3/if_vmx.c
477
snprintf(irq_name, sizeof(irq_name), "rxq%d", i);
sys/dev/vmware/vmxnet3/if_vmx.c
490
snprintf(irq_name, sizeof(irq_name), "txq%d", i);
sys/dev/vmware/vmxnet3/if_vmx.c
766
snprintf(txq->vxtxq_name, sizeof(txq->vxtxq_name), "%s-tx%d",
sys/dev/vmware/vmxnet3/if_vmx.c
851
snprintf(rxq->vxrxq_name, sizeof(rxq->vxrxq_name), "%s-rx%d",
sys/dev/vnic/nicvf_queues.c
1050
snprintf(sq->mtx_name, sizeof(sq->mtx_name), "%s: SQ(%d) lock",
sys/dev/vnic/nicvf_queues.c
911
snprintf(cq->mtx_name, sizeof(cq->mtx_name), "%s: CQ(%d) lock",
sys/dev/vnic/thunder_bgx_fdt.c
336
snprintf(bgx_sel, len + 1, "/"BGX_NODE_NAME"%d", bgx->bgx_id);
sys/dev/vnic/thunder_bgx_fdt.c
348
snprintf(bgx_sel, len, BGX_NODE_NAME"%d", bgx->bgx_id);
sys/dev/vt/colors/vt_termcolors.c
140
snprintf(tunable, sizeof(tunable),
sys/dev/watchdog/watchdog.c
252
snprintf(kdb_why, sizeof(kdb_why), "watchdog %s-timeout", type);
sys/dev/wtap/wtap_hal/hal.c
187
snprintf(hal->hal_devs[id]->name, sizeof(hal->hal_devs[id]->name),
sys/dev/xen/blkback/blkback.c
2951
snprintf(ring_ref_name, sizeof(ring_ref_name),
sys/dev/xen/blkfront/blkfront.c
791
snprintf(ring_ref_name, sizeof(ring_ref_name),
sys/dev/xen/bus/xen_intr.c
938
snprintf(name, sizeof(name), "cpu%u", cpu);
sys/dev/xen/netback/netback.c
1219
snprintf(xnb->if_name, IFNAMSIZ, "xnb%" PRIu16 ".%" PRIu32,
sys/dev/xen/netback/netback.c
553
snprintf(results, 720,
sys/dev/xen/netback/netback_unit_tests.c
50
size_t new_chars = snprintf(buffer, buflen, __VA_ARGS__); \
sys/dev/xen/netfront/netfront.c
539
snprintf(path, path_size, "%s/queue-%u", node, rxq->id);
sys/dev/xen/netfront/netfront.c
543
snprintf(path, path_size, "%s", node);
sys/dev/xen/netfront/netfront.c
784
snprintf(rxq->name, XN_QUEUE_NAME_LEN, "xnrx_%u", q);
sys/dev/xen/netfront/netfront.c
901
snprintf(txq->name, XN_QUEUE_NAME_LEN, "xntx_%u", q);
sys/dev/xen/pcifront/pcifront.c
472
len = snprintf(str, sizeof(str), "root-%d", i);
sys/dev/xen/xenstore/xenstored_dev.c
66
len = snprintf(evtchn, sizeof(evtchn), "%u", xs_evtchn());
sys/fs/fuse/fuse_vnops.c
2816
snprintf(attr_str, len, "%s%c%s", prefix, extattr_namespace_separator,
sys/fs/fuse/fuse_vnops.c
2924
snprintf(attr_str, len, "%s%c%s", prefix, extattr_namespace_separator,
sys/fs/fuse/fuse_vnops.c
3341
snprintf(attr_str, len, "%s%c%s", prefix, extattr_namespace_separator,
sys/fs/nfsclient/nfs_clrpcops.c
1230
snprintf(addr, INET6_ADDRSTRLEN + 9, "%s.%d.%d",
sys/fs/nfsclient/nfs_clrpcops.c
1237
snprintf(addr, INET6_ADDRSTRLEN + 9,
sys/fs/nfsclient/nfs_clrpcops.c
1241
snprintf(addr, INET6_ADDRSTRLEN + 9,
sys/fs/nfsclient/nfs_clvfsops.c
1378
snprintf(srvkrbname, sizeof (srvkrbname), "nfs@%s", hst);
sys/fs/nfsclient/nfs_clvfsops.c
2183
len = snprintf(*buf, *blen, "%s", opt);
sys/fs/nfsclient/nfs_clvfsops.c
2201
len = snprintf(*buf, *blen, "%s=%d", opt, optval);
sys/fs/nfsclient/nfs_clvfsops.c
538
snprintf(buf, sizeof(buf), "%ld.%ld.%ld.%ld:%s",
sys/fs/nfsserver/nfs_fha_new.c
113
snprintf(softc->server_name, sizeof(softc->server_name),
sys/fs/nfsserver/nfs_nfsdstate.c
7778
snprintf(dsdirpath, dsdirsize, "%s/ds%d", dspathp, i);
sys/fs/pseudofs/pseudofs_vnops.c
392
len = snprintf(pidbuf, sizeof(pidbuf), "%d", pid);
sys/fs/pseudofs/pseudofs_vnops.c
933
pfsent->entry.d_namlen = snprintf(pfsent->entry.d_name,
sys/fs/unionfs/union_vfsops.c
380
snprintf(mp->mnt_stat.f_mntfromname, MNAMELEN, "<%s>:%s",
sys/gdb/gdb_packet.c
269
snprintf(&gdb_tx_fullbuf[1 + msglen], 4, "#%02x", (unsigned)csum);
sys/geom/cache/g_cache.c
874
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/cache/g_cache.c
916
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/concat/g_concat.c
884
snprintf(param, sizeof(param), "arg%u", no);
sys/geom/concat/g_concat.c
900
snprintf(param, sizeof(param), "arg%u", no);
sys/geom/concat/g_concat.c
970
snprintf(param, sizeof(param), "arg%u", i);
sys/geom/eli/g_eli.c
1261
snprintf(name, sizeof(name), "%s:geli_keyfile%d", provider, i);
sys/geom/eli/g_eli.c
1267
snprintf(name, sizeof(name), "%s:geli_keyfile", provider);
sys/geom/eli/g_eli.c
1305
snprintf(name, sizeof(name), "%s:geli_keyfile%d", provider, i);
sys/geom/eli/g_eli_ctl.c
1141
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/eli/g_eli_ctl.c
224
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/eli/g_eli_ctl.c
486
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/eli/g_eli_ctl.c
950
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/gate/g_gate.c
528
snprintf(name, sizeof(name), "%s%d", G_GATE_PROVIDER_NAME,
sys/geom/geom_ccd.c
765
snprintf(buf, sizeof(buf), "provider%d", i);
sys/geom/geom_ccd.c
782
snprintf(buf, sizeof(buf), "provider%d", i);
sys/geom/geom_dev.c
226
snprintf(buf, sizeof(buf), "cdev=%s", gp->name);
sys/geom/geom_dev.c
292
snprintf(buf, sizeof(buf), "cdev=%s", dev->si_name);
sys/geom/geom_dev.c
297
snprintf(buf, sizeof(buf), "cdev=%s", dev->si_name);
sys/geom/geom_dev.c
327
snprintf(buf, sizeof(buf), "cdev=%s", cp->provider->name);
sys/geom/geom_dev.c
405
snprintf(buf, sizeof(buf), "cdev=%s", gp->name);
sys/geom/geom_dev.c
418
snprintf(buf, sizeof(buf), "cdev=%s", gap->ga_alias);
sys/geom/geom_disk.c
1016
snprintf(devnamebuf, sizeof(devnamebuf), "devname=%s%d", dp->d_name,
sys/geom/geom_disk.c
755
snprintf(tmpstr, sizeof(tmpstr), "GEOM disk %s", gp->name);
sys/geom/geom_disk.c
862
snprintf(tmp, sizeof(tmp), "x%02hhx",
sys/geom/geom_slice.c
199
snprintf(idx, sizeof(idx), "s%d",
sys/geom/journal/g_journal.c
2556
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/label/g_label.c
242
if (snprintf(name, sizeof(name), "%s%s", dirprefix, label) >= sizeof(name)) {
sys/geom/label/g_label.c
535
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/label/g_label_disk_ident.c
73
(void)snprintf(label, size, "%s-%s", cls->name, ident);
sys/geom/label/g_label_ufs.c
169
snprintf(label, size, "%08x%08x", fs->fs_id[0],
sys/geom/mirror/g_mirror_ctl.c
1005
snprintf(param, sizeof(param), "arg%u", i);
sys/geom/mirror/g_mirror_ctl.c
1061
snprintf(param, sizeof(param), "arg%u", i);
sys/geom/mirror/g_mirror_ctl.c
440
snprintf(param, sizeof(param), "arg%u", no);
sys/geom/mirror/g_mirror_ctl.c
494
snprintf(param, sizeof(param), "arg%u", no);
sys/geom/mirror/g_mirror_ctl.c
555
snprintf(param, sizeof(param), "arg%u", i);
sys/geom/mirror/g_mirror_ctl.c
669
snprintf(param, sizeof(param), "arg%u", i);
sys/geom/mirror/g_mirror_ctl.c
827
snprintf(param, sizeof(param), "arg%u", i);
sys/geom/mirror/g_mirror_ctl.c
953
snprintf(param, sizeof(param), "arg%u", i);
sys/geom/mountver/g_mountver.c
287
snprintf(name, sizeof(name), "%s%s", pp->name, G_MOUNTVER_SUFFIX);
sys/geom/mountver/g_mountver.c
419
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/mountver/g_mountver.c
466
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/multipath/g_multipath.c
1154
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/multipath/g_multipath.c
909
snprintf(buf, sizeof(buf), "%s-%lu", md.md_name, rand);
sys/geom/nop/g_nop.c
403
n = snprintf(name, sizeof(name), "%s%s", gnopname,
sys/geom/nop/g_nop.c
406
n = snprintf(name, sizeof(name), "%s%s", pp->name,
sys/geom/nop/g_nop.c
668
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/nop/g_nop.c
768
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/nop/g_nop.c
833
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/nop/g_nop.c
877
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/part/g_part_apm.c
384
snprintf(buf, bufsz, "s%d", baseentry->gpe_index + 1);
sys/geom/part/g_part_bsd.c
349
snprintf(buf, bufsz, "%c", 'a' + baseentry->gpe_index - 1);
sys/geom/part/g_part_bsd.c
492
snprintf(buf, bufsz, "!%d", type);
sys/geom/part/g_part_bsd64.c
465
snprintf(buf, bufsz, "%c", 'a' + baseentry->gpe_index - 1);
sys/geom/part/g_part_bsd64.c
600
snprintf(buf, bufsz, "!%d", entry->fstype);
sys/geom/part/g_part_ebr.c
427
snprintf(buf, bufsz, EBRNAMFMT, entry->gpe_index);
sys/geom/part/g_part_ebr.c
629
snprintf(buf, bufsz, "!%d", entry->ent.dp_typ);
sys/geom/part/g_part_gpt.c
856
snprintf(buf, bufsz, "%c%d", c, baseentry->gpe_index);
sys/geom/part/g_part_ldm.c
1209
snprintf(buf, bufsz, "s%d", baseentry->gpe_index);
sys/geom/part/g_part_ldm.c
1474
snprintf(buf, bufsz, "!%d", entry->type);
sys/geom/part/g_part_mbr.c
408
snprintf(buf, bufsz, "s%d", baseentry->gpe_index);
sys/geom/part/g_part_mbr.c
587
snprintf(buf, bufsz, "!%d", entry->ent.dp_typ);
sys/geom/raid/g_raid.c
1628
snprintf(name, sizeof(name), "raid/%s", vol->v_name);
sys/geom/raid/g_raid.c
1632
snprintf(name, sizeof(name), "raid/r%d", vol->v_global_id);
sys/geom/raid/g_raid_ctl.c
137
snprintf(buf, sizeof(buf), "%s created\n", sc->sc_name);
sys/geom/raid/g_raid_ctl.c
139
snprintf(buf, sizeof(buf), "%s reused\n", sc->sc_name);
sys/geom/raid/md_ddf.c
2099
snprintf(name, sizeof(name), "DDF%s", be ? "" : "-LE");
sys/geom/raid/md_ddf.c
2163
snprintf(name, sizeof(name), "DDF%s", be ? "" : "-LE");
sys/geom/raid/md_ddf.c
2307
snprintf(arg, sizeof(arg), "arg%d", i + 3);
sys/geom/raid/md_ddf.c
2611
snprintf(arg, sizeof(arg), "arg%d", i);
sys/geom/raid/md_ddf.c
2663
snprintf(arg, sizeof(arg), "arg%d", i);
sys/geom/raid/md_ddf.c
631
snprintf(meta->hdr->DDF_Header_GUID, 25, "FreeBSD %08x%08x",
sys/geom/raid/md_ddf.c
710
snprintf(pde->PD_GUID, 25, "DISK%20s", serial_buffer);
sys/geom/raid/md_ddf.c
712
snprintf(pde->PD_GUID, 25, "DISK%04d%02d%02d%08x%04x",
sys/geom/raid/md_ddf.c
858
snprintf(meta->vde->VD_GUID, 25, "FreeBSD%04d%02d%02d%08x%01x",
sys/geom/raid/md_intel.c
1432
snprintf(name, sizeof(name), "Intel-%08x", mdi->mdio_config_id);
sys/geom/raid/md_intel.c
1573
snprintf(name, sizeof(name), "Intel-%08x", meta->config_id);
sys/geom/raid/md_intel.c
1746
snprintf(arg, sizeof(arg), "arg%d", i + 3);
sys/geom/raid/md_intel.c
2198
snprintf(arg, sizeof(arg), "arg%d", i);
sys/geom/raid/md_intel.c
2269
snprintf(arg, sizeof(arg), "arg%d", i);
sys/geom/raid/md_jmicron.c
1078
snprintf(arg, sizeof(arg), "arg%d", i + 3);
sys/geom/raid/md_jmicron.c
1259
snprintf(arg, sizeof(arg), "arg%d", i);
sys/geom/raid/md_jmicron.c
1330
snprintf(arg, sizeof(arg), "arg%d", i);
sys/geom/raid/md_jmicron.c
808
snprintf(name, sizeof(name), "JMicron-%08x", mdi->mdio_config_id);
sys/geom/raid/md_jmicron.c
910
snprintf(name, sizeof(name), "JMicron-%08x",
sys/geom/raid/md_nvidia.c
1082
snprintf(arg, sizeof(arg), "arg%d", i + 3);
sys/geom/raid/md_nvidia.c
1264
snprintf(arg, sizeof(arg), "arg%d", i);
sys/geom/raid/md_nvidia.c
1335
snprintf(arg, sizeof(arg), "arg%d", i);
sys/geom/raid/md_nvidia.c
812
snprintf(name, sizeof(name), "NVIDIA-%d",
sys/geom/raid/md_nvidia.c
907
snprintf(name, sizeof(name), "NVIDIA-%d",
sys/geom/raid/md_promise.c
1174
snprintf(name, sizeof(name), "Promise");
sys/geom/raid/md_promise.c
1318
snprintf(arg, sizeof(arg), "arg%d", i + 3);
sys/geom/raid/md_promise.c
1600
snprintf(arg, sizeof(arg), "arg%d", i);
sys/geom/raid/md_promise.c
1652
snprintf(arg, sizeof(arg), "arg%d", i);
sys/geom/raid/md_sii.c
1005
snprintf(name, sizeof(name), "SiI-%02x%02x%02x%02x%02x%02x",
sys/geom/raid/md_sii.c
1173
snprintf(arg, sizeof(arg), "arg%d", i + 3);
sys/geom/raid/md_sii.c
1353
snprintf(arg, sizeof(arg), "arg%d", i);
sys/geom/raid/md_sii.c
1424
snprintf(arg, sizeof(arg), "arg%d", i);
sys/geom/raid/md_sii.c
892
snprintf(name, sizeof(name), "SiI-%02x%02x%02x%02x%02x%02x",
sys/geom/raid3/g_raid3_ctl.c
361
snprintf(param, sizeof(param), "arg%u", i);
sys/geom/shsec/g_shsec.c
767
snprintf(param, sizeof(param), "arg%u", i);
sys/geom/stripe/g_stripe.c
1101
snprintf(param, sizeof(param), "arg%u", no);
sys/geom/stripe/g_stripe.c
1117
snprintf(param, sizeof(param), "arg%u", no);
sys/geom/stripe/g_stripe.c
1184
snprintf(param, sizeof(param), "arg%u", i);
sys/geom/union/g_union.c
233
n = snprintf(name, sizeof(name), "%s%s", gunionname,
sys/geom/union/g_union.c
236
n = snprintf(name, sizeof(name), "%s-%s%s", upperpp->name,
sys/geom/union/g_union.c
429
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/union/g_union.c
490
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/union/g_union.c
546
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/union/g_union.c
643
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/virstor/g_virstor.c
227
snprintf(param, sizeof(param), "arg%d", i);
sys/geom/virstor/g_virstor.c
318
snprintf(aname, sizeof(aname), "arg%d", i);
sys/geom/virstor/g_virstor.c
564
snprintf(param, sizeof(param), "arg%d", i);
sys/i386/pci/pci_pir.c
415
snprintf(tunable_buffer, sizeof(tunable_buffer),
sys/kern/coredump_vnode.c
226
(void)snprintf(name + indexpos, indexlen + 1, "%.*u", indexlen,
sys/kern/kern_boottrace.c
546
snprintf(tmpbuf, sizeof(tmpbuf), "reset: %s", actor);
sys/kern/kern_clocksource.c
892
snprintf(buf, sizeof(buf), "%s", et->et_name);
sys/kern/kern_cpuset.c
1389
bytes = snprintf(p, bufsiz, "%lx", set->__bits[i]);
sys/kern/kern_jail.c
1988
snprintf(namelc = numbuf, sizeof(numbuf), "%d", jid);
sys/kern/kern_jail.c
2117
snprintf(pr->pr_name, sizeof(pr->pr_name), "%s.%s",
sys/kern/kern_jail.c
5118
snprintf(numbuf, sizeof(numbuf), "%jd", (intmax_t)arg2);
sys/kern/kern_linker.c
1960
snprintf(result, reclen, "%.*s%s%.*s%s", pathlen, path, sep,
sys/kern/kern_linker.c
2013
snprintf(pathbuf, reclen, "%.*s%s%s", pathlen, path, sep,
sys/kern/kern_mib.c
620
snprintf(&buf[2*i], 3, "%02x", c);
sys/kern/kern_sysctl.c
1199
snprintf(buf,sizeof(buf),"%d",*name);
sys/kern/kern_timeout.c
329
snprintf(cc->cc_ktr_event_name, sizeof(cc->cc_ktr_event_name),
sys/kern/kern_ubsan.c
1320
snprintf(pBuffer, zBUfferLength, "%s:%" PRIu32 ":%" PRIu32, pLocation->mFilename, pLocation->mLine & (uint32_t)~ACK_REPORTED, pLocation->mColumn);
sys/kern/kern_ubsan.c
1339
snprintf(szBuf, sizeof(szBuf), "%02" PRIx8, rgNumber[zI]);
sys/kern/kern_ubsan.c
1368
snprintf(pBuffer, zBUfferLength, "%" PRId64, STATIC_CAST(int64_t, L));
sys/kern/kern_ubsan.c
1395
snprintf(pBuffer, zBUfferLength, "%" PRIu64, STATIC_CAST(uint64_t, L));
sys/kern/kern_ubsan.c
1428
snprintf(pBuffer, zBUfferLength, "%Lg", LD);
sys/kern/kern_ubsan.c
1433
snprintf(pBuffer, zBUfferLength, "%g", D);
sys/kern/kern_ubsan.c
1454
snprintf(pBuffer, zBUfferLength, "%g", D);
sys/kern/kern_ubsan.c
1464
snprintf(pBuffer, zBUfferLength, "%g", F);
sys/kern/kern_ubsan.c
1467
snprintf(pBuffer, zBUfferLength, "Undecoded-16-bit-Floating-Type (%#04" PRIx16 ")", STATIC_CAST(uint16_t, ulNumber));
sys/kern/kern_umtx.c
198
snprintf(chain_name, sizeof(chain_name), "%d", i);
sys/kern/kern_uuid.c
277
cnt = snprintf(buf, sz, "%08x-%04x-%04x-%04x-%04x%04x%04x",
sys/kern/link_elf.c
1798
snprintf(setsym, len, "%s%s", "__start_set_", name);
sys/kern/link_elf.c
1810
snprintf(setsym, len, "%s%s", "__stop_set_", name);
sys/kern/sched_4bsd.c
1744
snprintf(ts->ts_name, sizeof(ts->ts_name),
sys/kern/sched_ule.c
1573
snprintf(tdq->tdq_name, sizeof(tdq->tdq_name),
sys/kern/sched_ule.c
1577
snprintf(tdq->tdq_loadname, sizeof(tdq->tdq_loadname),
sys/kern/sched_ule.c
3300
snprintf(ts->ts_name, sizeof(ts->ts_name),
sys/kern/subr_bus.c
1311
buflen = snprintf(NULL, 0, "%s%d$", dc->name, INT_MAX);
sys/kern/subr_bus.c
1323
snprintf(dev->nameunit, buflen, "%s%d", dc->name, dev->unit);
sys/kern/subr_busdma_bounce.c
199
snprintf(bz->zoneid, sizeof(bz->zoneid), "zone%d", busdma_zonecount);
sys/kern/subr_busdma_bounce.c
201
snprintf(bz->lowaddrid, sizeof(bz->lowaddrid), "%#jx",
sys/kern/subr_busdma_bufalloc.c
98
snprintf(bz->name, sizeof(bz->name), "dma %.10s %ju",
sys/kern/subr_gtaskqueue.c
134
snprintf(tq_name, TASKQUEUE_NAMELEN, "%s", (name) ? name : "taskqueue");
sys/kern/subr_gtaskqueue.c
675
snprintf(gtask->gt_name, GROUPTASK_NAMELEN, "%s", name ? name : "grouptask");
sys/kern/subr_gtaskqueue.c
703
snprintf(gtask->gt_name, GROUPTASK_NAMELEN, "%s", name ? name : "grouptask");
sys/kern/subr_intr.c
1834
snprintf(str, INTRNAME_LEN, "cpu%d:%s", i, name);
sys/kern/subr_intr.c
228
snprintf(intrnames + INTRNAME_LEN * index, INTRNAME_LEN, "%-*s",
sys/kern/subr_intr.c
278
snprintf(str, INTRNAME_LEN, "%s: %s", isrc->isrc_name, name);
sys/kern/subr_intr.c
280
snprintf(str, INTRNAME_LEN, "stray %s: %s", isrc->isrc_name,
sys/kern/subr_intr.c
284
snprintf(str, INTRNAME_LEN, "%s:", isrc->isrc_name);
sys/kern/subr_intr.c
286
snprintf(str, INTRNAME_LEN, "stray %s:", isrc->isrc_name);
sys/kern/subr_msgbuf.c
236
snprintf(buf, sizeof(buf), "[%jd] ",
sys/kern/subr_msgbuf.c
242
snprintf(buf, sizeof(buf), "[%jd.%06d] ",
sys/kern/subr_rman.c
1012
snprintf(ures.r_devname, RM_TEXTLEN,
sys/kern/subr_sleepqueue.c
195
snprintf(chain_name, sizeof(chain_name), "%u", i);
sys/kern/subr_taskqueue.c
157
snprintf(tq_name, TASKQUEUE_NAMELEN, "%s", (name) ? name : "taskqueue");
sys/kern/subr_turnstile.c
405
snprintf(chain_name, sizeof(chain_name), "%d", i);
sys/kern/subr_vmem.c
684
snprintf(qc->qc_name, sizeof(qc->qc_name), "%s-%zu",
sys/kern/subr_witness.c
3161
snprintf(buf, sizeof(buf), "%s", channels[i].name);
sys/kern/uipc_ktls.c
3251
snprintf(name, sizeof(name), "domain%d", domain);
sys/kern/uipc_mqueue.c
1352
snprintf(buf, sizeof(buf),
sys/kern/uipc_shm.c
1029
snprintf(name, sizeof(name), "%luG", pagesizes[i] / G);
sys/kern/uipc_shm.c
1031
snprintf(name, sizeof(name), "%luM", pagesizes[i] / M);
sys/kern/uipc_shm.c
1033
snprintf(name, sizeof(name), "%lu", pagesizes[i]);
sys/kern/vfs_mount.c
2510
snprintf(errmsg, sizeof(errmsg),
sys/kern/vfs_subr.c
4617
snprintf(buf2, sizeof(buf2), "|VIRF(0x%lx)", flags);
sys/kern/vfs_subr.c
4650
snprintf(buf2, sizeof(buf2), "|VV(0x%lx)", flags);
sys/kern/vfs_subr.c
4666
snprintf(buf2, sizeof(buf2), "|VI(0x%lx)", flags);
sys/kern/vfs_subr.c
4673
snprintf(buf2, sizeof(buf2), "|VMP(0x%lx)", flags);
sys/kern/vfs_subr.c
4811
snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf),
sys/kern/vfs_subr.c
4854
snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf),
sys/libkern/inet_ntop.c
72
l = snprintf(tmp, sizeof(tmp), fmt, src[0], src[1], src[2], src[3]);
sys/net/ieee8023ad_lacp.c
2118
snprintf(buf, buflen, "%02X-%02X-%02X-%02X-%02X-%02X",
sys/net/ieee8023ad_lacp.c
2135
snprintf(buf, buflen, "%04X,%s",
sys/net/ieee8023ad_lacp.c
2145
snprintf(buf, buflen, "%04X,%04X",
sys/net/ieee8023ad_lacp.c
2158
snprintf(buf, buflen, "(%s,%04X,%s)",
sys/net/ieee8023ad_lacp.c
2188
snprintf(buf, buflen, "[%s,%s]",
sys/net/ieee8023ad_lacp.c
2209
snprintf(buf, buflen, "%b", state, LACP_STATE_BITS);
sys/net/if.c
3038
snprintf(strbuf, sizeof(strbuf), "name=%s", new_name);
sys/net/if.c
3892
snprintf(ifp->if_xname, IFNAMSIZ, "%s%d", name, unit);
sys/net/if.c
3902
snprintf(if_fmt, sizeof(if_fmt), "%s: %s", ifp->if_xname, fmt);
sys/net/if_bridge.c
1477
snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%s",
sys/net/if_clone.c
648
snprintf(name, IFNAMSIZ, "%s%d", ifc->ifc_name, unit);
sys/net/if_clone.c
834
snprintf(name, IFNAMSIZ, "%s%d", ifc->ifc_name, *unit);
sys/net/if_clone.c
925
if (snprintf(dp, len - (dp-name), "%d", unit) >
sys/net/if_epair.c
743
int slen = snprintf(dp, len - (dp - name), "%d", unit);
sys/net/if_epair.c
947
snprintf(name, sizeof(name), "epair_task_%d", cpu);
sys/net/if_epair.c
962
snprintf(name, sizeof(name), "epair_task");
sys/net/if_ethersubr.c
927
snprintf(etherbuf, sizeof (etherbuf), "%6D", ap, ":");
sys/net/if_llatbl.c
488
snprintf(buf, bufsize, "lle/%s/%s/%s/%s", upper_str,
sys/net/if_llatbl.c
495
snprintf(buf, bufsize, "lle/%s/%s/%s/%s", upper_str,
sys/net/if_llatbl.c
500
snprintf(buf, bufsize, "lle/%s/%s/%s/????", upper_str,
sys/net/if_ovpn.c
2722
error = snprintf(dp, len - (dp - name), "%d", unit);
sys/net/if_stf.c
276
if (snprintf(dp, len - (dp-name), "%d", unit) >
sys/net/if_tuntap.c
1446
snprintf(ifs->ascii, sizeof(ifs->ascii),
sys/net/if_tuntap.c
548
snprintf(name, IFNAMSIZ, "%s%d", drv->cdevsw.d_name, unit);
sys/net/if_tuntap.c
618
namelen = snprintf(devname, sizeof(devname), "%s%d",
sys/net/if_vlan.c
1142
if (snprintf(dp, len - (dp-name), "%d", unit) >
sys/net/if_vxlan.c
3549
snprintf(namebuf, sizeof(namebuf), "%d", sc->vxl_unit);
sys/net/if_vxlan.c
3605
snprintf(path, sizeof(path), "net.link.vxlan.%d.%s",
sys/net/iflib.c
5143
snprintf(namebuf, TASKQUEUE_NAMELEN, "if_%s_tq", device_get_nameunit(dev));
sys/net/iflib.c
5779
snprintf(txq->ift_mtx_name, MTX_NAME_LEN, "%s:TX(%d):callout",
sys/net/iflib.c
6894
snprintf(namebuf, NAME_BUFLEN, qfmt, i);
sys/net/iflib.c
6973
snprintf(namebuf, NAME_BUFLEN, qfmt, i);
sys/net/iflib.c
6987
snprintf(namebuf, NAME_BUFLEN, "rxq_fl%d", j);
sys/net/netisr.c
1273
snprintf(swiname, sizeof(swiname), "netisr %u", cpuid);
sys/net/netisr.c
324
snprintf(buffer, buflen, "%s", str);
sys/net/netmap_user.h
648
snprintf(errmsg, MAXERRMSG,
sys/net/netmap_user.h
654
snprintf(errmsg, MAXERRMSG, "invalid bridge name");
sys/net/netmap_user.h
669
snprintf(errmsg, MAXERRMSG, "invalid bridge port name");
sys/net/netmap_user.h
675
snprintf(errmsg, MAXERRMSG, "name too long");
sys/net/netmap_user.h
714
snprintf(errmsg, MAXERRMSG, "unknown modifier: '%c'", *port);
sys/net/netmap_user.h
728
snprintf(errmsg, MAXERRMSG, "unexpected character: '%c'", *port);
sys/net/netmap_user.h
736
snprintf(errmsg, MAXERRMSG, "'%ld' out of range [0, %d)",
sys/net/netmap_user.h
771
snprintf(errmsg, MAXERRMSG, "unrecognized flag: '%c'", *port);
sys/net/netmap_user.h
779
snprintf(errmsg, MAXERRMSG, "double setting of memid");
sys/net/netmap_user.h
784
snprintf(errmsg, MAXERRMSG, "invalid memid %ld, must be >0", num);
sys/net/netmap_user.h
794
snprintf(errmsg, MAXERRMSG, "unexpected end of port name");
sys/net/netmap_user.h
846
snprintf(errmsg, MAXERRMSG, "nm_desc alloc failure");
sys/net/netmap_user.h
853
snprintf(errmsg, MAXERRMSG, "cannot open /dev/netmap: %s", strerror(errno));
sys/net/netmap_user.h
903
snprintf(errmsg, MAXERRMSG, "NIOCREGIF failed: %s", strerror(errno));
sys/net/netmap_user.h
933
snprintf(errmsg, MAXERRMSG, "mmap failed: %s", strerror(errno));
sys/net/route.c
630
snprintf(strbuf, sizeof(strbuf), "address=%s", addrstr);
sys/net/route.c
641
snprintf(strbuf, sizeof(strbuf), "address=%s", addrstr);
sys/net/route/nhgrp_ctl.c
811
int off = snprintf(buf, bufsize, "nhg#%u/sz=%u:[", nhg_priv->nhg_idx,
sys/net/route/nhgrp_ctl.c
816
int len = snprintf(&buf[off], bufsize - off, "#%u:%u,",
sys/net/route/nhgrp_ctl.c
819
int len = snprintf(&buf[off], bufsize - off, "...");
sys/net/route/nhgrp_ctl.c
828
snprintf(&buf[off], bufsize - off, "]");
sys/net/route/nhop_ctl.c
1137
snprintf(buf, bufsize, "nh#%d/%s/%s/%s", nh_priv->nh_idx, upper_str,
sys/net/route/nhop_ctl.c
1144
snprintf(buf, bufsize, "nh#%d/%s/%s/%s", nh_priv->nh_idx, upper_str,
sys/net/route/nhop_ctl.c
1149
snprintf(buf, bufsize, "nh#%d/%s/%s/resolve", nh_priv->nh_idx, upper_str,
sys/net/route/nhop_ctl.c
1153
snprintf(buf, bufsize, "nh#%d/%s/%s/????", nh_priv->nh_idx, upper_str,
sys/net/route/route_helpers.c
643
snprintf(buf, bufsize, "rt/%s/%d", abuf, plen);
sys/net/route/route_helpers.c
653
snprintf(buf, bufsize, "rt/%s/%d", abuf, plen);
sys/net/route/route_helpers.c
658
snprintf(buf, bufsize, "rt/unknown_af#%d", rt_get_family(rt));
sys/net80211/ieee80211_freebsd.c
1326
snprintf(if_fmt, sizeof(if_fmt), "%s: %s", if_name(vap->iv_ifp), fmt);
sys/net80211/ieee80211_freebsd.c
1340
snprintf(if_fmt, sizeof(if_fmt), "%s: %s", ic->ic_name, fmt);
sys/net80211/ieee80211_freebsd.c
285
snprintf(num, sizeof(num), "%u", ifp->if_dunit);
sys/net80211/ieee80211_freebsd.h
122
snprintf(fl->name, sizeof(fl->name), "%s_ff_lock", _name); \
sys/net80211/ieee80211_freebsd.h
141
snprintf(nl->name, sizeof(nl->name), "%s_node_lock", _name); \
sys/net80211/ieee80211_freebsd.h
65
snprintf(cl->name, sizeof(cl->name), "%s_com_lock", _name); \
sys/net80211/ieee80211_freebsd.h
91
snprintf(cl->name, sizeof(cl->name), "%s_tx_lock", _name); \
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
1764
snprintf(rsp->data, NG_TEXTRESPONSE,
sys/netgraph/bluetooth/hci/ng_hci_main.c
323
snprintf(rsp->data, NG_TEXTRESPONSE,
sys/netgraph/bluetooth/l2cap/ng_l2cap_main.c
490
snprintf(rsp->data, NG_TEXTRESPONSE,
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
1059
snprintf(path, sizeof(path), "%s:", pcb->addr.hci_node);
sys/netgraph/ng_base.c
2824
snprintf(ascii->header.cmdstr, sizeof(ascii->header.cmdstr),
sys/netgraph/ng_bridge.c
1259
snprintf(name, sizeof(name), "%s", NG_NODE_NAME(node));
sys/netgraph/ng_bridge.c
1261
snprintf(name, sizeof(name), "[%x]", ng_node2ID(node));
sys/netgraph/ng_bridge.c
407
snprintf(linkName, sizeof(linkName), "%s%u", pfx->prefix,
sys/netgraph/ng_bridge.c
419
snprintf(NG_HOOK_NAME(hook), NG_HOOKSIZ, "%s%u", pfx->prefix,
sys/netgraph/ng_bridge.c
590
snprintf(linkName, sizeof(linkName),
sys/netgraph/ng_bridge.c
593
snprintf(linkName, sizeof(linkName),
sys/netgraph/ng_ksocket.c
337
snprintf(addr, eptr - (s + *off) + 1, "%s", &s[*off]);
sys/netgraph/ng_ksocket.c
347
snprintf(ifname, eptr - (s + *off) + 1, "%s", &s[*off]);
sys/netgraph/ng_ksocket.c
402
slen += snprintf(cbuf, cbuflen, "local/%s", pathtoken);
sys/netgraph/ng_ksocket.c
414
slen += snprintf(cbuf, cbuflen, "inet/%d.%d.%d.%d",
sys/netgraph/ng_ksocket.c
420
slen += snprintf(cbuf + strlen(cbuf),
sys/netgraph/ng_ksocket.c
436
slen += snprintf(cbuf, cbuflen, "inet6/[%s]", addr);
sys/netgraph/ng_ksocket.c
439
slen += snprintf(cbuf + strlen(cbuf),
sys/netgraph/ng_ksocket.c
645
snprintf(name, sizeof(name), "%s", name0);
sys/netgraph/ng_parse.c
1047
len = snprintf(cbuf, cbuflen, "%02x:%02x:%02x:%02x:%02x:%02x",
sys/netgraph/ng_socket.c
291
snprintf(filename, sizeof(filename), "ng_%s",
sys/netgraph/ng_socket.c
532
snprintf(sg->sg_data, sizeof(sg->sg_data), "[%x]",
sys/netgraph/ng_socket.c
966
addrlen = snprintf((char *)&addr.sg_data, sizeof(addr.sg_data),
sys/netinet/cc/cc.c
217
linesz = snprintf(cp, bufsz, "\n%-16s%c %s\n", "CCmod", 'D',
sys/netinet/cc/cc.c
224
linesz = snprintf(cp, bufsz, "%-16s%c %u\n",
sys/netinet/in_fib_dxr.c
1322
snprintf(buf, sizeof(buf), "%d.%02d%%", V_frag_limit / 100,
sys/netinet/in_fib_dxr.c
1342
snprintf(buf, sizeof(buf), "%d.%02d%%", V_frag_limit / 100,
sys/netinet/ip_carp.c
2398
snprintf(subsys, IFNAMSIZ+5, "%u@%s", sc->sc_vhid,
sys/netinet/libalias/alias_irc.c
379
n = snprintf(&newpacket[iCopy],
sys/netinet/libalias/alias_irc.c
392
n = snprintf(&newpacket[iCopy],
sys/netinet/libalias/alias_proxy.c
302
snprintf(buffer, sizeof(buffer) - 2, "[DEST %s %d]",
sys/netinet/libalias/alias_sctp.c
2699
snprintf(buf, 50, " l=%u ",i);
sys/netinet/sctp_os_bsd.h
292
#define SCTP_SNPRINTF(...) snprintf(__VA_ARGS__)
sys/netinet/siftr.c
410
ret_sz = snprintf(buf, MAX_LOG_MSG_LEN,
sys/netinet/tcp_subr.c
726
linesz = snprintf(cp, bufsz, "\n%-32s%c %-32s %s\n", "Stack", 'D',
sys/netinet/tcp_subr.c
735
linesz = snprintf(cp, bufsz, "%-32s%c %-32s %u\n",
sys/netinet6/icmp6.c
2156
snprintf(buf, sizeof(buf), "(src=%s dst=%s tgt=%s)",
sys/netipsec/key_debug.c
1014
snprintf(buf, sizeof(buf), "%s%%%u",
sys/netipsec/key_debug.c
720
snprintf(buf, len, "%u", port);
sys/netipsec/key_debug.c
960
snprintf(buf, size, "%s%%%u", inet_ntop(AF_INET6,
sys/netipsec/key_debug.c
980
snprintf(buf, size, "SA(SPI=%08lx src=%s dst=%s)",
sys/netpfil/ipfilter/netinet/fil.c
4219
snprintf(fiop->f_version, sizeof(friostat.f_version), "IP Filter: v%d.%d.%d",
sys/netpfil/ipfilter/netinet/fil.c
5542
(void) snprintf(name, sizeof(name), "%d", fr->fr_arg);
sys/netpfil/ipfilter/netinet/fil.c
6073
(void) snprintf(temp, sizeof(name), "%d", unit);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1763
(void) snprintf(newbuf, sizeof(newbuf), "%s %c1%c%u.%u.%u.%u%c%u%c\r\n",
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1859
(void) snprintf(newbuf, sizeof(newbuf), "%s (|||%u|)\r\n",
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
2000
(void) snprintf(s, left, "EPRT %c2%c", delim, delim);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
2003
snprintf(s, left, "%x:%x:", a >> 16, a & 0xffff);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
2007
snprintf(s, left, "%x:%x:", a >> 16, a & 0xffff);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
2011
snprintf(s, left,"%x:%x:", a >> 16, a & 0xffff);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
2015
snprintf(s, left, "%x:%x", a >> 16, a & 0xffff);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
2018
snprintf(s, left, "|%d|\r\n", port);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
387
(void) snprintf(newbuf, sizeof(newbuf), "%s %u,%u,%u,%u,%u,%u\r\n",
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
797
(void) snprintf(newbuf, sizeof(newbuf), "%s %s%u,%u,%u,%u,%u,%u%s\r\n",
sys/netpfil/ipfilter/netinet/ip_htable.c
347
(void)snprintf(name, sizeof(name), "%u", i);
sys/netpfil/ipfilter/netinet/ip_irc_pxy.c
302
(void) snprintf(newbuf, sizeof(newbuf), "%u %u\001\r\n", a1, a5);
sys/netpfil/ipfilter/netinet/ip_lookup.c
798
(void) snprintf(name, sizeof(name), "%u", number);
sys/netpfil/ipfilter/netinet/ip_pool.c
936
(void)snprintf(name, sizeof(name), "%x", poolnum);
sys/netpfil/ipfilter/netinet/ip_pool.c
942
(void)snprintf(name, sizeof(name), "%x", poolnum);
sys/netpfil/ipfilter/netinet/ip_rpcb_pxy.c
1268
(void) snprintf(uaddr, sizeof(uaddr),
sys/netpfil/ipfilter/netinet/ip_rpcb_pxy.c
1340
(void) snprintf(uaddr, sizeof(uaddr),
sys/netpfil/ipfilter/netinet/ip_rpcb_pxy.c
756
(void) snprintf(uaddr, sizeof(uaddr),
sys/netpfil/ipfilter/netinet/radix_ipf.c
1377
(void) snprintf(rn[0].name, sizeof(ipf_rdx_node.name), "_BORN.0");
sys/netpfil/ipfilter/netinet/radix_ipf.c
1378
(void) snprintf(rn[1].name, sizeof(ipf_rdx_node.name), "_BORN.1");
sys/netpfil/ipfilter/netinet/radix_ipf.c
1380
(void) snprintf(rn[0].name, sizeof(ipf_rdx_node.name), "%d_NODE.0", item);
sys/netpfil/ipfilter/netinet/radix_ipf.c
1381
(void) snprintf(rn[1].name, sizeof(ipf_rdx_node.name), "%d_NODE.1", item);
sys/netpfil/ipfw/ip_fw_bpf.c
93
n = snprintf(tap->name, sizeof(tap->name), "ipfw%u", rule);
sys/netpfil/ipfw/ip_fw_dynamic.c
1891
snprintf(sbuf, sizeof(sbuf), "%u drop session",
sys/netpfil/ipfw/ip_fw_dynamic.c
1964
snprintf(sbuf, sizeof(sbuf),
sys/netpfil/ipfw/ip_fw_log.c
133
snprintf(SNPARGS(action2, 0), "Altq %d",
sys/netpfil/ipfw/ip_fw_log.c
154
snprintf(SNPARGS(action2, 0), "Unreach %d",
sys/netpfil/ipfw/ip_fw_log.c
164
snprintf(SNPARGS(action2, 0), "Unreach %d",
sys/netpfil/ipfw/ip_fw_log.c
175
snprintf(SNPARGS(action2, 0), "Divert %d",
sys/netpfil/ipfw/ip_fw_log.c
179
snprintf(SNPARGS(action2, 0), "Tee %d",
sys/netpfil/ipfw/ip_fw_log.c
183
snprintf(SNPARGS(action2, 0), "SetDscp %d",
sys/netpfil/ipfw/ip_fw_log.c
187
snprintf(SNPARGS(action2, 0), "SetFib %d",
sys/netpfil/ipfw/ip_fw_log.c
191
snprintf(SNPARGS(action2, 0), "SkipTo %d",
sys/netpfil/ipfw/ip_fw_log.c
195
snprintf(SNPARGS(action2, 0), "Pipe %d",
sys/netpfil/ipfw/ip_fw_log.c
199
snprintf(SNPARGS(action2, 0), "Queue %d",
sys/netpfil/ipfw/ip_fw_log.c
217
len = snprintf(SNPARGS(action2, 0),
sys/netpfil/ipfw/ip_fw_log.c
220
snprintf(SNPARGS(action2, len), ":%d",
sys/netpfil/ipfw/ip_fw_log.c
246
len = snprintf(SNPARGS(action2, 0),
sys/netpfil/ipfw/ip_fw_log.c
250
len = snprintf(SNPARGS(action2, 0),
sys/netpfil/ipfw/ip_fw_log.c
253
snprintf(SNPARGS(action2, len), ":%u",
sys/netpfil/ipfw/ip_fw_log.c
259
snprintf(SNPARGS(action2, 0), "Netgraph %d",
sys/netpfil/ipfw/ip_fw_log.c
263
snprintf(SNPARGS(action2, 0), "Ngtee %d",
sys/netpfil/ipfw/ip_fw_log.c
274
snprintf(SNPARGS(action2, 0), "Return %s",
sys/netpfil/ipfw/ip_fw_log.c
278
snprintf(SNPARGS(action2, 0), "Call %d",
sys/netpfil/ipfw/ip_fw_log.c
283
snprintf(SNPARGS(action2, 0), "SetMark %#010x",
sys/netpfil/ipfw/ip_fw_log.c
286
snprintf(SNPARGS(action2, 0), "SetMark %#010x",
sys/netpfil/ipfw/ip_fw_log.c
290
snprintf(SNPARGS(action2, 0), "Eaction %s",
sys/netpfil/ipfw/ip_fw_log.c
301
snprintf(SNPARGS(proto, 0), "MAC");
sys/netpfil/ipfw/ip_fw_log.c
326
snprintf(src, sizeof(src), "[%s]",
sys/netpfil/ipfw/ip_fw_log.c
328
snprintf(dst, sizeof(dst), "[%s]",
sys/netpfil/ipfw/ip_fw_log.c
346
len = snprintf(SNPARGS(proto, 0), "TCP %s", src);
sys/netpfil/ipfw/ip_fw_log.c
348
snprintf(SNPARGS(proto, len), ":%d %s:%d",
sys/netpfil/ipfw/ip_fw_log.c
353
snprintf(SNPARGS(proto, len), " %s", dst);
sys/netpfil/ipfw/ip_fw_log.c
358
len = snprintf(SNPARGS(proto, 0), "UDP%s%s",
sys/netpfil/ipfw/ip_fw_log.c
362
snprintf(SNPARGS(proto, len), ":%d %s:%d",
sys/netpfil/ipfw/ip_fw_log.c
367
snprintf(SNPARGS(proto, len), " %s", dst);
sys/netpfil/ipfw/ip_fw_log.c
373
len = snprintf(SNPARGS(proto, 0),
sys/netpfil/ipfw/ip_fw_log.c
377
len = snprintf(SNPARGS(proto, 0), "ICMP ");
sys/netpfil/ipfw/ip_fw_log.c
378
len += snprintf(SNPARGS(proto, len), "%s", src);
sys/netpfil/ipfw/ip_fw_log.c
379
snprintf(SNPARGS(proto, len), " %s", dst);
sys/netpfil/ipfw/ip_fw_log.c
385
len = snprintf(SNPARGS(proto, 0),
sys/netpfil/ipfw/ip_fw_log.c
389
len = snprintf(SNPARGS(proto, 0), "ICMPv6 ");
sys/netpfil/ipfw/ip_fw_log.c
390
len += snprintf(SNPARGS(proto, len), "%s", src);
sys/netpfil/ipfw/ip_fw_log.c
391
snprintf(SNPARGS(proto, len), " %s", dst);
sys/netpfil/ipfw/ip_fw_log.c
395
len = snprintf(SNPARGS(proto, 0), "P:%d %s",
sys/netpfil/ipfw/ip_fw_log.c
397
snprintf(SNPARGS(proto, len), " %s", dst);
sys/netpfil/ipfw/ip_fw_log.c
404
snprintf(SNPARGS(fragment, 0),
sys/netpfil/ipfw/ip_fw_log.c
416
snprintf(SNPARGS(fragment, 0),
sys/netpfil/ipfw/ip_fw_log.c
426
snprintf(SNPARGS(mark_str, 0), " mark:%#x",
sys/netpfil/ipfw/ip_fw_nat.c
658
snprintf(ucfg->name, sizeof(ucfg->name), "%d", ptr->id);
sys/netpfil/ipfw/ip_fw_nat.c
957
snprintf(ucfg->name, sizeof(ucfg->name), "%d", cfg->id);
sys/netpfil/ipfw/ip_fw_table.c
2573
snprintf(bname, sizeof(bname), "%d", ti->uidx);
sys/netpfil/ipfw/ip_fw_table.c
2627
snprintf(bname, sizeof(bname), "%d", ti->uidx);
sys/netpfil/ipfw/ip_fw_table_algo.c
1255
snprintf(buf, bufsize, "%s masks=/%d,/%d", "addr:hash",
sys/netpfil/ipfw/ip_fw_table_algo.c
1258
snprintf(buf, bufsize, "%s", "addr:hash");
sys/netpfil/ipfw/ip_fw_table_algo.c
3862
snprintf(buf, bufsize, "%s fib=%lu", "addr:kfib", ti->data);
sys/netpfil/ipfw/ip_fw_table_algo.c
3864
snprintf(buf, bufsize, "%s", "addr:kfib");
sys/netpfil/pf/pf_if.c
597
snprintf(tblname + strlen(tblname),
sys/netsmb/smb_conn.c
717
snprintf(vip->srvname, sizeof(vip->srvname), "%s", vcp->vc_srvname);
sys/netsmb/smb_conn.c
718
snprintf(vip->vcname, sizeof(vip->vcname), "%s", vcp->vc_username);
sys/netsmb/smb_conn.c
913
snprintf(sip->sname, sizeof(sip->sname), "%s", ssp->ss_name);
sys/nfs/bootp_subr.c
1197
snprintf(vendor_client, sizeof(vendor_client), "%s:%s:%s",
sys/nlm/nlm_advlock.c
1256
snprintf(oh_space, 32, "%d@", svid);
sys/nlm/nlm_prot_impl.c
857
snprintf(host->nh_sysid_string, sizeof(host->nh_sysid_string),
sys/ofed/drivers/infiniband/core/ib_cma.c
4561
snprintf(buf, sizeof(buf), "default_roce_mode_port%d", i);
sys/ofed/drivers/infiniband/core/ib_device.c
156
snprintf(buf, sizeof buf, name, i);
sys/ofed/drivers/infiniband/core/ib_device.c
163
snprintf(buf, sizeof buf, name, i);
sys/ofed/drivers/infiniband/core/ib_mad.c
3165
snprintf(name, sizeof name, "ib_mad%d", port_num);
sys/ofed/drivers/infiniband/core/ib_sysfs.c
744
if (snprintf(element->name, sizeof(element->name),
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_fs.c
269
snprintf(name, sizeof name, "%s_mcg", if_name(dev));
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_fs.c
275
snprintf(name, sizeof name, "%s_path", if_name(dev));
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_vlan.c
88
snprintf(intf_name, sizeof intf_name, "%s.%04x",
sys/ofed/drivers/infiniband/ulp/sdp/sdp_bcopy.c
51
len += snprintf(buf, 255-len, "%s mb: %p mid: %2x:%-20s flags: 0x%x "
sys/ofed/drivers/infiniband/ulp/sdp/sdp_bcopy.c
60
len += snprintf(buf + len, 255-len,
sys/ofed/drivers/infiniband/ulp/sdp/sdp_bcopy.c
69
len += snprintf(buf + len, 255-len, "actrcvz: 0x%x |",
sys/ofed/drivers/infiniband/ulp/sdp/sdp_bcopy.c
75
len += snprintf(buf + len, 255-len, "req_size: 0x%x |",
sys/ofed/drivers/infiniband/ulp/sdp/sdp_bcopy.c
79
len += snprintf(buf + len, 255-len, "data_len: 0x%lx |",
sys/ofed/drivers/infiniband/ulp/sdp/sdp_bcopy.c
85
len += snprintf(buf + len, 255-len, " | len: 0x%x |",
sys/ofed/drivers/infiniband/ulp/sdp/sdp_bcopy.c
91
len += snprintf(buf + len, 255-len, " | payload: 0x%lx, "
sys/ofed/drivers/infiniband/ulp/sdp/sdp_dbg.h
74
snprintf(l->msg, sizeof(l->msg) - 1, format, ## arg); \
sys/powerpc/mpc85xx/mpc85xx_gpio.c
109
snprintf(name, GPIOMAXNAME, "GPIO%d", pin);
sys/powerpc/powermac/pmu.c
959
snprintf(notify_buf, sizeof(notify_buf),
sys/powerpc/powerpc/clock.c
191
snprintf(buf, sizeof(buf), "cpu%d:decrementer", curcpu);
sys/powerpc/powerpc/clock.c
206
snprintf(buf, sizeof(buf), "cpu%d:decrementer", curcpu);
sys/powerpc/powerpc/db_disasm.c
613
#define APP_PSTR(fmt, arg) ADD_LEN(snprintf(pstr, slen, (fmt), (arg)))
sys/powerpc/powerpc/db_disasm.c
614
#define APP_PSTRS(fmt) ADD_LEN(snprintf(pstr, slen, "%s", (fmt)))
sys/powerpc/powerpc/intr_machdep.c
158
snprintf(intrnames + INTRNAME_LEN * index, INTRNAME_LEN, "%-*s",
sys/riscv/riscv/trap.c
169
snprintf(name, sizeof(name), "t[%d]", i);
sys/riscv/riscv/trap.c
174
snprintf(name, sizeof(name), "s[%d]", i);
sys/riscv/riscv/trap.c
179
snprintf(name, sizeof(name), "a[%d]", i);
sys/riscv/sifive/sifive_gpio.c
156
snprintf(sc->gpio_pins[i].gp_name, GPIOMAXNAME, "GPIO%d", i);
sys/riscv/starfive/jh7110_gpio.c
186
snprintf(name, GPIOMAXNAME, "GPIO%d", pin);
sys/riscv/starfive/jh7110_pcie.c
957
snprintf(name, INTR_ISRC_NAMELEN, "%s, MSI",
sys/rpc/rpcb_clnt.c
119
(void) snprintf(uidbuf, sizeof uidbuf, "%d", geteuid());
sys/rpc/rpcb_clnt.c
159
(void) snprintf(uidbuf, sizeof uidbuf, "%d", geteuid());
sys/rpc/svc.c
1384
snprintf(td->td_name, sizeof(td->td_name),
sys/security/audit/audit_arg.c
818
(void)snprintf(*pathp, MAXPATHLEN, "%s", upath);
sys/security/mac_veriexec_parser/mac_veriexec_parser.c
340
rc = snprintf(path, MAXPATHLEN, "%s/%s",
sys/sys/systm.h
228
int snprintf(char *, size_t, const char *, ...) __printflike(3, 4);
sys/teken/teken_subr.h
160
len = snprintf(response, 16, "%u;%uR",
sys/ufs/ufs/ufs_lookup.c
1465
snprintf(msg, sizeof(msg), "at %s@%d", file, line);
sys/ufs/ufs/ufs_lookup.c
1488
snprintf(msg, sizeof(msg), "at %s@%d", file, line);
sys/vm/vm_page.c
489
snprintf(vmd->vmd_name, sizeof(vmd->vmd_name), "%d", domain);
sys/vm/vm_pageout.c
2426
snprintf(td->td_name, sizeof(td->td_name), "dom%d", first);
sys/x86/bios/vpd.c
199
snprintf(unit, sizeof(unit), "%d", device_get_unit(sc->dev));
sys/x86/bios/vpd.c
200
snprintf(sc->MachineType, 5, "%.4s", sc->vpd->MachType);
sys/x86/bios/vpd.c
201
snprintf(sc->MachineModel, 4, "%.3s", sc->vpd->MachType+4);
sys/x86/bios/vpd.c
202
snprintf(sc->BuildID, 10, "%.9s", sc->vpd->BuildID);
sys/x86/bios/vpd.c
203
snprintf(sc->BoxSerial, 8, "%.7s", sc->vpd->BoxSerial);
sys/x86/bios/vpd.c
204
snprintf(sc->PlanarSerial, 12, "%.11s", sc->vpd->PlanarSerial);
sys/x86/x86/intr_machdep.c
446
snprintf(intrnames + INTRNAME_LEN * index, INTRNAME_LEN, "%-*s",
sys/x86/x86/intr_machdep.c
467
snprintf(straystr, sizeof(straystr), "stray irq%d",
sys/x86/x86/local_apic.c
960
snprintf(buf, sizeof(buf), "cpu%d:timer", pc->pc_cpuid);
sys/x86/x86/mp_x86.c
1765
snprintf(buf, sizeof(buf), "cpu%d:invltlb", i);
sys/x86/x86/mp_x86.c
1767
snprintf(buf, sizeof(buf), "cpu%d:invlrng", i);
sys/x86/x86/mp_x86.c
1769
snprintf(buf, sizeof(buf), "cpu%d:invlpg", i);
sys/x86/x86/mp_x86.c
1771
snprintf(buf, sizeof(buf), "cpu%d:invlcache", i);
sys/x86/x86/mp_x86.c
1773
snprintf(buf, sizeof(buf), "cpu%d:preempt", i);
sys/x86/x86/mp_x86.c
1775
snprintf(buf, sizeof(buf), "cpu%d:ast", i);
sys/x86/x86/mp_x86.c
1777
snprintf(buf, sizeof(buf), "cpu%d:rendezvous", i);
sys/x86/x86/mp_x86.c
1779
snprintf(buf, sizeof(buf), "cpu%d:hardclock", i);
sys/x86/xen/xen_arch_intr.c
70
snprintf(buf, sizeof(buf), "cpu%d:xen", i);
tests/sys/aio/aio_test.c
1002
snprintf(cmd, sizeof(cmd),
tests/sys/aio/aio_test.c
1008
snprintf(devname, sizeof(devname), "/dev/zvol/%s", zvol_name);
tests/sys/aio/aio_test.c
1032
snprintf(cmd, sizeof(cmd), "zpool destroy %s_%s.%d", POOL_NAME, unique,
tests/sys/aio/aio_test.c
1272
snprintf(sun.sun_path, sizeof(sun.sun_path), "%s", "listen.XXXXXX");
tests/sys/aio/aio_test.c
1308
snprintf(sun.sun_path, sizeof(sun.sun_path), "%s", "listen.XXXXXX");
tests/sys/aio/aio_test.c
812
snprintf(buf, sizeof(buf), "%d", unit);
tests/sys/aio/aio_test.c
814
snprintf(pathname, PATH_MAX, "/dev/md%d", unit);
tests/sys/aio/aio_test.c
981
snprintf(vdev_name, sizeof(vdev_name), "%s", ZVOL_VDEV_PATHNAME);
tests/sys/aio/aio_test.c
982
snprintf(pool_name, sizeof(pool_name), "%s_%s.%d", POOL_NAME, unique,
tests/sys/aio/aio_test.c
984
snprintf(zvol_name, sizeof(zvol_name), "%s/%s_%s", pool_name, ZVOL_NAME,
tests/sys/aio/aio_test.c
998
snprintf(cmd, sizeof(cmd), "zpool create %s $PWD/%s", pool_name,
tests/sys/arch/aarch64/sve.c
256
snprintf(exec_path, sizeof(exec_path), "%s/sve_ptrace_helper",
tests/sys/audit/administrative.c
1019
snprintf(adregex, sizeof(adregex), "GQCTRL command.*%d.*success", pid);
tests/sys/audit/administrative.c
1043
snprintf(adregex, sizeof(adregex), "GQCTRL command.*%d.*failure", pid);
tests/sys/audit/administrative.c
1068
snprintf(adregex, sizeof(adregex), "SQCTRL command.*%d.*success", pid);
tests/sys/audit/administrative.c
1095
snprintf(adregex, sizeof(adregex), "SQCTRL command.*%d.*failure", pid);
tests/sys/audit/administrative.c
1120
snprintf(adregex, sizeof(adregex), "get event class.*%d.*success", pid);
tests/sys/audit/administrative.c
1146
snprintf(adregex, sizeof(adregex), "get event class.*%d.*failure", pid);
tests/sys/audit/administrative.c
1171
snprintf(adregex, sizeof(adregex), "set event class.*%d.*success", pid);
tests/sys/audit/administrative.c
1199
snprintf(adregex, sizeof(adregex), "set event class.*%d.*failure", pid);
tests/sys/audit/administrative.c
1224
snprintf(adregex, sizeof(adregex), "get audit state.*%d.*success", pid);
tests/sys/audit/administrative.c
1247
snprintf(adregex, sizeof(adregex), "get audit state.*%d.*failure", pid);
tests/sys/audit/administrative.c
127
snprintf(adregex, sizeof(adregex), "clock_settime.*%d.*success", pid);
tests/sys/audit/administrative.c
1272
snprintf(adregex, sizeof(adregex), "set audit state.*%d.*success", pid);
tests/sys/audit/administrative.c
1296
snprintf(adregex, sizeof(adregex), "set audit state.*%d.*failure", pid);
tests/sys/audit/administrative.c
1326
snprintf(adregex, sizeof(adregex), "get cwd.*%d.*failure", pid);
tests/sys/audit/administrative.c
1350
snprintf(adregex, sizeof(adregex), "get car.*%d.*failure", pid);
tests/sys/audit/administrative.c
1374
snprintf(adregex, sizeof(adregex),
tests/sys/audit/administrative.c
1399
snprintf(adregex, sizeof(adregex),
tests/sys/audit/administrative.c
1424
snprintf(adregex, sizeof(adregex),
tests/sys/audit/administrative.c
1449
snprintf(adregex, sizeof(adregex),
tests/sys/audit/administrative.c
1480
snprintf(adregex, sizeof(adregex), "reboot.*%d.*return,failure", pid);
tests/sys/audit/administrative.c
1509
snprintf(adregex, sizeof(adregex), "quotactl.*%d.*return,failure", pid);
tests/sys/audit/administrative.c
1532
snprintf(adregex, sizeof(adregex), "mount.*%d.*return,failure", pid);
tests/sys/audit/administrative.c
154
snprintf(adregex, sizeof(adregex), "clock_settime.*%d.*failure", pid);
tests/sys/audit/administrative.c
1555
snprintf(adregex, sizeof(adregex), "nmount.*%d.*return,failure", pid);
tests/sys/audit/administrative.c
1578
snprintf(adregex, sizeof(adregex), "swapon.*%d.*return,failure", pid);
tests/sys/audit/administrative.c
1602
snprintf(adregex, sizeof(adregex), "swapoff.*%d.*return,failure", pid);
tests/sys/audit/administrative.c
181
snprintf(adregex, sizeof(adregex), "adjtime.*%d.*return,success", pid);
tests/sys/audit/administrative.c
205
snprintf(adregex, sizeof(adregex), "adjtime.*%d.*return,failure", pid);
tests/sys/audit/administrative.c
231
snprintf(adregex, sizeof(adregex), "ntp_adjtime.*%d.*success", pid);
tests/sys/audit/administrative.c
254
snprintf(adregex, sizeof(adregex), "ntp_adjtime.*%d.*failure", pid);
tests/sys/audit/administrative.c
278
snprintf(adregex, sizeof(adregex), "nfs_getfh.*%d.*ret.*success", pid);
tests/sys/audit/administrative.c
304
snprintf(adregex, sizeof(adregex), "nfs_getfh.*%d.*ret.*failure", pid);
tests/sys/audit/administrative.c
365
snprintf(adregex, sizeof(adregex), "auditctl.*%d.*return,failure", pid);
tests/sys/audit/administrative.c
408
snprintf(adregex, sizeof(adregex),
tests/sys/audit/administrative.c
443
snprintf(adregex, sizeof(adregex), "acct.*%d.*return,failure", pid);
tests/sys/audit/administrative.c
468
snprintf(adregex, sizeof(adregex), "getauid.*%d.*return,success", pid);
tests/sys/audit/administrative.c
491
snprintf(adregex, sizeof(adregex), "getauid.*%d.*return,failure", pid);
tests/sys/audit/administrative.c
516
snprintf(adregex, sizeof(adregex), "setauid.*%d.*return,success", pid);
tests/sys/audit/administrative.c
540
snprintf(adregex, sizeof(adregex), "setauid.*%d.*return,failure", pid);
tests/sys/audit/administrative.c
565
snprintf(adregex, sizeof(adregex), "getaudit.*%d.*return,success", pid);
tests/sys/audit/administrative.c
588
snprintf(adregex, sizeof(adregex), "getaudit.*%d.*return,failure", pid);
tests/sys/audit/administrative.c
613
snprintf(adregex, sizeof(adregex), "setaudit.*%d.*return,success", pid);
tests/sys/audit/administrative.c
637
snprintf(adregex, sizeof(adregex), "setaudit.*%d.*return,failure", pid);
tests/sys/audit/administrative.c
662
snprintf(adregex, sizeof(adregex),
tests/sys/audit/administrative.c
686
snprintf(adregex, sizeof(adregex),
tests/sys/audit/administrative.c
70
snprintf(adregex, sizeof(adregex), "settimeofday.*%d.*success", pid);
tests/sys/audit/administrative.c
712
snprintf(adregex, sizeof(adregex),
tests/sys/audit/administrative.c
737
snprintf(adregex, sizeof(adregex),
tests/sys/audit/administrative.c
772
snprintf(adregex, sizeof(adregex), "auditon.*%d.*return,success", pid);
tests/sys/audit/administrative.c
795
snprintf(adregex, sizeof(adregex), "auditon.*%d.*return,failure", pid);
tests/sys/audit/administrative.c
820
snprintf(adregex, sizeof(adregex), "GPOLICY command.*%d.*success", pid);
tests/sys/audit/administrative.c
843
snprintf(adregex, sizeof(adregex), "GPOLICY command.*%d.*failure", pid);
tests/sys/audit/administrative.c
868
snprintf(adregex, sizeof(adregex), "SPOLICY command.*%d.*success", pid);
tests/sys/audit/administrative.c
893
snprintf(adregex, sizeof(adregex), "SPOLICY command.*%d.*failure", pid);
tests/sys/audit/administrative.c
918
snprintf(adregex, sizeof(adregex), "get kernel mask.*%d.*success", pid);
tests/sys/audit/administrative.c
942
snprintf(adregex, sizeof(adregex), "get kernel mask.*%d.*failure", pid);
tests/sys/audit/administrative.c
967
snprintf(adregex, sizeof(adregex), "set kernel mask.*%d.*success", pid);
tests/sys/audit/administrative.c
98
snprintf(adregex, sizeof(adregex), "settimeofday.*%d.*failure", pid);
tests/sys/audit/administrative.c
994
snprintf(adregex, sizeof(adregex), "set kernel mask.*%d.*failure", pid);
tests/sys/audit/file-attribute-access.c
1018
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-access.c
1051
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-access.c
1072
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-access.c
1106
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-access.c
1128
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-access.c
1162
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-access.c
1183
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-access.c
159
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-access.c
298
snprintf(extregex, sizeof(extregex), "fstatfs.*%jd.*return,success",
tests/sys/audit/file-attribute-access.c
342
snprintf(extregex, sizeof(extregex), "getfsstat.*%d.*success", pid);
tests/sys/audit/file-attribute-access.c
432
snprintf(extregex, sizeof(extregex), "fhopen.*%d.*return,success", pid);
tests/sys/audit/file-attribute-access.c
488
snprintf(extregex, sizeof(extregex), "fhstat.*%d.*return,success", pid);
tests/sys/audit/file-attribute-access.c
539
snprintf(extregex, sizeof(extregex), "fhstatfs.*%d.*success", pid);
tests/sys/audit/file-attribute-access.c
812
snprintf(extregex, sizeof(extregex), "fpathconf.*%d.*success", pid);
tests/sys/audit/file-attribute-access.c
870
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-access.c
896
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-access.c
932
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-access.c
958
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-access.c
993
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-modify.c
1006
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-modify.c
1032
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-modify.c
1063
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-modify.c
1089
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-modify.c
1119
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-modify.c
1145
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-modify.c
1181
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-modify.c
120
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-modify.c
1203
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-modify.c
1239
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-modify.c
1261
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-modify.c
1297
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-modify.c
1318
snprintf(extregex, sizeof(extregex),
tests/sys/audit/file-attribute-modify.c
163
snprintf(extregex, sizeof(extregex), "fsync.*%d.*return,success", pid);
tests/sys/audit/file-attribute-modify.c
255
snprintf(extregex, sizeof(extregex), "fchmod.*%d.*return,success", pid);
tests/sys/audit/file-attribute-modify.c
434
snprintf(extregex, sizeof(extregex), "fchown.*%d.*return,success", pid);
tests/sys/audit/file-attribute-modify.c
614
snprintf(extregex, sizeof(extregex), "fchflags.*%d.*ret.*success", pid);
tests/sys/audit/file-attribute-modify.c
67
snprintf(extregex, sizeof(extregex), "flock.*%d.*return,success", pid);
tests/sys/audit/file-attribute-modify.c
794
snprintf(extregex, sizeof(extregex), "futimes.*%d.*ret.*success", pid);
tests/sys/audit/file-attribute-modify.c
929
snprintf(extregex, sizeof(extregex), "mprotect.*%d.*ret.*success", pid);
tests/sys/audit/file-attribute-modify.c
978
snprintf(extregex, sizeof(extregex), "undelete.*%d.*ret.*failure", pid);
tests/sys/audit/file-close.c
113
snprintf(extregex, sizeof(extregex), "close.*%jd.*return,succes",
tests/sys/audit/file-close.c
181
snprintf(extregex, sizeof(extregex), "revoke.*%d.*return,success", pid);
tests/sys/audit/file-close.c
60
snprintf(extregex, sizeof(extregex), "munmap.*%d.*return,success", pid);
tests/sys/audit/inter-process.c
1013
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
1064
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
1116
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
1171
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
1223
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
1278
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
128
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
1340
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
1410
snprintf(ipcregex, sizeof(ipcregex), "shm_open.*%d.*ret.*success", pid);
tests/sys/audit/inter-process.c
1504
snprintf(ipcregex, sizeof(ipcregex), "pipe.*%d.*return,success", pid);
tests/sys/audit/inter-process.c
1529
snprintf(ipcregex, sizeof(ipcregex), "pipe.*%d.*return.failure", pid);
tests/sys/audit/inter-process.c
1555
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
191
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
241
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
288
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
340
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
415
snprintf(ipcregex, sizeof(ipcregex), "shmget.*ret.*success,%d", shmid);
tests/sys/audit/inter-process.c
467
snprintf(ipcregex, sizeof(ipcregex), "shmat.*Shared Memory "
tests/sys/audit/inter-process.c
513
snprintf(ipcregex, sizeof(ipcregex), "shmdt.*%d.*return,success", pid);
tests/sys/audit/inter-process.c
573
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
621
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
674
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
75
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
751
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
775
snprintf(ipcregex, sizeof(ipcregex), "semget.*%d.*return,failure", pid);
tests/sys/audit/inter-process.c
805
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
859
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
911
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/inter-process.c
962
snprintf(ipcregex, sizeof(ipcregex),
tests/sys/audit/ioctl.c
56
snprintf(ioregex, sizeof(ioregex),
tests/sys/audit/ioctl.c
80
snprintf(ioregex, sizeof(ioregex),
tests/sys/audit/miscellaneous.c
145
snprintf(miscreg, sizeof(miscreg), "sysarch.*%d.*return,failure", pid);
tests/sys/audit/miscellaneous.c
177
snprintf(miscreg, sizeof(miscreg), "sysctl.*%d.*return,success", pid);
tests/sys/audit/miscellaneous.c
200
snprintf(miscreg, sizeof(miscreg), "sysctl.*%d.*return,failure", pid);
tests/sys/audit/miscellaneous.c
59
snprintf(miscreg, sizeof(miscreg), "audit.*%d.*return,failure", pid);
tests/sys/audit/miscellaneous.c
83
snprintf(miscreg, sizeof(miscreg), "sysarch.*%d.*return,success", pid);
tests/sys/audit/network.c
1020
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
1049
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
1076
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
1099
snprintf(extregex, sizeof(extregex), "setfib.*%d.*return,success", pid);
tests/sys/audit/network.c
1122
snprintf(extregex, sizeof(extregex), "setfib.*%d.*return,failure", pid);
tests/sys/audit/network.c
125
snprintf(extregex, sizeof(extregex), "socket.*ret.*success,%d", sockfd);
tests/sys/audit/network.c
145
snprintf(extregex, sizeof(extregex), "socket.*%s", nosupregex);
tests/sys/audit/network.c
172
snprintf(extregex, sizeof(extregex), "socketpair.*0x0.*return,success");
tests/sys/audit/network.c
192
snprintf(extregex, sizeof(extregex), "socketpair.*%s", nosupregex);
tests/sys/audit/network.c
217
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
242
snprintf(extregex, sizeof(extregex), "setsockopt.*%s", invalregex);
tests/sys/audit/network.c
268
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
294
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
322
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
348
snprintf(extregex, sizeof(extregex), "bindat.*%s", invalregex);
tests/sys/audit/network.c
377
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
401
snprintf(extregex, sizeof(extregex), "listen.*%s", invalregex);
tests/sys/audit/network.c
433
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
461
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
495
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
523
snprintf(extregex, sizeof(extregex), "connectat.*%s", invalregex);
tests/sys/audit/network.c
561
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
584
snprintf(extregex, sizeof(extregex), "accept.*%s", invalregex);
tests/sys/audit/network.c
623
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
646
snprintf(extregex, sizeof(extregex), "send.*%s", invalregex);
tests/sys/audit/network.c
686
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
709
snprintf(extregex, sizeof(extregex), "recv.*%s", invalregex);
tests/sys/audit/network.c
745
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
768
snprintf(extregex, sizeof(extregex), "sendto.*%s", invalregex);
tests/sys/audit/network.c
806
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
829
snprintf(extregex, sizeof(extregex), "recvfrom.*%s", invalregex);
tests/sys/audit/network.c
868
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
891
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
936
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
959
snprintf(extregex, sizeof(extregex),
tests/sys/audit/network.c
993
snprintf(extregex, sizeof(extregex),
tests/sys/audit/open.c
110
snprintf(extregex, sizeof(extregex), \
tests/sys/audit/open.c
132
snprintf(extregex, sizeof(extregex), \
tests/sys/audit/open.c
70
snprintf(extregex, sizeof(extregex), \
tests/sys/audit/open.c
91
snprintf(extregex, sizeof(extregex), \
tests/sys/audit/process-control.c
1011
snprintf(pcregex, sizeof(pcregex), "setsid.*%d.*return,failure", pid);
tests/sys/audit/process-control.c
102
snprintf(pcregex, sizeof(pcregex), "exit.*%d.*success", pid);
tests/sys/audit/process-control.c
1046
snprintf(pcregex, sizeof(pcregex), "setrlimit.*%d.*ret.*success", pid);
tests/sys/audit/process-control.c
1071
snprintf(pcregex, sizeof(pcregex), "setrlimit.*%d.*ret.*failure", pid);
tests/sys/audit/process-control.c
1094
snprintf(pcregex, sizeof(pcregex), "mlock.*%d.*return,success", pid);
tests/sys/audit/process-control.c
1117
snprintf(pcregex, sizeof(pcregex), "mlock.*%d.*return,failure", pid);
tests/sys/audit/process-control.c
1140
snprintf(pcregex, sizeof(pcregex), "munlock.*%d.*return,success", pid);
tests/sys/audit/process-control.c
1163
snprintf(pcregex, sizeof(pcregex), "munlock.*%d.*return,failure", pid);
tests/sys/audit/process-control.c
1186
snprintf(pcregex, sizeof(pcregex), "minherit.*%d.*return,success", pid);
tests/sys/audit/process-control.c
1209
snprintf(pcregex, sizeof(pcregex), "minherit.*%d.*return,failure", pid);
tests/sys/audit/process-control.c
1233
snprintf(pcregex, sizeof(pcregex), "setlogin.*%d.*return,success", pid);
tests/sys/audit/process-control.c
1258
snprintf(pcregex, sizeof(pcregex), "setlogin.*%d.*return,failure", pid);
tests/sys/audit/process-control.c
1282
snprintf(pcregex, sizeof(pcregex), "rtprio.*%d.*return,success", pid);
tests/sys/audit/process-control.c
129
snprintf(pcregex, sizeof(pcregex), "rfork.*%d.*return,success", pid);
tests/sys/audit/process-control.c
1305
snprintf(pcregex, sizeof(pcregex), "rtprio.*%d.*return,failure", pid);
tests/sys/audit/process-control.c
1328
snprintf(pcregex, sizeof(pcregex), "profil.*%d.*return,success", pid);
tests/sys/audit/process-control.c
1353
snprintf(pcregex, sizeof(pcregex), "profil.*%d.*return,failure", pid);
tests/sys/audit/process-control.c
1376
snprintf(pcregex, sizeof(pcregex), "ptrace.*%d.*return,success", pid);
tests/sys/audit/process-control.c
1399
snprintf(pcregex, sizeof(pcregex), "ptrace.*%d.*return,failure", pid);
tests/sys/audit/process-control.c
1422
snprintf(pcregex, sizeof(pcregex), "ktrace.*%d.*return,success", pid);
tests/sys/audit/process-control.c
1445
snprintf(pcregex, sizeof(pcregex), "ktrace.*%d.*return,failure", pid);
tests/sys/audit/process-control.c
1468
snprintf(pcregex, sizeof(pcregex), "procctl.*%d.*return,success", pid);
tests/sys/audit/process-control.c
1493
snprintf(pcregex, sizeof(pcregex), "procctl.*%d.*return,failure", pid);
tests/sys/audit/process-control.c
1520
snprintf(pcregex, sizeof(pcregex),
tests/sys/audit/process-control.c
155
snprintf(pcregex, sizeof(pcregex), "rfork.*%d.*return,failure", pid);
tests/sys/audit/process-control.c
1551
snprintf(pcregex, sizeof(pcregex), "cap_getmode.*%d.*success", pid);
tests/sys/audit/process-control.c
1574
snprintf(pcregex, sizeof(pcregex), "cap_getmode.*%d.*failure", pid);
tests/sys/audit/process-control.c
179
snprintf(pcregex, sizeof(pcregex), "wait4.*%d.*return,success", pid);
tests/sys/audit/process-control.c
208
snprintf(pcregex, sizeof(pcregex), "wait4.*%d.*return,failure", pid);
tests/sys/audit/process-control.c
232
snprintf(pcregex, sizeof(pcregex), "wait6.*%d.*return,success", pid);
tests/sys/audit/process-control.c
260
snprintf(pcregex, sizeof(pcregex), "wait6.*%d.*return,failure", pid);
tests/sys/audit/process-control.c
284
snprintf(pcregex, sizeof(pcregex), "kill.*%d.*return,success", pid);
tests/sys/audit/process-control.c
308
snprintf(pcregex, sizeof(pcregex), "kill.*%d.*return,failure", pid);
tests/sys/audit/process-control.c
336
snprintf(pcregex, sizeof(pcregex), "chdir.*/.*%d.*return,success", pid);
tests/sys/audit/process-control.c
359
snprintf(pcregex, sizeof(pcregex), "chdir.*%d.*return,failure", pid);
tests/sys/audit/process-control.c
389
snprintf(pcregex, sizeof(pcregex), "fchdir.*%d.*return,success", pid);
tests/sys/audit/process-control.c
413
snprintf(pcregex, sizeof(pcregex), "fchdir.*%d.*return,failure", pid);
tests/sys/audit/process-control.c
437
snprintf(pcregex, sizeof(pcregex), "chroot.*%d.*return,success", pid);
tests/sys/audit/process-control.c
461
snprintf(pcregex, sizeof(pcregex), "chroot.*%d.*return,failure", pid);
tests/sys/audit/process-control.c
484
snprintf(pcregex, sizeof(pcregex), "umask.*%d.*return,success", pid);
tests/sys/audit/process-control.c
511
snprintf(pcregex, sizeof(pcregex), "setuid.*%d.*return,success", pid);
tests/sys/audit/process-control.c
540
snprintf(pcregex, sizeof(pcregex), "seteuid.*%d.*return,success", pid);
tests/sys/audit/process-control.c
569
snprintf(pcregex, sizeof(pcregex), "setgid.*%d.*return,success", pid);
tests/sys/audit/process-control.c
597
snprintf(pcregex, sizeof(pcregex), "setegid.*%d.*return,success", pid);
tests/sys/audit/process-control.c
625
snprintf(pcregex, sizeof(pcregex), "setregid.*%d.*return,success", pid);
tests/sys/audit/process-control.c
654
snprintf(pcregex, sizeof(pcregex), "setreuid.*%d.*return,success", pid);
tests/sys/audit/process-control.c
68
snprintf(pcregex, sizeof(pcregex), "fork.*%d.*return,success", pid);
tests/sys/audit/process-control.c
683
snprintf(pcregex, sizeof(pcregex), "setresuid.*%d.*return,success", pid);
tests/sys/audit/process-control.c
712
snprintf(pcregex, sizeof(pcregex), "setresgid.*%d.*ret.*success", pid);
tests/sys/audit/process-control.c
741
snprintf(pcregex, sizeof(pcregex), "getresuid.*%d.*ret.*success", pid);
tests/sys/audit/process-control.c
764
snprintf(pcregex, sizeof(pcregex), "getresuid.*%d.*ret.*failure", pid);
tests/sys/audit/process-control.c
788
snprintf(pcregex, sizeof(pcregex), "getresgid.*%d.*ret.*success", pid);
tests/sys/audit/process-control.c
811
snprintf(pcregex, sizeof(pcregex), "getresgid.*%d.*ret.*failure", pid);
tests/sys/audit/process-control.c
835
snprintf(pcregex, sizeof(pcregex), "setpriority.*%d.*success", pid);
tests/sys/audit/process-control.c
858
snprintf(pcregex, sizeof(pcregex), "setpriority.*%d.*failure", pid);
tests/sys/audit/process-control.c
882
snprintf(pcregex, sizeof(pcregex), "setgroups.*%d.*ret.*success", pid);
tests/sys/audit/process-control.c
907
snprintf(pcregex, sizeof(pcregex), "setgroups.*%d.*ret.*failure", pid);
tests/sys/audit/process-control.c
935
snprintf(pcregex, sizeof(pcregex), "setpgrp.*%d.*success", pid);
tests/sys/audit/process-control.c
959
snprintf(pcregex, sizeof(pcregex), "setpgrp.*%d.*return,failure", pid);
tests/sys/audit/process-control.c
987
snprintf(pcregex, sizeof(pcregex), "setsid.*%d.*success", pid);
tests/sys/capsicum/ioctls_test.c
55
snprintf(buf, sizeof(buf), "%s:%d: %s\n", file, line, str);
tests/sys/cddl/zfs/bin/chg_usr_exec.c
52
(void) snprintf(cmds+len, sizeof (cmds)-len,
tests/sys/cddl/zfs/bin/mktree.c
142
(void) snprintf(fdname, sizeof (fdname),
tests/sys/cddl/zfs/bin/mktree.c
164
(void) snprintf(pbuf+offset, size-offset, "%s", context);
tests/sys/cddl/zfs/tests/ctime/ctime_001_pos.c
122
(void) snprintf(tfile, sizeof (tfile), "%s/%s", env_vals[0],
tests/sys/cddl/zfs/tests/ctime/ctime_001_pos.c
276
snprintf(link_file, sizeof (link_file), "%s", pfile);
tests/sys/cddl/zfs/tests/ctime/ctime_001_pos.c
278
snprintf(ptr + 1,
tests/sys/devrandom/uint128_test.c
77
rc = snprintf(buf, sz, "0x%x ", vx[i]);
tests/sys/file/flock_helper.c
1206
snprintf(outbuf, sizeof(outbuf),
tests/sys/file/flock_helper.c
1231
snprintf(outbuf, sizeof(outbuf),
tests/sys/file/flock_helper.c
1289
snprintf(outbuf, sizeof(outbuf),
tests/sys/file/path_test.c
620
snprintf(path, sizeof(path), "path_fexecve.XXXXXX");
tests/sys/file/path_test.c
638
snprintf(path, sizeof(path), "path_fifo.XXXXXX");
tests/sys/file/path_test.c
688
snprintf(path, sizeof(path), "path_io.XXXXXX");
tests/sys/file/path_test.c
73
snprintf(path, PATH_MAX, "%s", template);
tests/sys/file/path_test.c
809
snprintf(path, sizeof(path), "path_rights.XXXXXX");
tests/sys/file/path_test.c
86
snprintf(path, PATH_MAX, "%s", template);
tests/sys/file/path_test.c
941
snprintf(path, sizeof(path), "path_unix.XXXXXX");
tests/sys/fs/fusefs/mockfs.cc
485
snprintf(val, sizeof(val), "%d", m_maxread);
tests/sys/fs/fusefs/readdir.cc
386
snprintf(it.d_name, MAXNAMLEN, "file.%d", i);
tests/sys/fs/fusefs/readdir.cc
394
snprintf(it.d_name, MAXNAMLEN, "file.%d", i);
tests/sys/fs/fusefs/readdir.cc
402
snprintf(it.d_name, MAXNAMLEN, "file.%d", i);
tests/sys/fs/fusefs/readlink.cc
156
len = snprintf(want, sizeof(want), "%s/mountpoint%s", wd, dst);
tests/sys/kern/copy_file_range.c
34
snprintf(file, sizeof(file), "testfile.XXXXXX");
tests/sys/kern/inotify_test.c
272
snprintf(file, sizeof(file), "%s/file", path);
tests/sys/kern/inotify_test.c
422
(void)snprintf(name, sizeof(name), "file%d", i);
tests/sys/kern/inotify_test.c
435
(void)snprintf(name, sizeof(name), "file%d", i);
tests/sys/kern/inotify_test.c
504
snprintf(path, sizeof(path), "%s/dir", root);
tests/sys/kern/inotify_test.c
581
snprintf(file1, sizeof(file1), "%s/file", dir);
tests/sys/kern/inotify_test.c
623
snprintf(path, sizeof(path), "%s/file", root);
tests/sys/kern/inotify_test.c
641
snprintf(path1, sizeof(path1), "%s/link", root);
tests/sys/kern/inotify_test.c
647
snprintf(path, sizeof(path), "%s/dir", root);
tests/sys/kern/inotify_test.c
653
snprintf(path1, sizeof(path1), "%s/symlink", root);
tests/sys/kern/inotify_test.c
659
snprintf(path, sizeof(path), "%s/fifo", root);
tests/sys/kern/inotify_test.c
669
snprintf(sun.sun_path, sizeof(sun.sun_path), "%s/socket", root);
tests/sys/kern/inotify_test.c
688
snprintf(path, sizeof(path), "%s/file", root);
tests/sys/kern/inotify_test.c
705
snprintf(file, sizeof(file), "%s/file2", root);
tests/sys/kern/inotify_test.c
738
snprintf(path1, sizeof(path1), "%s/file", dir1);
tests/sys/kern/inotify_test.c
742
snprintf(path2, sizeof(path2), "%s/file2", dir2);
tests/sys/kern/inotify_test.c
750
snprintf(path2, sizeof(path2), "%s/dir", dir2);
tests/sys/kern/inotify_test.c
774
snprintf(subdir1, sizeof(subdir1), "%s/subdir", dir);
tests/sys/kern/inotify_test.c
780
snprintf(subdir2, sizeof(subdir2), "%s/newsubdir", dir);
tests/sys/kern/inotify_test.c
804
snprintf(path, sizeof(path), "%s/file", root);
tests/sys/kern/inotify_test.c
820
snprintf(path, sizeof(path), "%s/fifo", root);
tests/sys/kern/kern_descrip_test.c
166
snprintf(buf, sizeof(buf), "%d", oldmaxfiles);
tests/sys/kern/ktrace_test.c
80
snprintf(buf, sizeof(buf), "%s:%d: ", file, line);
tests/sys/kern/pdeathsig.c
134
snprintf(exec_path, sizeof(exec_path), "%s/pdeathsig_helper",
tests/sys/kern/ptrace_test.c
104
snprintf(buf, sizeof(buf), "%s:%d: ", file, line);
tests/sys/kern/ptrace_test.c
3508
(void)snprintf(tmpfile, sizeof(tmpfile), "./ptrace.XXXXXX");
tests/sys/kern/sigsys.c
73
snprintf(buf, sizeof(buf), "%d", oldval);
tests/sys/kern/socket_splice.c
431
snprintf(path, sizeof(path), "/tmp/splice_error.XXXXXX");
tests/sys/kern/ssl_sendfile.c
155
ATF_REQUIRE(snprintf(hostname, sizeof(hostname), "localhost:%u",
tests/sys/kern/sysctl_kern_proc.c
180
snprintf(tmp, sizeof(tmp), "tmp.XXXXXX");
tests/sys/kern/unix_dgram.c
385
snprintf(sun.sun_path, sizeof(sun.sun_path), "%s", name);
tests/sys/kern/unix_passfd_test.c
1204
snprintf(sun.sun_path, sizeof(sun.sun_path), "listen.sock");
tests/sys/kern/unix_passfd_test.c
96
snprintf(path, PATH_MAX, "%s/unix_passfd.XXXXXXXXXXXXXXX",
tests/sys/kqueue/libkqueue/main.c
122
snprintf(buf, 1024, "fflags = %x (", kev->fflags);
tests/sys/kqueue/libkqueue/main.c
131
snprintf(buf, 1024, "fflags = %x (", kev->fflags);
tests/sys/kqueue/libkqueue/main.c
137
snprintf(buf, 1024, "fflags = %x (", kev->fflags);
tests/sys/kqueue/libkqueue/main.c
152
snprintf(buf, 1024, "fflags = %x", kev->fflags);
tests/sys/kqueue/libkqueue/main.c
170
snprintf(buf, 1024, "flags = %d (", kev->flags);
tests/sys/kqueue/libkqueue/main.c
198
snprintf(&buf[0], sizeof(buf),
tests/sys/kqueue/libkqueue/proc.c
83
snprintf(test_id, sizeof(test_id),
tests/sys/net/if_ovpn/if_ovpn_c.c
112
snprintf(drv.ifd_name, IFNAMSIZ, "%s", ovpn_ifname);
tests/sys/net/if_ovpn/if_ovpn_c.c
45
snprintf(ifr.ifr_name, IFNAMSIZ, "ovpn");
tests/sys/net/if_ovpn/if_ovpn_c.c
50
snprintf(ovpn_ifname, IFNAMSIZ, "%s", ifr.ifr_name);
tests/sys/net/if_ovpn/if_ovpn_c.c
68
snprintf(ifr.ifr_name, IFNAMSIZ, "%s", ovpn_ifname);
tests/sys/net/routing/rtsock_common.h
189
snprintf(path, sizeof(path), "/dev/%s", ifname);
tests/sys/net/routing/rtsock_common.h
216
snprintf(cmd, sizeof(cmd), "/sbin/ifconfig %s %s %s/%d", ifname,
tests/sys/net/routing/rtsock_common.h
233
snprintf(cmd, sizeof(cmd), "/sbin/ifconfig %s inet6 %s delete", ifname, addr);
tests/sys/net/routing/rtsock_common.h
236
snprintf(cmd, sizeof(cmd), "/sbin/ifconfig %s -alias %s", ifname, addr);
tests/sys/net/routing/rtsock_common.h
321
snprintf(cmd, sizeof(cmd), "/usr/sbin/jexec %s /sbin/ifconfig -l", vnet_name);
tests/sys/net/routing/rtsock_common.h
348
len = snprintf(cmd, sizeof(cmd),
tests/sys/net/routing/rtsock_common.h
351
len += snprintf(&cmd[len], sizeof(cmd) - len,
tests/sys/net/routing/rtsock_common.h
408
snprintf(msg, sz, "first sa is NULL");
tests/sys/net/routing/rtsock_common.h
412
snprintf(msg, sz, "second sa is NULL");
tests/sys/net/routing/rtsock_common.h
417
snprintf(msg, sz, "family: %d vs %d", a->sa_family, b->sa_family);
tests/sys/net/routing/rtsock_common.h
421
snprintf(msg, sz, "len: %d vs %d", a->sa_len, b->sa_len);
tests/sys/net/routing/rtsock_common.h
432
snprintf(msg, sz, "addr diff: %s vs %s", a_s, b_s);
tests/sys/net/routing/rtsock_common.h
436
snprintf(msg, sz, "port diff: %d vs %d",
tests/sys/net/routing/rtsock_common.h
444
snprintf(msg, sz, "zero diff: 0x%08X%08X vs 0x%08X%08X",
tests/sys/net/routing/rtsock_common.h
456
snprintf(msg, sz, "addr diff: %s vs %s", a_s, b_s);
tests/sys/net/routing/rtsock_common.h
460
snprintf(msg, sz, "scope diff: %u vs %u", a6->sin6_scope_id, b6->sin6_scope_id);
tests/sys/net/routing/rtsock_common.h
469
snprintf(msg, sz, "sdl_index diff: %u vs %u", al->sdl_index, bl->sdl_index);
tests/sys/net/routing/rtsock_common.h
477
snprintf(msg, sz, "sdl_alen diff: {%s} (%d) vs {%s} (%d)",
tests/sys/net/routing/rtsock_common.h
483
snprintf(msg, sz, "sdl_type diff: %u vs %u", al->sdl_type, bl->sdl_type);
tests/sys/net/routing/rtsock_common.h
494
snprintf(msg, sz, "sdl_nlen diff: {%s} (%d) vs {%s} (%d)",
tests/sys/net/routing/rtsock_common.h
513
snprintf(msg, sz, "overall memcmp() reports diff for af %d offset %d",
tests/sys/net/routing/rtsock_config.h
160
snprintf(cmd, sizeof(cmd), "%s/generic_cleanup.sh", srcdir);
tests/sys/net/routing/rtsock_print.h
146
one_len = snprintf(ptr, rem_len, fmt, __VA_ARGS__); \
tests/sys/net/routing/rtsock_print.h
186
snprintf(ptr, rem_len, "{%d}", repeat_count);
tests/sys/net/routing/rtsock_print.h
404
snprintf(cmdbuf, sizeof(cmdbuf), "/usr/bin/netstat -%srnW", key);
tests/sys/net/routing/rtsock_print.h
407
snprintf(cmdbuf, sizeof(cmdbuf), "/usr/bin/netstat -%sonW", key);
tests/sys/net/routing/test_rtsock_l3.c
41
snprintf(vnet_name, sizeof(vnet_name), "vt-%s", atf_tc_get_ident(tc));
tests/sys/net/routing/test_rtsock_lladdr.c
133
snprintf(str_buf, sizeof(str_buf), "%s%%%s", v6addr, c->ifname);
tests/sys/net/routing/test_rtsock_lladdr.c
137
snprintf(str_buf, sizeof(str_buf), "%s%%%s", c->remote_lladdr, c->ifname);
tests/sys/net/routing/test_rtsock_lladdr.c
186
snprintf(str_buf, sizeof(str_buf), "%s%%%s", c->remote_lladdr, c->ifname);
tests/sys/net/routing/test_rtsock_lladdr.c
237
snprintf(str_buf, sizeof(str_buf), "%s%%%s", c->remote_lladdr, c->ifname);
tests/sys/net/routing/test_rtsock_lladdr.c
279
snprintf(str_buf, sizeof(str_buf), "%s%%%s", v6addr, c->ifname);
tests/sys/net/routing/test_rtsock_lladdr.c
283
snprintf(str_buf, sizeof(str_buf), "%s%%%s", c->remote_lladdr, c->ifname);
tests/sys/net/routing/test_rtsock_lladdr.c
329
snprintf(str_buf, sizeof(str_buf), "%s%%%s", c->remote_lladdr, c->ifname);
tests/sys/net/routing/test_rtsock_lladdr.c
36
snprintf(vnet_name, sizeof(vnet_name), "vt-%s", atf_tc_get_ident(tc));
tests/sys/net/routing/test_rtsock_lladdr.c
374
snprintf(str_buf, sizeof(str_buf), "%s%%%s", c->remote_lladdr, c->ifname);
tests/sys/netgraph/bridge.c
289
snprintf(hook, sizeof(hook), "link%d", i);
tests/sys/netgraph/bridge.c
360
snprintf(hook, sizeof(hook), "link%d", i);
tests/sys/netgraph/hub.c
205
snprintf(hook, sizeof(hook), "hook%d", i);
tests/sys/netgraph/vlan_rotate.c
113
snprintf(cmd, sizeof(cmd), "setconf { min=0 max=9 rot=%d }", rot);
tests/sys/netgraph/vlan_rotate.c
214
snprintf(cmd, sizeof(cmd), "setconf { min=0 max=9 rot=%d }", rot);
tests/sys/netmap/ctrl-api-test.c
2209
snprintf(ctx_.ifname, sizeof(ctx_.ifname), "tap%d", idx);
tests/sys/netmap/ctrl-api-test.c
2211
snprintf(ctx_.bdgname, sizeof(ctx_.bdgname), "vale%d", idx);
tests/sys/netmap/ctrl-api-test.c
534
if (snprintf(vpname, NM_IFNAMSZ, "%s:%s", ctx->bdgname, ctx->ifname_ext) >= NM_IFNAMSZ) {
tests/sys/posixshm/posixshm_test.c
62
snprintf(path, TEST_PATH_LEN, "/%s/tmp.XXXXXX%d",
tests/sys/ses/nondestructive.c
265
snprintf(cmd, sizeof(cmd), "sg_ses -p1 %s", devname);
tests/sys/ses/nondestructive.c
354
snprintf(cmd, sizeof(cmd),
tests/sys/ses/nondestructive.c
411
snprintf(cmd, sizeof(cmd), "sg_ses -p1 %s", devname);
tests/sys/ses/nondestructive.c
462
snprintf(cmd, sizeof(cmd), "sg_inq -o %s | awk '"
tests/sys/ses/nondestructive.c
508
snprintf(cmd, sizeof(cmd), "sg_ses -p2 %s "
tests/sys/ses/nondestructive.c
554
snprintf(cmd, sizeof(cmd), "sg_ses -p1 %s", devname);
tests/sys/ses/nondestructive.c
610
snprintf(cmd, sizeof(cmd), "sg_ses -p4 -rr %s", devname);
tests/sys/ses/nondestructive.c
63
snprintf(cmd, sizeof(cmd), "sg_ses -p7 %s", devname);
tests/sys/vm/mlock_test.c
124
snprintf(filename, sizeof(filename), "tmp.XXXXXX");
tests/sys/vm/mlock_test.c
153
snprintf(filename, sizeof(filename), "tmp.XXXXXX");
tools/bus_space/bus.c
101
len = snprintf(path, PATH_MAX, "/dev/proto/%s/%s", dev, res);
tools/bus_space/busdma.c
189
len = snprintf(path, PATH_MAX, "/dev/proto/%s/busdma", dev);
tools/diag/prtblknos/prtblknos.c
211
snprintf(buf, 100, " distance %jd", (intmax_t)delta);
tools/diag/prtblknos/prtblknos.c
214
snprintf(buf, 100, " cg %d blk %jd to cg %d blk %jd",
tools/regression/kgssapi/gsstest.c
129
snprintf(token_buffer, sizeof(token_buffer),
tools/regression/netinet/msocket_ifnet_remove/msocket_ifnet_remove.c
117
snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%s%d", DISC_IFNAME,
tools/regression/netinet/msocket_ifnet_remove/msocket_ifnet_remove.c
142
snprintf(ifra.ifra_name, sizeof(ifra.ifra_name), "%s%d", ifname,
tools/regression/netinet/msocket_ifnet_remove/msocket_ifnet_remove.c
91
snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%s%d", DISC_IFNAME,
tools/regression/netinet6/inet6_rth/test_subr.c
103
len = snprintf(sbuf, LINESIZE, "not ok");
tools/regression/netinet6/inet6_rth/test_subr.c
104
snprintf(g_errbuf, LINESIZE,
tools/regression/netinet6/inet6_rth/test_subr.c
108
snprintf(sbuf + len, LINESIZE - len, " %d - %s (%s)",
tools/regression/netinet6/inet6_rth/test_subr.c
128
snprintf(g_testdesc, LINESIZE, desc);
tools/regression/netinet6/inet6_rth/test_subr.c
145
len = snprintf(sbuf, LINESIZE, "ok");
tools/regression/netinet6/inet6_rth/test_subr.c
149
len = snprintf(sbuf, LINESIZE, "not ok");
tools/regression/netinet6/inet6_rth/test_subr.c
150
snprintf(g_errbuf, LINESIZE,
tools/regression/netinet6/inet6_rth/test_subr.c
154
snprintf(sbuf + len, LINESIZE - len, " %d - %s (%s)",
tools/regression/netinet6/inet6_rth/test_subr.c
61
snprintf(g_testdesc, LINESIZE, desc);
tools/regression/netinet6/inet6_rth/test_subr.c
66
len = snprintf(sbuf, LINESIZE, "ok");
tools/regression/netinet6/inet6_rth/test_subr.c
70
len = snprintf(sbuf, LINESIZE, "not ok");
tools/regression/netinet6/inet6_rth/test_subr.c
71
snprintf(g_errbuf, LINESIZE, " : Expected %#x, but got %#x",
tools/regression/netinet6/inet6_rth/test_subr.c
75
snprintf(sbuf + len, LINESIZE - len, " %d - %s (%s)",
tools/regression/netinet6/inet6_rth/test_subr.c
94
snprintf(g_testdesc, LINESIZE, desc);
tools/regression/netinet6/inet6_rth/test_subr.c
99
len = snprintf(sbuf, LINESIZE, "ok");
tools/regression/poll/sockpoll.c
21
snprintf(out + size, out_size - size, "%s", s);
tools/regression/poll/sockpoll.c
59
snprintf(buf, sizeof(buf), "%s%x", out[0] != 0 ? " | " : "",
tools/regression/posixsem/posixsem.c
1242
snprintf(buffer, sizeof(buffer), "%s%d", TEST_PATH, i);
tools/regression/posixsem/posixsem.c
1288
snprintf(buffer, sizeof(buffer), "%s%d", TEST_PATH, i);
tools/regression/posixsem/posixsem.c
1398
snprintf(buffer, sizeof(buffer), "%s%d", TEST_PATH, i);
tools/regression/rpcsec_gss/rpctest.c
297
snprintf(principal, sizeof(principal), "host@%s", hostname);
tools/regression/sockets/sendfile/sendfile.c
464
snprintf(path, sizeof(path), "sendfile.XXXXXXXXXXXX");
tools/regression/sockets/unix_bindconnect/unix_bindconnect.c
105
if (snprintf(sun.sun_path, sizeof(sun.sun_path), "%s", socket_path)
tools/regression/sockets/unix_bindconnect/unix_bindconnect.c
206
if (snprintf(socket_path, sizeof(socket_path), "%s/%s",
tools/regression/sockets/unix_bindconnect/unix_bindconnect.c
216
if (snprintf(sun.sun_path, sizeof(sun.sun_path), "%s", socket_path)
tools/regression/sockets/unix_bindconnect/unix_bindconnect.c
95
if (snprintf(socket_path, sizeof(socket_path), "%s/%s",
tools/regression/sockets/unix_cmsg/unix_cmsg.c
328
rv = snprintf(uc_cfg.serv_addr_sun.sun_path, sizeof(uc_cfg.serv_addr_sun.sun_path),
tools/regression/sockets/unix_gc/unix_gc.c
537
snprintf(sun.sun_path, sizeof(sun.sun_path), "%s/%s", dpath, test);
tools/regression/sockets/unix_gc/unix_gc.c
586
snprintf(sun.sun_path, sizeof(sun.sun_path), "%s/%s", dpath, test);
tools/regression/sockets/unix_gc/unix_gc.c
601
snprintf(sun.sun_path, sizeof(sun.sun_path), "%s/%s", dpath, test);
tools/regression/sockets/unix_gc/unix_gc.c
776
snprintf(cmd, sizeof(cmd), "%s %s", RMDIR, dpath);
tools/regression/ufs/uprintf/ufs_uprintf.c
137
snprintf(path, PATH_MAX, "%d", i);
tools/regression/ufs/uprintf/ufs_uprintf.c
166
snprintf(path, PATH_MAX, "%d", i);
tools/test/netfibs/reflect.c
95
l = snprintf(buf, buflen, "FIB %u\n", reflectfib);
tools/test/ptrace/scescx.c
126
snprintf(de, sizeof(de), "<%d>", i);
tools/test/ptrace/scescx.c
59
snprintf(b, sizeof(b), "EXIT(%d)", WEXITSTATUS(status));
tools/test/ptrace/scescx.c
67
snprintf(b, sizeof(b), "SIG(%s)", strsignal(WTERMSIG(status)));
tools/test/ptrace/scescx.c
77
snprintf(b, sizeof(b), "SIG(%s)", strsignal(WSTOPSIG(status)));
tools/test/stress2/lib/options.c
230
if (snprintf(path, sizeof(path), "%s/%s.conf", op->cd,
tools/test/stress2/lib/options.c
242
snprintf(buf, sizeof(buf), "%lu", v);
tools/test/stress2/lib/options.c
88
snprintf(help, sizeof(help), "%s%s", getprogname(), name);
tools/test/stress2/lib/resources.c
163
snprintf(lockpath, sizeof(lockpath), "%s/lock", op->cd);
tools/test/stress2/lib/resources.c
184
snprintf(dfpath, sizeof(dfpath), "%s/df", op->cd);
tools/test/stress2/lib/resources.c
195
snprintf(buf, sizeof(buf), "%jd %jd", *block, *inode);
tools/test/stress2/lib/resources.c
235
snprintf(buf, sizeof(buf), "%jd %jd", blocks, inodes);
tools/test/stress2/testcases/run/run.c
100
snprintf(fullpath, sizeof(fullpath), "%s/%s", home,
tools/test/stress2/testcases/run/run.c
70
snprintf(buf, sizeof(buf),
tools/test/stress2/tools/bench.c
104
snprintf(file, sizeof(file), "%s.%06d.%03d",
tools/test/stress2/tools/bench.c
133
snprintf(file, sizeof(file), "%s/%s.%06d.%03d",
tools/test/stress2/tools/bench.c
143
snprintf(file, sizeof(file), "%s/%s.%06d.%03d",
tools/test/stress2/tools/bench.c
166
snprintf(file, sizeof(file), "%s.%06d.%03d",
tools/test/stress2/tools/bench.c
172
snprintf(new, sizeof(new), "%s.%06d.%03d.new",
tools/test/stress2/tools/bench.c
199
snprintf(file, sizeof(file), "rw1.%06d.%03d", getpid(), i);
tools/test/stress2/tools/bench.c
208
snprintf(file, sizeof(file), "rw1.%06d.%03d", getpid(), i);
tools/test/stress2/tools/bench.c
217
snprintf(file, sizeof(file), "rw1.%06d.%03d", getpid(), i);
tools/test/stress2/tools/bench.c
239
snprintf(file, sizeof(file), "rw1.%06d.%03d", getpid(), i);
tools/test/stress2/tools/bench.c
248
snprintf(file, sizeof(file), "rw1.%06d.%03d", getpid(), i);
tools/test/stress2/tools/bench.c
257
snprintf(file, sizeof(file), "rw1.%06d.%03d", getpid(), i);
tools/test/stress2/tools/bench.c
270
snprintf(dir, sizeof(dir), "f%d.%d.d",getpid(), idx);
tools/test/stress2/tools/bench.c
73
snprintf(file, sizeof(file), "%s.%06d.%03d",
tools/test/stress2/tools/bench.c
83
snprintf(file, sizeof(file), "%s.%06d.%03d",
tools/tools/ath/athaggrstats/athaggrstats.c
214
snprintf(b, bs, "MCS%u", rate &~ IEEE80211_RATE_MCS);
tools/tools/ath/athaggrstats/athaggrstats.c
216
snprintf(b, bs, "%u.5M", rate / 2);
tools/tools/ath/athaggrstats/athaggrstats.c
218
snprintf(b, bs, "%uM", rate / 2);
tools/tools/ath/athaggrstats/athaggrstats.c
226
snprintf(b, bs, "%u", wf->cur.aggr_##x - wf->total.aggr_##x); return 1
tools/tools/ath/athaggrstats/athaggrstats.c
228
snprintf(b, bs, "%u", wf->cur.aggr_pkts[x] - wf->total.aggr_pkts[x]); return 1
tools/tools/ath/athaggrstats/athaggrstats.c
282
snprintf(b, bs, "%u", wf->total.aggr_##x); return 1
tools/tools/ath/athaggrstats/athaggrstats.c
284
snprintf(b, bs, "%u", wf->total.aggr_pkts[x]); return 1
tools/tools/ath/athdebug/athdebug.c
175
snprintf(oid, sizeof(oid), "dev.%s.debug", ifname);
tools/tools/ath/athdebug/athdebug.c
177
snprintf(oid, sizeof(oid), "dev.ath.%s.debug", ifname+3);
tools/tools/ath/athdecode/main.c
383
snprintf(buf, sizeof (buf), "AR_%s (0x%x)", dr->name, r->reg);
tools/tools/ath/athdecode/main.c
386
snprintf(buf, sizeof (buf), "AR_KEYTABLE%u(%u) (0x%x)",
tools/tools/ath/athdecode/main.c
392
snprintf(buf, sizeof (buf), "AR_PHY_PCDAC_TX_POWER(%u) (0x%x)",
tools/tools/ath/athdecode/main.c
397
snprintf(buf, sizeof (buf), "AR_RATE_DURATION(0x%x) (0x%x)",
tools/tools/ath/athdecode/main.c
401
snprintf(buf, sizeof (buf), "AR_PHY(%u) (0x%x)",
tools/tools/ath/athdecode/main.c
405
snprintf(buf, sizeof (buf), "0x%x", r->reg);
tools/tools/ath/athprom/athprom.c
79
snprintf(filename, sizeof(filename), "%s/eeprom-%d.%d",
tools/tools/ath/athprom/athprom.c
84
snprintf(filename, sizeof(filename), "%s/eeprom-%d",
tools/tools/ath/athregs/dumpregs.c
650
snprintf(etherbuf, sizeof(etherbuf), "%02x:%02x:%02x:%02x:%02x:%02x",
tools/tools/ath/athstats/athstats.c
1004
snprintf(b, bs, "%d", wf->total.ath.ast_rx_noise);
tools/tools/ath/athstats/athstats.c
1007
snprintf(b, bs, "%d",
tools/tools/ath/athstats/athstats.c
1011
snprintf(b, bs, "%d",
tools/tools/ath/athstats/athstats.c
542
snprintf(b, bs, "MCS%u", rate &~ IEEE80211_RATE_MCS);
tools/tools/ath/athstats/athstats.c
544
snprintf(b, bs, "%u.5M", rate / 2);
tools/tools/ath/athstats/athstats.c
546
snprintf(b, bs, "%uM", rate / 2);
tools/tools/ath/athstats/athstats.c
554
snprintf(b, bs, "%u", wf->cur.ath.ast_##x - wf->total.ath.ast_##x); return 1
tools/tools/ath/athstats/athstats.c
556
snprintf(b, bs, "%u", wf->cur.ath.ast_rx_phy[x] - wf->total.ath.ast_rx_phy[x]); return 1
tools/tools/ath/athstats/athstats.c
558
snprintf(b, bs, "%u", wf->cur.ani_state.x); return 1
tools/tools/ath/athstats/athstats.c
560
snprintf(b, bs, "%u", wf->cur.ani_stats.ast_ani_##x - wf->total.ani_stats.ast_ani_##x); return 1
tools/tools/ath/athstats/athstats.c
562
snprintf(b, bs, "%u", wf->cur.ani_stats.ast_mibstats.x - wf->total.ani_stats.ast_mibstats.x); return 1
tools/tools/ath/athstats/athstats.c
564
snprintf(b, bs, "%u", wf->cur.ath.ast_ant_tx[x] - wf->total.ath.ast_ant_tx[x]); return 1
tools/tools/ath/athstats/athstats.c
566
snprintf(b, bs, "%u", wf->cur.ath.ast_ant_rx[x] - wf->total.ath.ast_ant_rx[x]); return 1
tools/tools/ath/athstats/athstats.c
570
snprintf(b, bs, "%lu",
tools/tools/ath/athstats/athstats.c
576
snprintf(b, bs, "%lu",
tools/tools/ath/athstats/athstats.c
659
snprintf(b, bs, "%d", wf->cur.ath.ast_tx_rssi);
tools/tools/ath/athstats/athstats.c
662
snprintf(b, bs, "%d", wf->cur.ath.ast_rx_rssi);
tools/tools/ath/athstats/athstats.c
674
snprintf(b, bs, "-%d/+%d",
tools/tools/ath/athstats/athstats.c
712
snprintf(b, bs, "%u",
tools/tools/ath/athstats/athstats.c
716
snprintf(b, bs, "%u",
tools/tools/ath/athstats/athstats.c
720
snprintf(b, bs, "%u",
tools/tools/ath/athstats/athstats.c
751
snprintf(b, bs, "%d", wf->cur.ath.ast_rx_noise);
tools/tools/ath/athstats/athstats.c
754
snprintf(b, bs, "%d",
tools/tools/ath/athstats/athstats.c
758
snprintf(b, bs, "%d",
tools/tools/ath/athstats/athstats.c
808
snprintf(b, bs, "%u", wf->total.ath.ast_##x); return 1
tools/tools/ath/athstats/athstats.c
810
snprintf(b, bs, "%u", wf->total.ath.ast_rx_phy[x]); return 1
tools/tools/ath/athstats/athstats.c
812
snprintf(b, bs, "%u", wf->total.ani_state.x); return 1
tools/tools/ath/athstats/athstats.c
814
snprintf(b, bs, "%u", wf->total.ani_stats.ast_ani_##x); return 1
tools/tools/ath/athstats/athstats.c
816
snprintf(b, bs, "%u", wf->total.ani_stats.ast_mibstats.x); return 1
tools/tools/ath/athstats/athstats.c
818
snprintf(b, bs, "%u", wf->total.ath.ast_ant_tx[x]); return 1
tools/tools/ath/athstats/athstats.c
820
snprintf(b, bs, "%u", wf->total.ath.ast_ant_rx[x]); return 1
tools/tools/ath/athstats/athstats.c
824
snprintf(b, bs, "%lu",
tools/tools/ath/athstats/athstats.c
829
snprintf(b, bs, "%lu",
tools/tools/ath/athstats/athstats.c
911
snprintf(b, bs, "%d", wf->total.ath.ast_tx_rssi);
tools/tools/ath/athstats/athstats.c
914
snprintf(b, bs, "%d", wf->total.ath.ast_rx_rssi);
tools/tools/ath/athstats/athstats.c
926
snprintf(b, bs, "-%d/+%d",
tools/tools/ath/athstats/athstats.c
965
snprintf(b, bs, "%u",
tools/tools/ath/athstats/athstats.c
969
snprintf(b, bs, "%u",
tools/tools/ath/athstats/athstats.c
973
snprintf(b, bs, "%u",
tools/tools/crypto/ipsecstats.c
78
snprintf(buf, sizeof(buf), "alg#%u", a);
tools/tools/cxgbtool/cxgbtool.c
132
snprintf(buf, 64, "/dev/%s", iff_name);
tools/tools/ether_reflect/ether_reflect.c
113
snprintf(&in_string[0], MAXPROG, "ether proto %s\n", proto);
tools/tools/fib_multibind/sink.c
75
snprintf(portstr, sizeof(portstr), "%d", port);
tools/tools/ifpifa/ifpifa.c
155
snprintf(addr, sizeof(addr),
tools/tools/ifpifa/ifpifa.c
173
snprintf(addr, sizeof(addr), "family=%d",
tools/tools/indent_wrapper/indent_wrapper.c
179
snprintf(cc, sizeof(cc), "%s %s %s", opt_diff_tool, ca, cb);
tools/tools/indent_wrapper/indent_wrapper.c
404
snprintf(cmdbuf, sizeof(cmdbuf), "git show -U1000000 %s", optarg);
tools/tools/indent_wrapper/indent_wrapper.c
407
snprintf(cmdbuf, sizeof(cmdbuf), "git diff -U1000000");
tools/tools/indent_wrapper/indent_wrapper.c
410
snprintf(cmdbuf, sizeof(cmdbuf), "svn diff --diff-cmd=diff -x -U1000000");
tools/tools/indent_wrapper/indent_wrapper.c
413
snprintf(cmdbuf, sizeof(cmdbuf), "svn diff --diff-cmd=diff -x -U1000000 -r %s", optarg);
tools/tools/indent_wrapper/indent_wrapper.c
416
snprintf(cmdbuf, sizeof(cmdbuf), "%s", optarg);
tools/tools/ipw/ipwstats.c
252
snprintf(oid, sizeof oid, "dev.ipw.%u.stats", ifaceno);
tools/tools/iwi/iwistats.c
119
(void)snprintf(oid, sizeof(oid), "dev.iwi.%u.stats", ifaceno);
tools/tools/iwn/iwnstats/main.c
64
snprintf(buf, sizeof(buf), "/dev/%s", ifname);
tools/tools/mwl/mwldebug/mwldebug.c
154
snprintf(oid, sizeof(oid), "dev.mwl.%s.debug", ifname+3);
tools/tools/mwl/mwlstats/mwlstats.c
295
snprintf(b, bs, "MCS%u", rate & IEEE80211_RATE_VAL);
tools/tools/mwl/mwlstats/mwlstats.c
297
snprintf(b, bs, "%u.5M", rate / 2);
tools/tools/mwl/mwlstats/mwlstats.c
299
snprintf(b, bs, "%uM", rate / 2);
tools/tools/mwl/mwlstats/mwlstats.c
307
snprintf(b, bs, "%u", wf->cur.mst_##x - wf->total.mst_##x); return 1
tools/tools/mwl/mwlstats/mwlstats.c
309
snprintf(b, bs, "%u", wf->cur.hw_stats.x - wf->total.hw_stats.x); return 1
tools/tools/mwl/mwlstats/mwlstats.c
311
snprintf(b, bs, "%u", wf->cur.mst_ant_rx[x] - wf->total.mst_ant_rx[x]); return 1
tools/tools/mwl/mwlstats/mwlstats.c
313
snprintf(b, bs, "%u", wf->cur.mst_ant_tx[x] - wf->total.mst_ant_tx[x]); return 1
tools/tools/mwl/mwlstats/mwlstats.c
317
snprintf(b, bs, "%lu", (u_long)(
tools/tools/mwl/mwlstats/mwlstats.c
321
snprintf(b, bs, "%lu", (u_long)(
tools/tools/mwl/mwlstats/mwlstats.c
382
snprintf(b, bs, "%d", wf->cur.mst_rx_rssi);
tools/tools/mwl/mwlstats/mwlstats.c
393
snprintf(b, bs, "%d", wf->cur.mst_rx_noise);
tools/tools/mwl/mwlstats/mwlstats.c
396
snprintf(b, bs, "%d",
tools/tools/mwl/mwlstats/mwlstats.c
413
snprintf(b, bs, "%u", wf->total.mst_##x); return 1
tools/tools/mwl/mwlstats/mwlstats.c
415
snprintf(b, bs, "%u", wf->total.hw_stats.x); return 1
tools/tools/mwl/mwlstats/mwlstats.c
417
snprintf(b, bs, "%u", wf->total.mst_ant_tx[x]); return 1
tools/tools/mwl/mwlstats/mwlstats.c
419
snprintf(b, bs, "%u", wf->total.mst_ant_rx[x]); return 1
tools/tools/mwl/mwlstats/mwlstats.c
423
snprintf(b, bs, "%lu", (u_long)wf->total.mst_rx_packets);
tools/tools/mwl/mwlstats/mwlstats.c
426
snprintf(b, bs, "%lu", (u_long) wf->total.mst_tx_packets);
tools/tools/mwl/mwlstats/mwlstats.c
486
snprintf(b, bs, "%d", wf->total.mst_rx_rssi);
tools/tools/mwl/mwlstats/mwlstats.c
497
snprintf(b, bs, "%d", wf->total.mst_rx_noise);
tools/tools/mwl/mwlstats/mwlstats.c
500
snprintf(b, bs, "%d",
tools/tools/net80211/stumbler/stumbler.c
254
snprintf(tmp, sizeof(tmp), "%.2d", chaninfo.chan);
tools/tools/net80211/w00t/libw00t/w00t.c
248
snprintf(buf, sizeof(buf), "/dev/%s", iface);
tools/tools/net80211/wesside/wesside/wesside.c
1259
snprintf(paths[i], sizeof(paths[i]), "%.2X", body[i]);
tools/tools/net80211/wesside/wesside/wesside.c
905
snprintf(paths[i], sizeof(paths[i]), "%.2X", body[i]);
tools/tools/net80211/wlaninject/wlaninject.c
105
snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%s", dev);
tools/tools/net80211/wlaninject/wlaninject.c
275
snprintf(buf, sizeof(buf), "%u", rate/2);
tools/tools/net80211/wlaninject/wlaninject.c
61
snprintf(ireq.i_name, sizeof(ireq.i_name), "%s", dev);
tools/tools/net80211/wlaninject/wlaninject.c
69
snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%s", dev);
tools/tools/net80211/wlantxtime/wlantxtime.c
460
snprintf(buf, sizeof(buf), "%u.5", rate/2);
tools/tools/net80211/wlantxtime/wlantxtime.c
462
snprintf(buf, sizeof(buf), "%u", rate/2);
tools/tools/net80211/wlanwatch/wlanwatch.c
228
if ((n = snprintf(cp, cpe - cp, " %x", *s)) > 0)
tools/tools/net80211/wlanwatch/wlanwatch.c
279
snprintf(buf, sizeof(buf), "%02x:%02x:%02x:%02x:%02x:%02x",
tools/tools/net80211/wlanwds/wlanwds.c
198
snprintf(buf, sizeof(buf), "%02x:%02x:%02x:%02x:%02x:%02x",
tools/tools/net80211/wlanwds/wlanwds.c
213
snprintf(oid, sizeof(oid), "net.wlan.%s.%%parent", ifname+4);
tools/tools/net80211/wlanwds/wlanwds.c
363
snprintf(ifname, sizeof(ifname), "wlan%d", i);
tools/tools/net80211/wlanwds/wlanwds.c
511
snprintf(cmd, sizeof(cmd), "%s %s", script, p->ifname);
tools/tools/netmap/bridge.c
269
snprintf(ifabuf, sizeof(ifabuf) - 1, "%s^", ifa);
tools/tools/netmap/bridge.c
308
snprintf(msg_a2b, sizeof(msg_a2b), "%s:%s --> %s:%s",
tools/tools/netmap/bridge.c
312
snprintf(msg_b2a, sizeof(msg_b2a), "%s:%s --> %s:%s",
tools/tools/netmap/lb.c
273
snprintf(stat_msg, STAT_MSG_MAXSIZE,
tools/tools/netmap/lb.c
313
snprintf(stat_msg, STAT_MSG_MAXSIZE,
tools/tools/netmap/lb.c
771
snprintf(freeq->name, MAX_IFNAMELEN, "free queue");
tools/tools/netmap/lb.c
807
snprintf(p->interface, MAX_PORTNAMELEN, "%s%s{%d/xT@%d",
tools/tools/netmap/lb.c
848
snprintf(q->name, sizeof(q->name), "oq %s{%4d", g->pipename, k);
tools/tools/netmap/pkt-gen.c
2239
int m = snprintf(strbuf, strbuflen, "|%u,%x|", slot->len,
tools/tools/netmap/pkt-gen.c
2776
snprintf(b4, sizeof(b4), "[avg/std %s/%s pps]",
tools/tools/netmap/pkt-gen.c
2878
snprintf(buf, sizeof(buf), "/dev/%s", dev);
tools/tools/netrate/http/http.c
115
snprintf(buffer, BUFFER, "GET %s HTTP/1.0\n\n", path);
tools/tools/netrate/httpd/httpd.c
257
snprintf(temppath, PATH_MAX, "/tmp/httpd.XXXXXXXXXXX");
tools/tools/npe/npestats/npestats.c
137
snprintf(wf->oid, sizeof(wf->oid), "dev.npe.%s.stats", ifname+3);
tools/tools/npe/npestats/npestats.c
180
snprintf(b, bs, "%u", wf->cur.x - wf->total.x); return 1
tools/tools/npe/npestats/npestats.c
216
snprintf(b, bs, "%u", wf->total.x); return 1
tools/tools/nvmf/nvmfd/discovery.c
64
snprintf(entry->trsvcid, sizeof(entry->trsvcid), "%u",
tools/tools/nvmf/nvmfd/discovery.c
78
snprintf(entry->trsvcid, sizeof(entry->trsvcid), "%u",
tools/tools/nvmf/nvmfd/io.c
456
snprintf(name, sizeof(name), "I/O queue %d", qid);
tools/tools/pciroms/pciroms.c
228
snprintf(filename, sizeof(filename), "%08X.rom",
tools/tools/tionxcl/tionxcl.c
80
result = snprintf(ttyname, len, "%s/%s", DEVPATHNAME, argv[1]);
tools/tools/vhba/vhba.c
317
snprintf(&junk[4], sizeof (vp80data) - 4, "TGT%dLUN%d", csio->ccb_h.target_id, csio->ccb_h.target_lun);
tools/tools/vimage/vimage.c
224
snprintf(ifname, sizeof(ifname), "%s", argv[2]);
tools/tools/vimage/vimage.c
226
snprintf(ifname, sizeof(ifname), "eth0");
tools/tools/vimage/vimage.c
239
snprintf(&ifname[namelen],
usr.bin/apply/apply.c
141
snprintf(buf, sizeof(buf), " %c%d", magic, i);
usr.bin/backlight/backlight.c
59
snprintf(device_name, sizeof(device_name), "/dev/backlight/%s", name);
usr.bin/calendar/io.c
154
if (snprintf(calendarhome, sizeof (calendarhome), calendarHomes[i],
usr.bin/calendar/io.c
171
snprintf(path, sizeof(path), _PATH_INCLUDE_LOCAL, getlocalbase());
usr.bin/calendar/io.c
187
snprintf(buffer, sizeof(buffer), "%s", cal_file);
usr.bin/calendar/io.c
189
snprintf(buffer, sizeof(buffer), "%s/%s", cal_dir, cal_file);
usr.bin/calendar/io.c
191
snprintf(buffer, sizeof(buffer), "%s/%s/%s", cal_home, cal_dir, cal_file);
usr.bin/calendar/io.c
673
snprintf(path, sizeof(path), "%s/_calXXXXXX", _PATH_TMP);
usr.bin/calendar/parsedata.c
1041
snprintf(buf, SLEN, "%02d:%02d:%02d", hh, mm, ss);
usr.bin/calendar/parsedata.c
1065
snprintf(buf, SLEN, "%02d-%02d %02d:%02d:%02d", m, d, hh, mm, ss);
usr.bin/calendar/parsedata.c
251
snprintf(dayofmonth, SLEN, "%d", d);
usr.bin/calendar/parsedata.c
295
snprintf(dayofmonth, SLEN, "%d", m);
usr.bin/calendar/parsedata.c
300
snprintf(dayofmonth, SLEN, "%d", d);
usr.bin/cap_mkdb/cap_mkdb.c
106
(void)snprintf(buf, sizeof(buf), "%s.db", capname ? capname : *argv);
usr.bin/csplit/csplit.c
236
if ((size_t)snprintf(currfile, sizeof(currfile), "%s%0*ld", prefix,
usr.bin/csplit/csplit.c
264
snprintf(fnbuf, sizeof(fnbuf), "%s%0*ld", prefix,
usr.bin/ctags/tree.c
69
(void)snprintf(nbuf, sizeof(nbuf), "M%s", fp);
usr.bin/diff/diffreg_new.c
140
snprintf(newlabel, newlabellen ,"%s\t%s.%.9d %s\n",
usr.bin/dpv/dpv.c
280
snprintf(config->aprompt, DPV_APROMPT_MAX, "%s",
usr.bin/dpv/dpv.c
351
snprintf(config->pprompt, DPV_PPROMPT_MAX, "%s",
usr.bin/dtc/dtb.cc
145
snprintf(out, 3, "%.2hhx", b);
usr.bin/elfdump/elfdump.c
248
snprintf(unknown_tag, sizeof(unknown_tag),
usr.bin/elfdump/elfdump.c
278
snprintf(machdesc, sizeof(machdesc),
usr.bin/elfdump/elfdump.c
351
snprintf(unknown_buf, sizeof(unknown_buf),
usr.bin/elfdump/elfdump.c
366
snprintf(unknown_buf, sizeof(unknown_buf),
usr.bin/elfdump/elfdump.c
402
snprintf(unknown_buf, sizeof(unknown_buf),
usr.bin/elfdump/elfdump.c
408
snprintf(unknown_buf, sizeof(unknown_buf),
usr.bin/elfdump/elfdump.c
439
snprintf(s_type, sizeof(s_type), "<unknown: %#x>", type);
usr.bin/env/envopts.c
117
if (snprintf(candidate, sizeof(candidate), "%s/%s", d,
usr.bin/fetch/fetch.c
208
snprintf(str, strsz, "%02ldd%02ldh",
usr.bin/fetch/fetch.c
211
snprintf(str, strsz, "%02ldh%02ldm",
usr.bin/fetch/fetch.c
214
snprintf(str, strsz, "%02ldm%02lds",
usr.bin/fetch/fetch.c
217
snprintf(str, strsz, " %02lds",
usr.bin/fetch/fetch.c
253
snprintf(str, strsz, "%4ju %cB", (uintmax_t)bytes, *prefix);
usr.bin/fetch/fetch.c
269
snprintf(str, strsz, "?? Bps");
usr.bin/fetch/fetch.c
273
snprintf(str, strsz, "%sps", bytes);
usr.bin/fetch/fetch.c
335
snprintf(xs->name, sizeof xs->name, "%s", name);
usr.bin/finger/lprint.c
128
(void)snprintf(tbuf, sizeof(tbuf), "%s: %s, %s",
usr.bin/finger/lprint.c
133
(void)snprintf(tbuf, sizeof(tbuf), "%s: %s",
usr.bin/finger/lprint.c
138
(void)snprintf(tbuf, sizeof(tbuf), "%s: %s",
usr.bin/finger/lprint.c
144
(void)snprintf(tbuf, sizeof(tbuf), "%s: %s", "Home Phone",
usr.bin/finger/lprint.c
296
(void)snprintf(tbuf, sizeof(tbuf), "%s/%s", directory, file_name);
usr.bin/finger/util.c
288
(void)snprintf(tbuf, sizeof(tbuf), "%s/%s", _PATH_DEV, w->tty);
usr.bin/finger/util.c
364
(void)snprintf(tbuf, sizeof(tbuf), "%s/%s", _PATH_MAILDIR, pw->pw_name);
usr.bin/finger/util.c
392
snprintf(buf, sizeof(buf), "%s/%s", pw->pw_dir, _PATH_NOFINGER);
usr.bin/fortune/strfile/strfile.c
298
if ((size_t)snprintf(Outfile, sizeof(Outfile), "%s.dat",
usr.bin/fortune/unstr/unstr.c
75
if ((size_t)snprintf(Datafile, sizeof(Datafile), "%s.dat", Infile) >=
usr.bin/from/from.c
85
(void)snprintf(buf, sizeof(buf), "%s/%s", _PATH_MAILDIR, *argv);
usr.bin/from/from.c
92
(void)snprintf(buf, sizeof(buf),
usr.bin/fstat/fstat.c
353
snprintf(buffer, buflen, "%s:%d", "*",
usr.bin/fstat/fstat.c
357
snprintf(buffer, buflen, "%s:%d", buffer2,
usr.bin/fstat/fstat.c
364
snprintf(buffer, buflen, "%s.%d", "*",
usr.bin/fstat/fstat.c
368
snprintf(buffer, buflen, "%s.%d", buffer2,
usr.bin/fstat/fstat.c
534
(void)snprintf(mode, sizeof(mode), "%o", sem.mode);
usr.bin/fstat/fstat.c
558
(void)snprintf(mode, sizeof(mode), "%o", shm.mode);
usr.bin/fstat/fstat.c
598
(void)snprintf(mode, sizeof(mode), "%o", vn.vn_mode);
usr.bin/gcore/gcore.c
78
(void)snprintf(fname, sizeof(fname), "core.%d", pid);
usr.bin/gzip/gzip.c
1304
if ((size_t)snprintf(outfile, outsize, "%s%s",
usr.bin/gzip/gzip.c
1467
snprintf(outfile, outsize, "%.*s%.*s",
usr.bin/gzip/gzip.c
2045
len = snprintf(buff, sizeof buff, "%2.2d.", percent10);
usr.bin/gzip/gzip.c
587
i = snprintf(outbufp, BUFLEN, "%c%c%c%c%c%c%c%c%c%c%s",
usr.bin/gzip/gzip.c
686
i = snprintf(outbufp, BUFLEN, "%c%c%c%c%c%c%c%c",
usr.bin/indent/args.c
181
snprintf(fname, sizeof(fname), "%s/%s", getenv("HOME"), prof);
usr.bin/indent/args.c
183
snprintf(fname, sizeof(fname), "%s", profile_name + 2);
usr.bin/jot/jot.c
417
if (snprintf(p, sz, "%%.%df", prec) >= (int)sz)
usr.bin/kdump/kdump.c
698
snprintf(unknown, sizeof(unknown), "UNKNOWN(%d)",
usr.bin/killall/killall.c
254
snprintf(buf, sizeof(buf), "%s", tty);
usr.bin/killall/killall.c
257
snprintf(buf, sizeof(buf), "/dev/%s", tty);
usr.bin/killall/killall.c
259
snprintf(buf, sizeof(buf), "/dev/tty%s", tty);
usr.bin/ktrdump/ktrdump.c
341
snprintf(obuf, sizeof(obuf), "%s:%d", fbuf,
usr.bin/lam/lam.c
168
if (snprintf(fmtp, fmtbuf + sizeof(fmtbuf) - fmtp, "%%%ss", p)
usr.bin/lam/lam.c
193
snprintf(lp, line + sizeof(line) - lp, ip->format, "");
usr.bin/lam/lam.c
223
snprintf(lp, line + sizeof(line) - lp, ip->format, s);
usr.bin/lex/initparse.c
552
snprintf( action_text, sizeof(action_text), "case YY_STATE_EOF(%s):\n",
usr.bin/lex/initparse.c
577
(void) snprintf( errmsg, sizeof(errmsg), msg, arg );
usr.bin/lex/initparse.c
597
snprintf( warn_msg, sizeof(warn_msg), msg, arg );
usr.bin/lex/initparse.c
617
snprintf( errmsg, sizeof(errmsg), msg, arg );
usr.bin/lex/initparse.c
638
snprintf( warning, sizeof(warning), "warning, %s", str );
usr.bin/lex/initparse.c
67
snprintf( fw3_msg, MAXLINE,(fmt), (a1), (a2) );\
usr.bin/locale/locale.c
639
len = snprintf(&rval[roff], sizeof(rval) - roff, "%u;", *cp);
usr.bin/localedef/localedef.c
159
(void) snprintf(srcpath, sizeof (srcpath), "%s/%s",
usr.bin/localedef/localedef.c
164
(void) snprintf(srcpath, sizeof (srcpath),
usr.bin/localedef/localedef.c
96
(void) snprintf(locpath, sizeof (locpath), "%s.%s",
usr.bin/localedef/localedef.c
99
(void) snprintf(locpath, sizeof (locpath), "%s/%s",
usr.bin/localedef/wide.c
154
(void) snprintf(scr, sizeof (scr), "\\x%02x", *mb);
usr.bin/localedef/wide.c
641
snprintf(_encoding_buffer, sizeof(_encoding_buffer), "NONE:%s",
usr.bin/login/login.c
246
(void)snprintf(tname, sizeof(tname), "%s??", _PATH_TTY);
usr.bin/m4/gnum4.c
132
snprintf(path, sizeof(path), "%s/%s", pe->name, filename);
usr.bin/mail/collect.c
103
(void)snprintf(tempname, sizeof(tempname),
usr.bin/mail/collect.c
345
(void)snprintf(tempname2, sizeof(tempname2),
usr.bin/mail/collect.c
568
(void)snprintf(tempname, sizeof(tempname),
usr.bin/mail/edit.c
138
(void)snprintf(tempname, sizeof(tempname),
usr.bin/mail/fio.c
354
(void)snprintf(xname, sizeof(xname), "%s/%s", cmdbuf, name + 1);
usr.bin/mail/fio.c
360
(void)snprintf(xname, sizeof(xname), "%s%s", homedir, name + 1);
usr.bin/mail/fio.c
369
(void)snprintf(cmdbuf, sizeof(cmdbuf), "echo %s", name);
usr.bin/mail/fio.c
423
copylen = snprintf(name, namelen, "%s/%s",
usr.bin/mail/fio.c
441
(void)snprintf(buf, sizeof(buf), "~/%s", cp);
usr.bin/mail/fio.c
64
(void)snprintf(pathbuf, sizeof(pathbuf), "%s/mail.XXXXXXXXXX", tmpdir);
usr.bin/mail/lex.c
124
(void)snprintf(tempname, sizeof(tempname),
usr.bin/mail/lex.c
626
(void)snprintf(zname, sizeof(zname), "+%s",
usr.bin/mail/names.c
307
(void)snprintf(tempname, sizeof(tempname),
usr.bin/mail/quit.c
104
(void)snprintf(tempname, sizeof(tempname),
usr.bin/mail/quit.c
196
(void)snprintf(tempname, sizeof(tempname),
usr.bin/mail/quit.c
420
(void)snprintf(tempname, sizeof(tempname),
usr.bin/mail/send.c
456
(void)snprintf(tempname, sizeof(tempname),
usr.bin/mail/v7.local.c
54
(void)snprintf(buf, buflen, "%s/%s", _PATH_MAILDIR, user);
usr.bin/mididump/mididump.c
193
snprintf(buf, sizeof(buf), "%s%d", pn->name,
usr.bin/mididump/mididump.c
196
snprintf(buf + strlen(buf), sizeof(buf),
usr.bin/mkesdb/yacc.y
180
snprintf(buf, sizeof(buf), _CITRUS_ESDB_SYM_CSNAME_PREFIX "%d",
usr.bin/mkesdb/yacc.y
184
snprintf(buf, sizeof(buf), _CITRUS_ESDB_SYM_CSID_PREFIX "%d",
usr.bin/mkesdb/yacc.y
216
snprintf(buf, sizeof(buf),
usr.bin/mkimg/image.c
749
snprintf(image_swap_file, sizeof(image_swap_file), "%s/mkimg-XXXXXX",
usr.bin/msgs/msgs.c
228
snprintf(fname, sizeof(fname), "%s/%s", _PATH_MSGS, BOUNDS);
usr.bin/msgs/msgs.c
280
snprintf(inbuf, sizeof(inbuf), "%s/%s", _PATH_MSGS, cp);
usr.bin/msgs/msgs.c
332
snprintf(fname, sizeof(fname), "%s/%d", _PATH_MSGS, nextmsg);
usr.bin/msgs/msgs.c
391
snprintf(fname, sizeof(fname), "%s/%s", cp, MSGSRC);
usr.bin/msgs/msgs.c
455
snprintf(fname, sizeof(fname), "%s/%d", _PATH_MSGS, msg);
usr.bin/msgs/msgs.c
627
snprintf(cmdbuf, sizeof(cmdbuf), _PATH_PAGER, Lpp);
usr.bin/msgs/msgs.c
629
snprintf(cmdbuf, sizeof(cmdbuf), "%s", env_pager);
usr.bin/msgs/msgs.c
750
snprintf(fname, sizeof(fname), "%s/%d", _PATH_MSGS, cmsg);
usr.bin/msgs/msgs.c
777
snprintf(cmdbuf, sizeof(cmdbuf), _PATH_MAIL,
usr.bin/mt/mt.c
1289
snprintf(params[i].value_name, sizeof(params[i].value_name),
usr.bin/mt/mt.c
880
snprintf(block_str, sizeof(block_str), "variable");
usr.bin/mt/mt.c
882
snprintf(block_str, sizeof(block_str), "%s",
usr.bin/netstat/common.c
79
snprintf(tag_fmt, sizeof(tag_fmt), "{le:%s/%%s}", tag_name);
usr.bin/netstat/if.c
247
snprintf(newfmt, sizeof(newfmt), "{P:%s}", pad); \
usr.bin/netstat/if.c
260
snprintf(newfmt, sizeof(newfmt), "{:%s/%%%ds}", name, width);
usr.bin/netstat/if.c
266
snprintf(newfmt, sizeof(newfmt), "{:%s/%%%d%s}",
usr.bin/netstat/if.c
342
snprintf(linknum, sizeof(linknum), "<Link#%d>", sdl->sdl_index);
usr.bin/netstat/inet.c
1500
snprintf(line, sizeof(line), "%s.", inetname(in));
usr.bin/netstat/inet.c
1502
snprintf(line, sizeof(line), "%.*s.",
usr.bin/netstat/inet.c
1509
snprintf(cp, sizeof(line) - alen,
usr.bin/netstat/inet.c
1512
snprintf(cp, sizeof(line) - alen,
usr.bin/netstat/inet.c
1557
snprintf(line, sizeof(line), "%u.%u.%u.%u",
usr.bin/netstat/inet.c
405
snprintf(buf1, sizeof buf1, "%u/%u/%u", so->so_qlen,
usr.bin/netstat/inet.c
909
snprintf(fmtbuf, sizeof(fmtbuf), "\t{:%s/%%ju} "
usr.bin/netstat/inet6.c
1283
snprintf(line, sizeof(line), "%.*s.",
usr.bin/netstat/inet6.c
1291
snprintf(cp, sizeof(line) - alen,
usr.bin/netstat/inet6.c
1294
snprintf(cp, sizeof(line) - alen,
usr.bin/netstat/inet6.c
1353
snprintf(line, sizeof(line), "%s",
usr.bin/netstat/mroute.c
106
snprintf(s2, sizeof(s2), "%ju",
usr.bin/netstat/mroute.c
123
snprintf(s1, sizeof(s1), "%ju",
usr.bin/netstat/mroute.c
130
snprintf(s2, sizeof(s2), "%ju",
usr.bin/netstat/mroute.c
147
snprintf(s3, sizeof(s3), "%lu.%06lu",
usr.bin/netstat/mroute.c
153
snprintf(s3, sizeof(s3), "-%lu.06%lu",
usr.bin/netstat/mroute.c
99
snprintf(s1, sizeof(s1), "%ju",
usr.bin/netstat/netgraph.c
126
snprintf(path, sizeof(path), "[%x]:", ngpcb.node_id);
usr.bin/netstat/netgraph.c
135
snprintf(path, sizeof(path), "%s:", ni->name);
usr.bin/netstat/netisr.c
101
snprintf(buf, buflen, "%s", str);
usr.bin/netstat/nhgrp.c
136
snprintf(buffer, sizeof(buffer), "{[:-%d}{:nhgrp-index/%%lu}{]:} ", wid_nhidx);
usr.bin/netstat/nhgrp.c
303
snprintf(gw_addr, sizeof(gw_addr), "%s/resolve", iface_name);
usr.bin/netstat/nhops.c
136
snprintf(buf, bufsize, "unknown:%d", sa->sa_family);
usr.bin/netstat/nhops.c
148
snprintf(buf, sizeof(buf), "{:%s/%%s} ", name);
usr.bin/netstat/nhops.c
153
snprintf(buf, sizeof(buf), "{[:%d}{:%s/%%s}{]:} ",
usr.bin/netstat/nhops.c
160
snprintf(buf, sizeof(buf), "{[:%d}{:%s/%%-.*s}{]:} ",
usr.bin/netstat/nhops.c
248
snprintf(buffer, sizeof(buffer), "{[:-%d}{:index/%%lu}{]:} ", wid_nhidx);
usr.bin/netstat/nhops.c
276
snprintf(gw_addr, sizeof(gw_addr), "%s/resolve", iface_name);
usr.bin/netstat/nhops.c
281
snprintf(buffer, sizeof(buffer), "{[:-%d}{:flags/%%s}{]:} ",
usr.bin/netstat/nhops.c
312
snprintf(&buffer[i * 2], 3, "%02X", nh->nh_prepend[i]);
usr.bin/netstat/pfkey.c
102
snprintf(buf, sizeof(buf), "#%d", x);
usr.bin/netstat/route.c
326
snprintf(buffer, sizeof(buffer), "{[:-%d}{:flags/%%s}{]:} ",
usr.bin/netstat/route.c
378
snprintf(buf, sizeof(buf), "{:%s/%%s} ", name);
usr.bin/netstat/route.c
383
snprintf(buf, sizeof(buf), "{[:%d}{:%s/%%s}{]:} ",
usr.bin/netstat/route.c
390
snprintf(buf, sizeof(buf), "{[:%d}{:%s/%%-.*s}{]:} ",
usr.bin/netstat/route.c
456
snprintf(cq, sizeof(buf), "(%d)", sa->sa_family);
usr.bin/netstat/route.c
459
snprintf(cq, sizeof(" ff"), " %02x", *s++);
usr.bin/netstat/route.c
462
snprintf(cq, sizeof("ff"), "%02x", *s++);
usr.bin/netstat/route.c
543
snprintf(dst, buflen, "&0x%lx", mask);
usr.bin/netstat/route.c
545
snprintf(dst, buflen, "/%d", 32-i);
usr.bin/netstat/route.c
688
snprintf(maskbuf, sizeof(maskbuf), "/%d", masklen);
usr.bin/netstat/route_netlink.c
177
snprintf(buffer, sizeof(buffer), "{[:-%d}{:flags/%%s}{]:} ",
usr.bin/netstat/sctp.c
114
snprintf(line, sizeof(line), "%.*s.",
usr.bin/netstat/sctp.c
120
snprintf(line, sizeof(line), "%.*s.",
usr.bin/netstat/sctp.c
125
snprintf(line, sizeof(line), "%.*s.",
usr.bin/netstat/sctp.c
134
snprintf(cp, sizeof(line) - alen,
usr.bin/netstat/sctp.c
137
snprintf(cp, sizeof(line) - alen,
usr.bin/netstat/sctp.c
384
snprintf(buf1, sizeof buf1, "%u/%u",
usr.bin/netstat/unix.c
303
snprintf(buf1, sizeof buf1, "%u/%u/%u", so->so_qlen,
usr.bin/netstat/unix.c
73
snprintf(mibvar, sizeof(mibvar), "net.local.%s.pcblist", socktype[type]);
usr.bin/nohup/nohup.c
101
(size_t)snprintf(path, sizeof(path), "%s/%s", p, FILENAME) <
usr.bin/patch/patch.c
597
snprintf(if_defined, sizeof if_defined,
usr.bin/patch/patch.c
599
snprintf(not_defined, sizeof not_defined,
usr.bin/patch/patch.c
601
snprintf(end_defined, sizeof end_defined,
usr.bin/patch/pch.c
1106
snprintf(buf, buf_size, "*** %ld,%ld\n", p_first,
usr.bin/patch/pch.c
1146
snprintf(buf, buf_size, "--- %ld,%ld\n", min, max);
usr.bin/patch/pch.c
1463
snprintf(buf, buf_size, "%s%s%s", _PATH_RED,
usr.bin/patch/pch.c
945
snprintf(buf, buf_size, "*** %ld,%ld ****\n", p_first,
usr.bin/patch/pch.c
953
snprintf(buf, buf_size, "--- %ld,%ld ----\n", p_newfirst,
usr.bin/procstat/procstat_auxv.c
61
snprintf(prefix, sizeof(prefix), "%5d %-19s", kipp->ki_pid,
usr.bin/procstat/procstat_cred.c
98
snprintf(umask, 4, "%03o", fd_cmask);
usr.bin/procstat/procstat_files.c
111
snprintf(buffer, buflen, "%s:%d", "*",
usr.bin/procstat/procstat_files.c
115
snprintf(buffer, buflen, "%s:%d", buffer2,
usr.bin/procstat/procstat_files.c
123
snprintf(buffer, buflen, "%s.%d", buffer2,
usr.bin/procstat/procstat_rusage.c
77
used += snprintf(buffer, sizeof(buffer), "1 day ");
usr.bin/procstat/procstat_rusage.c
79
used += snprintf(buffer, sizeof(buffer), "%u days ", days);
usr.bin/procstat/procstat_rusage.c
81
snprintf(buffer + used, sizeof(buffer) - used, "%02u:%02u:%02u.%06u",
usr.bin/procstat/procstat_rusage.c
97
snprintf(buffer, sizeof(buffer), "%ld ", value);
usr.bin/procstat/procstat_sigs.c
61
snprintf(name, 12, "%d", sig);
usr.bin/procstat/procstat_sigs.c
78
snprintf(name, 12, "%d", sig);
usr.bin/runat/runat.c
75
outsiz = snprintf(&buf[pos], siz, "%s ", argv[i]);
usr.bin/ruptime/ruptime.c
118
(void)snprintf(resbuf, sizeof(resbuf), "%s ??:??", updown);
usr.bin/ruptime/ruptime.c
128
(void)snprintf(resbuf, sizeof(resbuf),
usr.bin/ruptime/ruptime.c
131
(void)snprintf(resbuf, sizeof(resbuf),
usr.bin/rwall/rwall.c
126
snprintf(tmpname, sizeof(tmpname), "%s/wall.XXXXXX", _PATH_TMP);
usr.bin/sed/main.c
242
if (((size_t)snprintf(string_ident,
usr.bin/sed/main.c
411
len = snprintf(tmpfname, sizeof(tmpfname),
usr.bin/sockstat/main.c
1156
pos += snprintf(SAFEBUF, SAFESIZE, "??");
usr.bin/sockstat/main.c
1164
pos += snprintf(SAFEBUF, SAFESIZE,
usr.bin/sockstat/main.c
1187
pos += snprintf(SAFEBUF, SAFESIZE, " <- ");
usr.bin/sockstat/main.c
1195
pos += snprintf(SAFEBUF, SAFESIZE,
usr.bin/sockstat/main.c
1271
len = snprintf(NULL, 0, "%d", s->fibnum);
usr.bin/sockstat/main.c
1291
len = snprintf(NULL, 0,
usr.bin/sockstat/main.c
1305
len = snprintf(NULL, 0, "%u",
usr.bin/sockstat/main.c
1382
len = snprintf(NULL, 0, "%lu", (u_long)xf->xf_uid);
usr.bin/sockstat/main.c
1384
len = snprintf(NULL, 0, "%s", pwd->pw_name);
usr.bin/sockstat/main.c
1386
len = snprintf(NULL, 0, "%lu", (u_long)xf->xf_pid);
usr.bin/sockstat/main.c
1388
len = snprintf(NULL, 0, "%d", xf->xf_fd);
usr.bin/sockstat/main.c
1418
snprintf(buf, bufsize, "%s%s%s",
usr.bin/sockstat/main.c
1490
snprintf(buf, bufsize, "%#*" PRIx64,
usr.bin/sockstat/main.c
1517
snprintf(buf, bufsize, "%" PRIu64,
usr.bin/sockstat/main.c
1828
snprintf(jail_errmsg, JAIL_ERRMSGLEN,
usr.bin/sockstat/main.c
954
return snprintf(buf, bufsize, "%.*s",
usr.bin/sockstat/main.c
970
return (snprintf(buf, bufsize, "[%s]:*", addrstr));
usr.bin/sockstat/main.c
971
return (snprintf(buf, bufsize, "[%s]:%d", addrstr, port));
usr.bin/sockstat/main.c
974
return (snprintf(buf, bufsize, "%s:*", addrstr));
usr.bin/sockstat/main.c
975
return (snprintf(buf, bufsize, "%s:%d", addrstr, port));
usr.bin/soelim/soelim.c
70
snprintf(path, sizeof(path), "%s/%s", includes->sl_str[i],
usr.bin/stat/stat.c
1006
(void)snprintf(tmp, sizeof(tmp), "%d", size);
usr.bin/stat/stat.c
1010
return (snprintf(buf, blen, lfmt,
usr.bin/stat/stat.c
1031
(void)snprintf(tmp, sizeof(tmp), "%d", size);
usr.bin/stat/stat.c
1049
(void)snprintf(tmp, sizeof(tmp), "%dld", MIN(prec, 9));
usr.bin/stat/stat.c
1063
l = snprintf(buf, blen, lfmt, (long long)ts.tv_sec, ts.tv_nsec);
usr.bin/stat/stat.c
1073
(void)snprintf(tmp, sizeof(tmp), "%d", size);
usr.bin/stat/stat.c
1077
(void)snprintf(tmp, sizeof(tmp), ".%d", prec);
usr.bin/stat/stat.c
1088
return (snprintf(buf, blen, lfmt, sdata));
usr.bin/stat/stat.c
1109
return (snprintf(buf, blen, lfmt, data));
usr.bin/stat/stat.c
491
snprintf(num, sizeof(num), "%d", fn);
usr.bin/stat/stat.c
742
snprintf(sid, sizeof(sid), "(%ld)", (long)st->st_uid);
usr.bin/stat/stat.c
755
snprintf(sid, sizeof(sid), "(%ld)", (long)st->st_gid);
usr.bin/stat/stat.c
849
snprintf(path, sizeof(path), " -> ");
usr.bin/stat/stat.c
866
snprintf(path, sizeof(path), " -> ");
usr.bin/stat/stat.c
957
return (snprintf(buf, blen, "%.*s,%.*s",
usr.bin/su/su.c
627
snprintf(buf, sizeof(buf), " on %s", p);
usr.bin/systat/ifstat.c
373
snprintf(ifp->display_name, IF_NAMESIZE, "%*s", IF_NAMESIZE-1,
usr.bin/systat/iolat.c
420
snprintf(tmpstr, sizeof(tmpstr), "%s%d", isp->dev_name, isp->unit);
usr.bin/systat/iolat.c
439
snprintf(buf, len, "%6d", (int)f);
usr.bin/systat/iolat.c
441
snprintf(buf, len, "%6.1f", f);
usr.bin/systat/iolat.c
443
snprintf(buf, len, "%6.2f", f);
usr.bin/systat/iolat.c
445
snprintf(buf, len, "%6.3f", f);
usr.bin/systat/iostat.c
209
snprintf(tmpstr, sizeof(tmpstr), "%s%d", dev_select[i].device_name,
usr.bin/systat/iostat.c
233
snprintf(tmpstr, sizeof(tmpstr), "%s%d", dev_select[i].device_name,
usr.bin/systat/iostat.c
356
snprintf(buf, sizeof(buf), "%5.2Lf", val);
usr.bin/systat/netstat.c
386
snprintf(proto, sizeof(proto), "%s%s", p->ni_proto, family);
usr.bin/systat/netstat.c
430
snprintf(line, sizeof(line), "%.*s.", 16, inetname(sa));
usr.bin/systat/netstat.c
435
snprintf(cp, sizeof(line) - (cp - line), "%.8s",
usr.bin/systat/netstat.c
438
snprintf(cp, sizeof(line) - (cp - line), "%d",
usr.bin/systat/netstat.c
482
snprintf(line, sizeof(line), "%s", cp);
usr.bin/systat/netstat.c
486
snprintf(line, sizeof(line), "%u.%u.%u.%u", C(in.s_addr >> 24),
usr.bin/systat/pigs.c
99
snprintf(pidname, sizeof(pidname), "%10.10s", pname);
usr.bin/systat/proc.c
105
snprintf(buf, sizeof(buf), "%3d%%", rate);
usr.bin/systat/proc.c
86
snprintf(buf, sizeof(buf), "%6d %-10s %-10.10s", pu[idx]->pid, uname,
usr.bin/systat/proc.c
98
snprintf(buf, sizeof(buf), "%3d%%", rate);
usr.bin/systat/vmstat.c
648
snr = snprintf(b, sizeof(b), "%*ju", w, (uintmax_t)n);
usr.bin/systat/vmstat.c
652
snr = snprintf(b, sizeof(b), "%*s", w, lbuf);
usr.bin/systat/vmstat.c
679
snr = snprintf(b, sizeof(b), "%*.*f", w, d, f);
usr.bin/systat/vmstat.c
681
snr = snprintf(b, sizeof(b), "%*.0f", w, f);
usr.bin/systat/vmstat.c
683
snr = snprintf(b, sizeof(b), "%*.0fk", w - 1, f / 1000);
usr.bin/systat/vmstat.c
685
snr = snprintf(b, sizeof(b), "%*.0fM", w - 1, f / 1000000);
usr.bin/systat/vmstat.c
711
snr = snprintf(b, sizeof(b), "%*.*Lf", w, d, f);
usr.bin/systat/vmstat.c
713
snr = snprintf(b, sizeof(b), "%*.0Lf", w, f);
usr.bin/systat/vmstat.c
715
snr = snprintf(b, sizeof(b), "%*.0Lfk", w - 1, f / 1000);
usr.bin/systat/vmstat.c
717
snr = snprintf(b, sizeof(b), "%*.0LfM", w - 1, f / 1000000);
usr.bin/talk/io.c
89
snprintf((char *)buf, sizeof(buf), "Connection established with %s@%s.",
usr.bin/tip/libacu/biz22.c
74
(void)snprintf(cbuf, sizeof(cbuf), "\02D%s\r", num);
usr.bin/tip/libacu/biz22.c
92
(void)snprintf(line, sizeof line, "%ld second dial timeout",
usr.bin/tip/libacu/biz31.c
91
(void)snprintf(line, sizeof line, "%ld second dial timeout",
usr.bin/tip/libacu/courier.c
105
(void)snprintf(line, sizeof line, "%ld second dial timeout",
usr.bin/tip/libacu/hayes.c
128
(void)snprintf(line, sizeof line, "%ld second dial timeout",
usr.bin/tip/libacu/t3000.c
106
(void)snprintf(line, sizeof line, "%ld second dial timeout",
usr.bin/tip/libacu/v3451.c
83
(void)snprintf(phone, sizeof phone, "%s\r", num);
usr.bin/tip/libacu/ventel.c
100
(void)snprintf(line, sizeof line, "%ld second dial timeout",
usr.bin/tip/tip/cmds.c
119
(void)snprintf(line, sizeof(line), "cat %s;echo ''|tr '\\012' '\\01'", argv[0]);
usr.bin/tip/tip/cmds.c
414
(void)snprintf(line, sizeof(line), "cat>%s\r", argv[1]);
usr.bin/tip/tip/cmds.c
416
(void)snprintf(line, sizeof(line),
usr.bin/tip/tip/cmds.c
930
(void)snprintf(cmdbuf, sizeof(cmdbuf), "echo %s", name);
usr.bin/tip/tip/cu.c
148
(void)snprintf(sbuf, sizeof(sbuf), "cu%ld", BR);
usr.bin/tip/tip/tip.c
123
(void)snprintf(sbuf, sizeof(sbuf), "tip%ld", BR);
usr.bin/tip/tip/uucplock.c
103
(void)snprintf(text_pid, sizeof text_pid, "%10ld\n", (long)pid);
usr.bin/tip/tip/uucplock.c
120
(void)snprintf(tbuf, sizeof tbuf, _PATH_LOCKDIRNAME, ttyname);
usr.bin/tip/tip/uucplock.c
61
(void)snprintf(tbuf, sizeof tbuf, _PATH_LOCKDIRNAME, ttyname);
usr.bin/tip/tip/value.c
91
snprintf(file, sizeof file, "%s/.tiprc", value(HOME));
usr.bin/top/display.c
1150
(void) snprintf(rbuf, sizeof(rbuf), "%.2f",
usr.bin/top/machine.c
1129
snprintf(cmdbuf, screen_width, "%s{%s%s}", pp->ki_comm,
usr.bin/top/machine.c
1132
snprintf(cmdbuf, screen_width, "%s", pp->ki_comm);
usr.bin/top/machine.c
1140
snprintf(cmdbuf, screen_width,
usr.bin/top/machine.c
1144
snprintf(cmdbuf, screen_width,
usr.bin/top/machine.c
1186
snprintf(cmdbuf, screen_width,
usr.bin/top/machine.c
1191
snprintf(cmdbuf, screen_width,
usr.bin/top/machine.c
1196
snprintf(cmdbuf, screen_width,
usr.bin/top/machine.c
1329
snprintf(nicebuf, sizeof(nicebuf), "%sr%d%s",
usr.bin/top/machine.c
1335
snprintf(nicebuf, sizeof(nicebuf), "%d", pp->ki_nice - NZERO);
usr.bin/top/machine.c
1341
snprintf(nicebuf, sizeof(nicebuf), "%si%d%s",
usr.bin/truss/syscalls.c
1029
snprintf(tmp, sizeof(tmp), "%d", sig);
usr.bin/truss/syscalls.c
2280
snprintf(&fsid[i*2],
usr.bin/uname/uname.c
270
snprintf(buf, sizeof(buf), "%d", __FreeBSD_version);
usr.bin/uname/uname.c
279
snprintf(buf, sizeof(buf), "%d", getosreldate());
usr.bin/units/units.c
141
snprintf(filename, sizeof(filename),
usr.bin/units/units.c
526
snprintf(buffer, sizeof(buffer), "%s %s",
usr.bin/usbhidaction/usbhidaction.c
145
snprintf(devnamebuf, sizeof(devnamebuf), "/dev/%s%s",
usr.bin/usbhidaction/usbhidaction.c
174
snprintf(buf, sizeof(buf), "%ld\n", (long)getpid());
usr.bin/usbhidaction/usbhidaction.c
389
snprintf(usbuf, sizeof usbuf,
usr.bin/usbhidaction/usbhidaction.c
394
snprintf(usbuf, sizeof usbuf,
usr.bin/usbhidaction/usbhidaction.c
414
snprintf(coll + strlen(coll),
usr.bin/usbhidaction/usbhidaction.c
483
snprintf(q, len, "%d", value);
usr.bin/usbhidctl/usbhid.c
157
snprintf(hname, sizeof(hname), "%s%s%s:%s",
usr.bin/usbhidctl/usbhid.c
234
snprintf(num, sizeof(num), "0x%02x", type);
usr.bin/usbhidctl/usbhid.c
502
snprintf(devnam, sizeof(devnam), "/dev/uhid%s", dev);
usr.bin/usbhidctl/usbhid.c
504
snprintf(devnam, sizeof(devnam), "/dev/%s", dev);
usr.bin/vmstat/vmstat.c
1114
snprintf(fmt, sizeof(fmt), " {:%s/%%%uld/%%ld}", name,
usr.bin/w/w.c
299
(void)snprintf(buf, sizeof(buf), "%s:%s", p, x_suffix);
usr.bin/w/w.c
584
(void)snprintf(ttybuf, sizeof(ttybuf), "%s%s", _PATH_DEV, line);
usr.bin/wall/ttymsg.c
127
(void) snprintf(errbuf, sizeof(errbuf),
usr.bin/wall/ttymsg.c
154
(void) snprintf(errbuf, sizeof(errbuf),
usr.bin/wall/ttymsg.c
76
(void) snprintf(errbuf, sizeof(errbuf),
usr.bin/wall/ttymsg.c
88
(void) snprintf(errbuf, sizeof(errbuf), "%s: %s", device,
usr.bin/wall/wall.c
191
(void)snprintf(tmpname, sizeof(tmpname), "%s/wall.XXXXXX", _PATH_TMP);
usr.bin/wall/wall.c
76
(void)snprintf(ttybuf, sizeof(ttybuf), "%s%s", _PATH_DEV, line);
usr.bin/which/which.c
133
if (snprintf(candidate, sizeof(candidate), "%s/%s", d,
usr.bin/who/who.c
177
snprintf(tty, sizeof(tty), "%s%s", _PATH_DEV, ut->ut_line);
usr.bin/who/who.c
218
(void)snprintf(ttybuf, sizeof(ttybuf), "%s%s", _PATH_DEV, line);
usr.bin/xinstall/xinstall.c
566
(void)snprintf(tmpl, sizeof(tmpl), "%s.inst.XXXXXX", to_name);
usr.bin/xinstall/xinstall.c
613
(void)snprintf(tmpl, sizeof(tmpl), "%s.inst.XXXXXX", to_name);
usr.bin/xinstall/xinstall.c
826
(void)snprintf(pathbuf, sizeof(pathbuf), "%s%s%s",
usr.bin/xinstall/xinstall.c
948
if ((size_t)snprintf(backup, MAXPATHLEN, "%s%s", to_name,
usr.sbin/acpi/acpidb/acpidb.c
421
if ((size_t)snprintf(filetmp, sizeof(filetmp), "%s.tmp",
usr.sbin/acpi/acpidump/acpi.c
1609
snprintf(typebuf, sizeof(typebuf), "%d", type);
usr.sbin/acpi/acpidump/acpi.c
2923
if ((size_t)snprintf(wrkdir, len, "%s/acpidump.XXXXXX", buf) > len-1 ) {
usr.sbin/acpi/acpidump/acpi.c
2931
len = (size_t)snprintf(tmpstr, sizeof(tmpstr), "%s%s", wrkdir, iname);
usr.sbin/acpi/acpidump/acpi.c
2964
len = (size_t)snprintf(tmpstr, sizeof(tmpstr), "%s%s", wrkdir, oname);
usr.sbin/acpi/acpidump/acpi.c
652
snprintf(buf, sizeof(buf), "UNKNOWN (%#x)", Action);
usr.sbin/acpi/acpidump/acpi.c
677
snprintf(buf, sizeof(buf), "UNKNOWN (%#x)", Instruction);
usr.sbin/acpi/acpidump/acpi.c
759
snprintf(buf, sizeof(buf), "UNKNOWN (%#x)", Action);
usr.sbin/acpi/acpidump/acpi.c
796
snprintf(buf, sizeof(buf), "UNKNOWN (%#x)", Instruction);
usr.sbin/arp/arp.c
716
snprintf(ip, sizeof(ip), "%s", inet_ntoa(addr->sin_addr));
usr.sbin/bhyve/aarch64/fdt.c
183
snprintf(node_name, sizeof(node_name), "interrupt-controller@%lx",
usr.sbin/bhyve/aarch64/fdt.c
224
snprintf(node_name, sizeof(node_name), "serial@%lx", uart_base);
usr.sbin/bhyve/aarch64/fdt.c
246
snprintf(node_name, sizeof(node_name), "/serial@%lx", uart_base);
usr.sbin/bhyve/aarch64/fdt.c
264
snprintf(node_name, sizeof(node_name), "rtc@%lx", rtc_base);
usr.sbin/bhyve/aarch64/fdt.c
91
snprintf(node_name, sizeof(node_name), "cpu@%d", cpuid);
usr.sbin/bhyve/acpi.c
415
snprintf(iaslbuf, sizeof(iaslbuf),
usr.sbin/bhyve/amd64/ps2kbd.c
449
snprintf(path, MAX_PATHNAME, PS2KBD_LAYOUT_BASEDIR"%s", get_config_value("keyboard.layout") );
usr.sbin/bhyve/basl.c
599
snprintf(oem_table_id, ACPI_OEM_TABLE_ID_SIZE, "BV%.4s ", signature);
usr.sbin/bhyve/basl.c
671
snprintf(new_table->fwcfg_name, sizeof(new_table->fwcfg_name),
usr.sbin/bhyve/bhyverun.c
225
snprintf(pathbuf, sizeof(pathbuf), "domains.%d", id);
usr.sbin/bhyve/bhyverun.c
257
snprintf(pathbuf, sizeof(pathbuf), "domains.%d", i);
usr.sbin/bhyve/bhyverun.c
383
snprintf(key, sizeof(key), "vcpu.%d.cpuset", vcpu);
usr.sbin/bhyve/bhyverun.c
452
snprintf(key, sizeof(key), "vcpu.%d.cpuset", vcpu);
usr.sbin/bhyve/bhyverun.c
473
snprintf(pathbuf, sizeof(pathbuf), "domains.%d", dom);
usr.sbin/bhyve/bhyverun.c
548
snprintf(tname, sizeof(tname), "vcpu %d", vi->vcpuid);
usr.sbin/bhyve/block_if.c
668
snprintf(tname, sizeof(tname), "blk-%s-%d", ident, i);
usr.sbin/bhyve/gdb.c
1784
snprintf(buf, sizeof(buf), "vCPU %d", tid - 1);
usr.sbin/bhyve/net_backend_slirp.c
114
(void)snprintf(sockname, sizeof(sockname), "%d", s[1]);
usr.sbin/bhyve/net_utils.c
107
snprintf(nstr, sizeof(nstr), "%d-%d-%s", pi->pi_slot,
usr.sbin/bhyve/pci_ahci.c
2388
snprintf(node_name, sizeof(node_name), "%d", port);
usr.sbin/bhyve/pci_ahci.c
2497
snprintf(node_name, sizeof(node_name), "%d", p);
usr.sbin/bhyve/pci_ahci.c
2515
snprintf(bident, sizeof(bident), "%u:%u:%u", pi->pi_slot,
usr.sbin/bhyve/pci_ahci.c
2544
snprintf(ident, AHCI_PORT_IDENT,
usr.sbin/bhyve/pci_e82545.c
2325
snprintf(nstr, sizeof(nstr), "e82545-%d:%d tx", pi->pi_slot,
usr.sbin/bhyve/pci_emul.c
1159
snprintf(pdi->pi_name, PI_NAMESZ, "%s@pci.%d.%d.%d", pde->pe_emu, bus,
usr.sbin/bhyve/pci_emul.c
1547
snprintf(node_name, sizeof(node_name), "pci.%d", bus);
usr.sbin/bhyve/pci_emul.c
1567
snprintf(node_name, sizeof(node_name),
usr.sbin/bhyve/pci_emul.c
321
snprintf(node_name, sizeof(node_name), "pci.%d.%d.%d", bnum, snum,
usr.sbin/bhyve/pci_nvme.c
3178
snprintf(sc->ctrldata.sn, sizeof(sc->ctrldata.sn),
usr.sbin/bhyve/pci_nvme.c
3249
snprintf(bident, sizeof(bident), "%u:%u",
usr.sbin/bhyve/pci_nvme.c
596
ret = snprintf(cd->subnqn, sizeof(cd->subnqn),
usr.sbin/bhyve/pci_nvme.c
837
snprintf(nstr, sizeof(nstr), "nvme-aen-%d:%d", sc->nsc_pi->pi_slot,
usr.sbin/bhyve/pci_passthru.c
814
snprintf(value, sizeof(value), "%d", bus);
usr.sbin/bhyve/pci_passthru.c
816
snprintf(value, sizeof(value), "%d", slot);
usr.sbin/bhyve/pci_passthru.c
818
snprintf(value, sizeof(value), "%d", func);
usr.sbin/bhyve/pci_virtio_block.c
462
snprintf(bident, sizeof(bident), "%u:%u", pi->pi_slot, pi->pi_func);
usr.sbin/bhyve/pci_virtio_block.c
514
snprintf(sc->vbsc_ident, VTBLK_BLK_ID_BYTES,
usr.sbin/bhyve/pci_virtio_console.c
662
snprintf(node_name, sizeof(node_name), "%d", port);
usr.sbin/bhyve/pci_virtio_net.c
668
snprintf(tname, sizeof(tname), "vtnet-%d:%d tx", pi->pi_slot,
usr.sbin/bhyve/pci_virtio_scsi.c
971
snprintf(tname, sizeof(tname), "vtscsi:%d-%d", num, i);
usr.sbin/bhyve/pci_xhci.c
2746
snprintf(node_name, sizeof(node_name), "%d", slot);
usr.sbin/bhyve/rfb.c
1381
snprintf(servname, sizeof(servname), "%d", port ? port : 5900);
usr.sbin/bhyve/riscv/bhyverun_machdep.c
332
snprintf(isa, sizeof(isa), "%s%s", "rv64imafdc",
usr.sbin/bhyve/riscv/fdt.c
186
snprintf(node_name, sizeof(node_name), "interrupt-controller@%lx",
usr.sbin/bhyve/riscv/fdt.c
227
snprintf(node_name, sizeof(node_name), "serial@%lx", uart_base);
usr.sbin/bhyve/riscv/fdt.c
240
snprintf(node_name, sizeof(node_name), "/serial@%lx", uart_base);
usr.sbin/bhyve/riscv/fdt.c
93
snprintf(node_name, sizeof(node_name), "cpu@%d", cpuid);
usr.sbin/bhyve/snapshot.c
1424
snprintf(addr.sun_path, sizeof(addr.sun_path), "%s%s",
usr.sbin/bhyve/snapshot.c
578
rc = snprintf(prog_buf, len, "%.03lf", maxval_gb);
usr.sbin/bhyve/snapshot.c
585
rc = snprintf(prog_buf, len, "\r[%*.03lf%s / %.03lf%s] |",
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
321
snprintf(buf, sizeof(buf), "MSR %#08x", msr);
usr.sbin/bhyvectl/bhyvectl.c
267
snprintf(addr.sun_path, sizeof(addr.sun_path), "%s%s",
usr.sbin/bluetooth/ath3kfw/ath3k_hw.c
193
snprintf(fwname, FILENAME_MAX, "%s/ar3k/AthrBT_0x%08x.dfu",
usr.sbin/bluetooth/ath3kfw/ath3k_hw.c
271
snprintf(filename, FILENAME_MAX, "%s/ar3k/ramps_0x%08x_%d%s",
usr.sbin/bluetooth/ath3kfw/main.c
183
snprintf(fwname, FILENAME_MAX, "%s/ath3k-1.fw", file_prefix);
usr.sbin/bluetooth/bcmfw/bcmfw.c
124
snprintf(path, sizeof(path), "/dev/%s", name);
usr.sbin/bluetooth/bcmfw/bcmfw.c
165
snprintf(buf, sizeof(buf), "/dev/%s.%d", name, BCMFW_INTR_EP);
usr.sbin/bluetooth/bcmfw/bcmfw.c
173
snprintf(buf, sizeof(buf), "/dev/%s.%d", name, BCMFW_BULK_EP);
usr.sbin/bluetooth/bthidd/btuinput.c
317
snprintf(uisetup.name, UINPUT_MAX_NAME_SIZE,
usr.sbin/bluetooth/bthidd/parser.y
542
snprintf(path, sizeof(path), "%s.new", hids_file);
usr.sbin/bluetooth/btpand/tap.c
120
snprintf(pidfile, sizeof(pidfile), "%s/%s.pid",
usr.sbin/bluetooth/hccontrol/adv_data.c
198
(void)snprintf(tmpbuf, sizeof(tmpbuf), "%02x ", data[i]);
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
406
snprintf(cp.name, sizeof(cp.name), "%s", argv[0]);
usr.sbin/bluetooth/hccontrol/util.c
3350
snprintf(
usr.sbin/bluetooth/hcsecd/parser.y
268
snprintf(buffer, sizeof(buffer),
usr.sbin/bluetooth/hcsecd/parser.y
360
snprintf(tmp, sizeof(tmp), "%s.tmp", HCSECD_KEYSFILE);
usr.sbin/bluetooth/hcsecd/parser.y
371
snprintf(buf, sizeof(buf),
usr.sbin/bluetooth/sdpd/lan.c
121
len = snprintf(net, sizeof(net), "%s/%d",
usr.sbin/bootparamd/bootparamd/bootparamd.c
223
snprintf(buf, blen,
usr.sbin/bootparamd/bootparamd/bootparamd.c
334
snprintf(l_hostname, len, "%s", he->h_name);
usr.sbin/bsdinstall/distextract/distextract.c
127
snprintf(error, sizeof(error),
usr.sbin/bsdinstall/distextract/distextract.c
189
snprintf(path, sizeof(path), "%s/MANIFEST", distdir);
usr.sbin/bsdinstall/distextract/distextract.c
222
snprintf(errormsg, sizeof(errormsg),
usr.sbin/bsdinstall/distextract/distextract.c
230
snprintf(path, sizeof(path), "%s/%s", distdir, file);
usr.sbin/bsdinstall/distextract/distextract.c
233
snprintf(errormsg, sizeof(errormsg),
usr.sbin/bsdinstall/distextract/distextract.c
265
snprintf(errormsg, sizeof(errormsg),
usr.sbin/bsdinstall/distextract/distextract.c
274
snprintf(path, sizeof(path), "%s/%s", distdir, file->path);
usr.sbin/bsdinstall/distextract/distextract.c
277
snprintf(errormsg, sizeof(errormsg),
usr.sbin/bsdinstall/distextract/distextract.c
313
snprintf(errormsg, sizeof(errormsg),
usr.sbin/bsdinstall/distfetch/distfetch.c
174
snprintf(errormsg, sizeof(errormsg),
usr.sbin/bsdinstall/distfetch/distfetch.c
187
snprintf(errormsg, sizeof(errormsg),
usr.sbin/bsdinstall/distfetch/distfetch.c
230
snprintf(errormsg, sizeof(errormsg),
usr.sbin/bsdinstall/distfetch/distfetch.c
234
snprintf(errormsg, sizeof(errormsg),
usr.sbin/bsdinstall/distfetch/distfetch.c
82
snprintf(urls[i], PATH_MAX, "%s/%s",
usr.sbin/bsdinstall/distfetch/distfetch.c
87
snprintf(error, sizeof(error),
usr.sbin/bsdinstall/partedit/gpart_ops.c
1193
snprintf(error, sizeof(error), "Invalid size: %s\n",
usr.sbin/bsdinstall/partedit/gpart_ops.c
1247
snprintf(message, sizeof(message),
usr.sbin/bsdinstall/partedit/gpart_ops.c
1264
snprintf(message, sizeof(message),
usr.sbin/bsdinstall/partedit/gpart_ops.c
1305
snprintf(sizestr, sizeof(sizestr), "%jd", size);
usr.sbin/bsdinstall/partedit/gpart_ops.c
1307
snprintf(startstr, sizeof(startstr), "%jd", firstfree);
usr.sbin/bsdinstall/partedit/gpart_ops.c
168
snprintf(zfsboot_path, sizeof(zfsboot_path), "%s/zfs",
usr.sbin/bsdinstall/partedit/gpart_ops.c
268
snprintf(message, sizeof(message),
usr.sbin/bsdinstall/partedit/gpart_ops.c
305
snprintf(message, sizeof(message),
usr.sbin/bsdinstall/partedit/gpart_ops.c
492
snprintf(command, sizeof(command), "gpart bootcode -p %s -i %s %s",
usr.sbin/bsdinstall/partedit/gpart_ops.c
495
snprintf(message, sizeof(message),
usr.sbin/bsdinstall/partedit/gpart_ops.c
65
snprintf(message, sizeof(message), "%s%s. %s",
usr.sbin/bsdinstall/partedit/gpart_ops.c
669
snprintf(message, sizeof(message),
usr.sbin/bsdinstall/partedit/gpart_ops.c
68
snprintf(message, sizeof(message), "%s%s", explanation,
usr.sbin/bsdinstall/partedit/gpart_ops.c
71
snprintf(message, sizeof(message), "%s%s", explanation, errmsg);
usr.sbin/bsdinstall/partedit/part_wizard.c
186
snprintf(diskdesc, sizeof(diskdesc),
usr.sbin/bsdinstall/partedit/part_wizard.c
286
snprintf(message, sizeof(message), "Would you like to use this entire "
usr.sbin/bsdinstall/partedit/part_wizard.c
301
snprintf(warning, sizeof(warning),
usr.sbin/bsdinstall/partedit/part_wizard.c
392
snprintf(message, sizeof(message),
usr.sbin/bsdinstall/partedit/partedit.c
439
snprintf(message, sizeof(message),
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c
224
snprintf(entry->descr, name_len,
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c
227
snprintf(entry->descr, name_len,
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
130
snprintf(name1, sizeof(name1), "g_%s", MD_NAME);
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
131
snprintf(name2, sizeof(name2), "geom_%s", MD_NAME);
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
220
snprintf(dev_path, sizeof(dev_path),
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
441
snprintf(disk_device, sizeof(disk_device),
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
555
snprintf(mddev, sizeof(mddev) - 1, "%s%s", _PATH_DEV, MDCTL_NAME);
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_partition_tbl.c
241
snprintf(entry->label, id_len, "%s%s", _PATH_DEV, chunk_name);
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
154
snprintf(lockfile, sizeof(lockfile), "%s/%s",
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
166
snprintf(statfile, sizeof(statfile), "%s/%s",
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_printer_tbl.c
224
snprintf(dev_only, sizeof(dev_only), "%s", pp->lp + strlen(_PATH_DEV));
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_processor_tbl.c
168
snprintf(name, sizeof(name), "cpu%u", cpu_no);
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_storage_tbl.c
327
snprintf(alloc_descr, sizeof(alloc_descr),
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_storage_tbl.c
332
snprintf(alloc_descr, sizeof(alloc_descr),
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_storage_tbl.c
337
snprintf(alloc_descr, sizeof(alloc_descr),
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_storage_tbl.c
418
snprintf(swap_w_prefix, sizeof(swap_w_prefix) - 1,
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_storage_tbl.c
476
snprintf(fs_string, sizeof(fs_string),
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swinstalled_tbl.c
266
snprintf(os_string, sizeof(os_string), "%s: %s",
usr.sbin/bsnmpd/modules/snmp_lm75/snmp_lm75.c
178
snprintf(buf, sizeof(buf) - 1, "dev.lm75.%d.%s", idx, name);
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
611
snprintf(conn.path, NG_PATHSIZ, "%s:", node);
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
622
snprintf(conn.path, NG_PATHSIZ, "[%x]:", id);
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
636
snprintf(path, NG_PATHSIZ, "[%x]:", id);
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
638
snprintf(conn.path, NG_PATHSIZ, "[%x]:", peer);
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
656
snprintf(path, NG_PATHSIZ, "[%x]:", tee);
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
658
snprintf(conn.path, NG_PATHSIZ, "[%x]:", peer);
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
765
snprintf(path, NG_PATHSIZ, "[%x]:", id);
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
793
snprintf(path, NG_PATHSIZ, "[%x]:", id);
usr.sbin/btxld/btxld.c
250
if ((size_t)snprintf(name, sizeof(name), "%s.tmp", oname) >= sizeof(name))
usr.sbin/camdd/camdd.c
1552
snprintf(dev->device_name, sizeof(dev->device_name), "%s%u",
usr.sbin/cdcontrol/cdcontrol.c
1284
snprintf (devbuf, MAXPATHLEN, "%s", cdname);
usr.sbin/cdcontrol/cdcontrol.c
1286
snprintf (devbuf, MAXPATHLEN, "%s%s", _PATH_DEV, cdname);
usr.sbin/config/config.y
248
(void) snprintf(buf, sizeof(buf), "%d", $1);
usr.sbin/config/mkmakefile.cc
118
snprintf(line, sizeof(line), "../../conf/Makefile.%s", machinename);
usr.sbin/config/mkmakefile.cc
121
snprintf(line, sizeof(line), "Makefile.%s", machinename);
usr.sbin/config/mkmakefile.cc
436
(void) snprintf(ifname, sizeof(ifname), "../../%s",
usr.sbin/config/mkmakefile.cc
624
(void) snprintf(fname, sizeof(fname), "../../conf/files");
usr.sbin/config/mkmakefile.cc
626
(void) snprintf(fname, sizeof(fname),
usr.sbin/config/mkmakefile.cc
795
snprintf(cmd, sizeof(cmd),
usr.sbin/config/mkoptions.cc
399
(void)snprintf(genopt, sizeof(genopt), "opt_%s.h",
usr.sbin/config/mkoptions.cc
434
(void)snprintf(fname, sizeof fname, "../../conf/options.%s",
usr.sbin/config/mkoptions.cc
437
(void)snprintf(fname, sizeof fname, "options.%s", machinename);
usr.sbin/config/mkoptions.cc
91
snprintf(buf, sizeof(buf), "%d", maxusers);
usr.sbin/cron/cron/cron.c
82
snprintf(buf, sizeof(buf),
usr.sbin/cron/cron/cron.c
85
snprintf(buf, sizeof(buf),
usr.sbin/cron/cron/database.c
137
snprintf(tabname, sizeof(tabname), "%s/%s",
usr.sbin/cron/cron/database.c
168
if (snprintf(tabname, sizeof tabname, CRON_TAB(fname))
usr.sbin/cron/cron/do_command.c
662
if (snprintf(mailcmd, sizeof(mailcmd), MAILFMT,
usr.sbin/cron/cron/do_command.c
758
snprintf(buf, sizeof(buf),
usr.sbin/cron/crontab/crontab.c
255
(void) snprintf(n, sizeof(n), CRON_TAB(User));
usr.sbin/cron/crontab/crontab.c
285
if (snprintf(n, sizeof(n), CRON_TAB(User)) >= (int)sizeof(n))
usr.sbin/cron/crontab/crontab.c
318
if (snprintf(n, sizeof(n), CRON_TAB(User)) >= (int)sizeof(n))
usr.sbin/cron/crontab/crontab.c
329
(void) snprintf(Filename, sizeof(Filename), "/tmp/crontab.XXXXXXXXXX");
usr.sbin/cron/crontab/crontab.c
505
(void) snprintf(n, sizeof(n), "tmp.%d", Pid);
usr.sbin/cron/crontab/crontab.c
506
if (snprintf(tn, sizeof(tn), CRON_TAB(n)) >= (int)sizeof(tn)) {
usr.sbin/cron/crontab/crontab.c
597
if (snprintf(n, sizeof(n), CRON_TAB(User)) >= (int)sizeof(n)) {
usr.sbin/cron/lib/entry.c
401
len = snprintf(envstr, sizeof(envstr), "HOME=%s", pw->pw_dir);
usr.sbin/cron/lib/entry.c
413
len = snprintf(envstr, sizeof(envstr), "LOGNAME=%s", pw->pw_name);
usr.sbin/cron/lib/entry.c
424
len = snprintf(envstr, sizeof(envstr), "USER=%s", pw->pw_name);
usr.sbin/cron/lib/env.c
239
if (snprintf(envstr, MAX_ENVSTR, "%s=%s", name, val) >= MAX_ENVSTR)
usr.sbin/cron/lib/misc.c
563
(void) snprintf(ret, sizeof(ret), "%s, %2d %s %d %02d:%02d:%02d %s",
usr.sbin/crunch/crunchgen/crunchgen.c
212
snprintf(outmkname, sizeof(outmkname), "%s.mk", confname);
usr.sbin/crunch/crunchgen/crunchgen.c
214
snprintf(outcfname, sizeof(outcfname), "%s.c", confname);
usr.sbin/crunch/crunchgen/crunchgen.c
216
snprintf(execfname, sizeof(execfname), "%s", confname);
usr.sbin/crunch/crunchgen/crunchgen.c
218
snprintf(cachename, sizeof(cachename), "%s.cache", confname);
usr.sbin/crunch/crunchgen/crunchgen.c
219
snprintf(tempfname, sizeof(tempfname), "%s/crunchgen_%sXXXXXX",
usr.sbin/crunch/crunchgen/crunchgen.c
289
snprintf(line, sizeof(line), "reading %s", filename);
usr.sbin/crunch/crunchgen/crunchgen.c
640
snprintf(line, MAXLINELEN, "filling in parms for %s", p->name);
usr.sbin/crunch/crunchgen/crunchgen.c
666
snprintf(line, sizeof line, "%s/%s", objprefix, p->realsrcdir);
usr.sbin/crunch/crunchgen/crunchgen.c
680
snprintf(path, sizeof(path), "Makefile.%s", p->name);
usr.sbin/crunch/crunchgen/crunchgen.c
682
snprintf(line, MAXLINELEN, "Using %s for %s", path, p->name);
usr.sbin/crunch/crunchgen/crunchgen.c
686
snprintf(path, sizeof(path), "%s/Makefile", p->srcdir);
usr.sbin/crunch/crunchgen/crunchgen.c
763
snprintf(line, MAXLINELEN, "cd %s && %s -f %s -B crunchgen_objs",
usr.sbin/crunch/crunchgen/crunchgen.c
831
snprintf(line, MAXLINELEN, "generating %s", cachename);
usr.sbin/crunch/crunchgen/crunchgen.c
872
snprintf(line, MAXLINELEN, "generating %s", outmkname);
usr.sbin/crunch/crunchgen/crunchgen.c
905
snprintf(line, MAXLINELEN, "generating %s", outcfname);
usr.sbin/crunch/crunchgen/crunchgen.c
979
snprintf(path, MAXPATHLEN, "%s/%s", dir->str, progname);
usr.sbin/ctladm/ctladm.c
3629
snprintf(idname, sizeof(idname), "%ju", portlist->cur_id);
usr.sbin/ctladm/ctladm.c
3637
snprintf(idname, sizeof(idname), "%ju", portlist->cur_id);
usr.sbin/ctladm/ctladm.c
3645
snprintf(idname, sizeof(idname), "%ju", portlist->cur_id);
usr.sbin/ctladm/ctladm.c
3984
snprintf(buf, sizeof(buf), "%#x", trtype);
usr.sbin/cxgbetool/cxgbetool.c
3693
snprintf(name, sizeof(name), "dev.t%unex.%u.misc.clip", g.chip_id, g.inst);
usr.sbin/cxgbetool/cxgbetool.c
3869
snprintf(buf, sizeof(buf), "/dev/%s", g.nexus);
usr.sbin/dconschat/dconschat.c
1093
snprintf(devname, sizeof(devname),
usr.sbin/dconschat/dconschat.c
165
snprintf(buf, PAGE_SIZE,
usr.sbin/dconschat/dconschat.c
199
snprintf(buf, 256, "\r\n[child exit]\r\n");
usr.sbin/dconschat/dconschat.c
218
snprintf(buf, 256, "\r\n[%s: fork failed]\r\n", __FUNCTION__);
usr.sbin/dconschat/dconschat.c
228
snprintf(com, sizeof(buf), "kgdb -r :%d kernel",
usr.sbin/dconschat/dconschat.c
230
snprintf(buf, 256, "\n[fork %s]\n", com);
usr.sbin/dconschat/dconschat.c
235
snprintf(buf, 256, "\n[fork failed]\n");
usr.sbin/dconschat/dconschat.c
379
snprintf(ebuf, sizeof(ebuf), "wrong magic 0x%08x", dbuf.magic);
usr.sbin/dconschat/dconschat.c
384
snprintf(ebuf, sizeof(ebuf),
usr.sbin/dconschat/dconschat.c
456
snprintf(ebuf, sizeof(ebuf), "wrong magic 0x%08x", ptr[0]);
usr.sbin/dconschat/dconschat.c
666
snprintf(service, sizeof(service), "%d", sport);
usr.sbin/diskinfo/diskinfo.c
152
snprintf(tstr, sizeof(tstr), "%s%s", _PATH_DEV, argv[i]);
usr.sbin/diskinfo/diskinfo.c
314
snprintf(rate, buflen, "Unknown");
usr.sbin/diskinfo/diskinfo.c
316
snprintf(rate, buflen, "%d", 0);
usr.sbin/diskinfo/diskinfo.c
318
snprintf(rate, buflen, "%d", arg.value.u16);
usr.sbin/diskinfo/diskinfo.c
320
snprintf(rate, buflen, "Invalid");
usr.sbin/diskinfo/diskinfo.c
741
snprintf(zone_str, zone_str_len, "Not_Zoned");
usr.sbin/diskinfo/diskinfo.c
744
snprintf(zone_str, zone_str_len, "Host_Aware");
usr.sbin/diskinfo/diskinfo.c
747
snprintf(zone_str, zone_str_len, "Drive_Managed");
usr.sbin/diskinfo/diskinfo.c
750
snprintf(zone_str, zone_str_len, "Host_Managed");
usr.sbin/diskinfo/diskinfo.c
753
snprintf(zone_str, zone_str_len, "Unknown_zone_mode_%u",
usr.sbin/edquota/edquota.c
248
snprintf(buf, sizeof(buf), "%d",
usr.sbin/edquota/edquota.c
251
snprintf(buf, sizeof(buf), "%s",
usr.sbin/edquota/edquota.c
499
snprintf(numbuf, sizeof(numbuf), "%juk", (uintmax_t)dbtokb(blocks));
usr.sbin/edquota/edquota.c
513
snprintf(numbuf, sizeof(numbuf), "%ju", (uintmax_t)inos);
usr.sbin/efibootmgr/efibootmgr.c
955
snprintf(buffer, sizeof(buffer), "Boot%04X", boot_order[i]);
usr.sbin/flowctl/flowctl.c
136
snprintf(sname, sizeof(sname), "flowctl%i", getpid());
usr.sbin/fstyp/hammer2.c
252
snprintf(label, size, "%s_%s", pfs, devname);
usr.sbin/fwcontrol/fwcontrol.c
1070
snprintf(devbase, sizeof(devbase), "%s%d.0", device_string, current_board);
usr.sbin/fwcontrol/fwcontrol.c
774
snprintf(devbase, sizeof(devbase), "%s%d.0", device_string, current_board);
usr.sbin/fwcontrol/fwcontrol.c
957
snprintf(devbase, sizeof(devbase), "%s%d.0", device_string, current_board);
usr.sbin/gssd/gssd.c
1234
snprintf(ccname, sizeof(ccname), "FILE:%s",
usr.sbin/gssd/gssd.c
1304
snprintf(ccname, sizeof(ccname), "FILE:/tmp/krb5cc_%d",
usr.sbin/gssd/gssd.c
1461
len = snprintf(namepath, sizeof(namepath), "%s/%s", dirpath,
usr.sbin/gssd/gssd.c
1470
len = snprintf(namepath, sizeof(namepath), "FILE:%s/%s",
usr.sbin/gssd/gssd.c
349
snprintf(ccname, sizeof(ccname), "FILE:%s",
usr.sbin/gssd/gssd.c
391
snprintf(ccname, sizeof(ccname), "FILE:/tmp/krb5cc_%d",
usr.sbin/gssd/gssd.c
581
snprintf(ccname, sizeof(ccname), "FILE:%s",
usr.sbin/gssd/gssd.c
623
snprintf(ccname, sizeof(ccname), "FILE:/tmp/krb5cc_%d",
usr.sbin/gstat/gstat.c
229
(void)snprintf(ts,sizeof(ts),
usr.sbin/gstat/gstat.c
384
(void)snprintf(g_name, sizeof(g_name), "??");
usr.sbin/gstat/gstat.c
387
(void)snprintf(g_name, sizeof(g_name), "%s",
usr.sbin/gstat/gstat.c
391
(void)snprintf(g_name, sizeof(g_name),
usr.sbin/inetd/builtins.c
576
snprintf(idbuf, sizeof(idbuf), "%u", (unsigned)pw->pw_uid);
usr.sbin/iostat/iostat.c
740
snprintf(devbuf, sizeof(devbuf), "%s%d",
usr.sbin/iovctl/iovctl.c
138
copied = snprintf(dev, size, "/dev/iov/%s", dev_name);
usr.sbin/iovctl/validate.c
247
snprintf(device_name, sizeof(device_name), VF_PREFIX"%d",
usr.sbin/ip6addrctl/ip6addrctl.c
225
snprintf(&addrbuf[addrlen],
usr.sbin/ipfwpcap/ipfwpcap.c
105
snprintf(numbuf, sizeof numbuf, "%d\n", getpid());
usr.sbin/ipfwpcap/ipfwpcap.c
89
snprintf(pidfile, sizeof pidfile,
usr.sbin/iscsid/login.c
100
snprintf(msg, sizeof(msg), "unknown redirection; "
usr.sbin/iscsid/login.c
132
snprintf(msg, sizeof(msg), "unknown initiator error; "
usr.sbin/iscsid/login.c
146
snprintf(msg, sizeof(msg), "unknown target error; "
usr.sbin/iscsid/login.c
152
snprintf(msg, sizeof(msg), "unknown error; "
usr.sbin/jail/command.c
344
(void)snprintf(ljidstr, sizeof(ljidstr), "%d",
usr.sbin/jail/command.c
621
ret = snprintf(comcs, comlen, fmt, comstring->s,
usr.sbin/jail/jail.c
898
(void)snprintf(jidstr, sizeof(jidstr), "%d", j->jid);
usr.sbin/kldxref/kldxref.c
722
if (snprintf(dest, MAXPATHLEN, "%s/lhint.XXXXXX", root) >=
usr.sbin/kldxref/kldxref.c
829
snprintf(xrefname, sizeof(xrefname), "%s/%s",
usr.sbin/lpr/common_source/common.c
289
snprintf(buf, len, "%s/%s", pp->spool_dir, pp->lock_file);
usr.sbin/lpr/common_source/common.c
307
snprintf(buf, len, "%s/%s", pp->spool_dir, pp->status_file);
usr.sbin/lpr/common_source/common.c
503
snprintf(destp, (destp - tempstr), "%+03d%02d",
usr.sbin/lpr/common_source/common.c
667
snprintf(statline, STATLINE_SIZE, "%s %s %s %s %03ld %s",
usr.sbin/lpr/common_source/common.c
673
snprintf(eostat, remspace, " user=%s", userid);
usr.sbin/lpr/common_source/common.c
676
snprintf(eostat, remspace, " secs=%#.2f bytes=%lu", trtime,
usr.sbin/lpr/common_source/common.c
685
snprintf(eostat, remspace, " bps=%#.2e",
usr.sbin/lpr/common_source/common.c
692
snprintf(eostat, remspace, " sip=%s", from_ip);
usr.sbin/lpr/common_source/common.c
698
snprintf(eostat, remspace, " shost=%s", sendhost);
usr.sbin/lpr/common_source/common.c
704
snprintf(eostat, remspace, " rhost=%s", recvhost);
usr.sbin/lpr/common_source/common.c
710
snprintf(eostat, remspace, " rdev=%s", recvdev);
usr.sbin/lpr/common_source/ctlinfo.c
452
snprintf(errm, sizeof(errm),
usr.sbin/lpr/common_source/ctlinfo.c
467
snprintf(errm, sizeof(errm),
usr.sbin/lpr/common_source/ctlinfo.c
474
snprintf(errm, sizeof(errm),
usr.sbin/lpr/common_source/ctlinfo.c
487
snprintf(errm, sizeof(errm),
usr.sbin/lpr/common_source/ctlinfo.c
495
snprintf(errm, sizeof(errm),
usr.sbin/lpr/common_source/ctlinfo.c
686
snprintf(errm, sizeof(errm),
usr.sbin/lpr/common_source/ctlinfo.c
696
snprintf(errm, sizeof(errm),
usr.sbin/lpr/common_source/ctlinfo.c
773
snprintf(errm, sizeof(errm),
usr.sbin/lpr/common_source/displayq.c
225
(void) snprintf(line, sizeof(line), "%c%s", format ? '\4' : '\3',
usr.sbin/lpr/common_source/displayq.c
618
(void)snprintf(rline, sizeof(rline), "%dth", n);
usr.sbin/lpr/common_source/displayq.c
620
(void)snprintf(rline, sizeof(rline), "%d%s", n, r[n%10]);
usr.sbin/lpr/common_source/matchjobs.c
94
snprintf(rangestr, sizeof(rangestr), "%ld-%ld",
usr.sbin/lpr/common_source/matchjobs.c
98
snprintf(rangestr, sizeof(rangestr), "%ld",
usr.sbin/lpr/lpd/printjob.c
269
(void) snprintf(line, sizeof(line), "%s\n", q->job_cfname);
usr.sbin/lpr/lpd/recvjob.c
220
len = snprintf(tfname, sizeof(tfname), "%.6s%s", cp,
usr.sbin/lpr/lpd/recvjob.c
274
len = snprintf(dfname, sizeof(dfname), "%.6s%s", cp,
usr.sbin/lpr/lpr/lpr.c
377
(void)snprintf(buf, sizeof(buf), "%ju %ju",
usr.sbin/lpr/lpr/lpr.c
821
(void) snprintf(buf, sizeof(buf), "%s/.seq", pp->spool_dir);
usr.sbin/lpr/lpr/lpr.c
847
snprintf(buf, sizeof(buf), "%03d\n", n);
usr.sbin/lpr/lpr/lpr.c
862
(void) snprintf(s, len, "%s/%sA%03d%s", pp->spool_dir, id, num,
usr.sbin/mailwrapper/mailwrapper.c
106
snprintf(localmailerconf, MAXPATHLEN, "%s/etc/mail/mailer.conf",
usr.sbin/makefs/cd9660.c
1108
snprintf(&tmp[numbts], ISO_FILENAME_MAXLENGTH - numbts,
usr.sbin/makefs/cd9660.c
1252
snprintf(newname, sizeof(newname), "%08u",
usr.sbin/makefs/cd9660.c
1560
len = snprintf(buf, len, "%s/%s/%s", node->node->root,
usr.sbin/makefs/cd9660.c
1622
snprintf(newname, newnamelen - (newname - orignewname), ";%i", 1);
usr.sbin/makefs/cd9660.c
1682
snprintf(newname, newnamelen - (newname - orignewname), ";%i", 1);
usr.sbin/makefs/cd9660/cd9660_conversion.c
174
(void)snprintf(temp, sizeof(temp), "%04i%02i%02i%02i%02i%02i%02i",
usr.sbin/makefs/ffs.c
902
if (snprintf(path, sizeof(path), "%s/%s/%s", cur->root,
usr.sbin/makefs/ffs.c
945
if ((size_t)snprintf(path, sizeof(path), "%s/%s", dir,
usr.sbin/makefs/msdos.c
224
if ((size_t)snprintf(pbuf, sizeof(pbuf), "%s/%s", path,
usr.sbin/makefs/walk.c
130
len = snprintf(path, sizeof(path), "%s/%s", root, dir);
usr.sbin/makefs/walk.c
163
if ((size_t)snprintf(path + len, sizeof(path) - len, "/%s",
usr.sbin/makefs/walk.c
407
if ((size_t)snprintf(path, sizeof(path), "%s/%s", dir,
usr.sbin/makefs/walk.c
572
if (snprintf(path, sizeof(path), "%s/%s", cur->path,
usr.sbin/makefs/zfs/fs.c
284
n = snprintf(path, sz, "%s/%s/%s",
usr.sbin/makefs/zfs/fs.c
750
(void)snprintf(ti, sizeof(ti), "%u", index);
usr.sbin/makefs/zfs/zap.c
175
(void)snprintf(name, sizeof(name), "%jx", (uintmax_t)val);
usr.sbin/mfiutil/mfi_cmd.c
122
snprintf(buffer, sizeof(buffer), "Status: 0x%02x", status_code);
usr.sbin/mfiutil/mfi_cmd.c
189
snprintf(buf, sizeof(buf), "%d", target_id);
usr.sbin/mfiutil/mfi_cmd.c
226
snprintf(mibname, sizeof(mibname),
usr.sbin/mfiutil/mfi_config.c
1258
snprintf(buf, sizeof(buf), "dev.mfi.%d.debug_command", mfi_unit);
usr.sbin/mfiutil/mfi_drive.c
348
snprintf(inq_string, sizeof(inq_string), "<%s %s serial=%s> SATA",
usr.sbin/mfiutil/mfi_drive.c
361
snprintf(rstr, sizeof (rstr), "SCSI-%d",
usr.sbin/mfiutil/mfi_drive.c
365
snprintf(inq_string, sizeof(inq_string), "<%s %s %s serial=%s> %s", vendor,
usr.sbin/mfiutil/mfi_drive.c
72
snprintf(buf, sizeof(buf), "MISSING");
usr.sbin/mfiutil/mfi_drive.c
74
snprintf(buf, sizeof(buf), "%2u", device_id);
usr.sbin/mfiutil/mfi_evt.c
249
snprintf(buffer, sizeof(buffer), "boot + %us", timestamp &
usr.sbin/mfiutil/mfi_evt.c
262
snprintf(buffer, sizeof(buffer), "%us", timestamp);
usr.sbin/mfiutil/mfi_evt.c
295
snprintf(buffer, sizeof(buffer), "0x%04x", locale);
usr.sbin/mfiutil/mfi_evt.c
321
snprintf(buffer, sizeof(buffer), "%d", class);
usr.sbin/mfiutil/mfi_evt.c
347
snprintf(buffer, sizeof(buffer), "%02d(s%d)", pd->device_id,
usr.sbin/mfiutil/mfi_evt.c
350
snprintf(buffer, sizeof(buffer), "%02d(e%d/s%d)", pd->device_id,
usr.sbin/mfiutil/mfi_patrol.c
178
snprintf(label, sizeof(label), " Drive %s",
usr.sbin/mfiutil/mfi_show.c
225
snprintf(buf, sizeof(buf), "never");
usr.sbin/moused/moused/quirks.c
1379
snprintf(path,
usr.sbin/moused/msconvd/msconvd.c
799
snprintf(uisetup.name, UINPUT_MAX_NAME_SIZE,
usr.sbin/mpsutil/mps_cmd.c
253
snprintf(buffer, sizeof(buffer), "Status: 0x%04x", IOCStatus);
usr.sbin/mpsutil/mps_cmd.c
647
snprintf(path, sizeof(path), "/dev/mp%s%d", is_mps ? "s": "r", unit);
usr.sbin/mpsutil/mps_debug.c
66
snprintf(sysctlbuf, sizeof(sysctlbuf), "dev.%s.%d.dump_reqs",
usr.sbin/mpsutil/mps_show.c
209
snprintf(devhandle, sizeof(devhandle), "%04x",
usr.sbin/mpsutil/mps_show.c
211
snprintf(ctrlhandle, sizeof(ctrlhandle), "%04x",
usr.sbin/mpsutil/mps_show.c
215
snprintf(devhandle, sizeof(devhandle), " ");
usr.sbin/mpsutil/mps_show.c
216
snprintf(ctrlhandle, sizeof(ctrlhandle), " ");
usr.sbin/mpsutil/mps_show.c
570
snprintf(bt, sizeof(bt), " ");
usr.sbin/mpsutil/mps_show.c
572
snprintf(bt, sizeof(bt), "%02d %02d", bus, target);
usr.sbin/mpsutil/mps_show.c
608
snprintf(enchandle, sizeof(enchandle), "%04x", le16toh(device->EnclosureHandle));
usr.sbin/mpsutil/mps_show.c
609
snprintf(slot, sizeof(slot), "%02d", le16toh(device->Slot));
usr.sbin/mpsutil/mps_show.c
611
snprintf(enchandle, sizeof(enchandle), " ");
usr.sbin/mpsutil/mps_show.c
612
snprintf(slot, sizeof(slot), " ");
usr.sbin/mpsutil/mps_show.c
615
snprintf(buf, sizeof(buf), "%08x%08x", le32toh(device->SASAddress.High),
usr.sbin/mpsutil/mps_show.c
618
snprintf(buf, sizeof(buf), "%04x", le16toh(device->DevHandle));
usr.sbin/mpsutil/mps_show.c
620
snprintf(buf, sizeof(buf), "%04x", le16toh(device->ParentDevHandle));
usr.sbin/mpsutil/mps_show.c
666
snprintf(sepstr, sizeof(sepstr), " ");
usr.sbin/mpsutil/mps_show.c
668
snprintf(sepstr, sizeof(sepstr), "%04x", le16toh(enc->SEPDevHandle));
usr.sbin/mpsutil/mps_show.c
720
snprintf(enchandle, sizeof(enchandle), " ");
usr.sbin/mpsutil/mps_show.c
722
snprintf(enchandle, sizeof(enchandle), "%04d", le16toh(exp0->EnclosureHandle));
usr.sbin/mpsutil/mps_show.c
724
snprintf(parent, sizeof(parent), " ");
usr.sbin/mpsutil/mps_show.c
726
snprintf(parent, sizeof(parent), "%04x", le16toh(exp0->ParentDevHandle));
usr.sbin/mpsutil/mps_show.c
749
snprintf(rphy, sizeof(rphy), " ");
usr.sbin/mpsutil/mps_show.c
750
snprintf(rhandle, sizeof(rhandle), " ");
usr.sbin/mpsutil/mps_show.c
754
snprintf(rphy, sizeof(rphy), "%02d",
usr.sbin/mpsutil/mps_show.c
756
snprintf(rhandle, sizeof(rhandle), "%04x",
usr.sbin/mptutil/mpt_cam.c
163
snprintf(p->periph_name, sizeof(p->periph_name), "da");
usr.sbin/mptutil/mpt_cam.c
206
snprintf(qd->devname, sizeof(qd->devname), "%s%d", r->periph_name,
usr.sbin/mptutil/mpt_cam.c
321
snprintf(disk->inqstring, sizeof(disk->inqstring),
usr.sbin/mptutil/mpt_cam.c
334
snprintf(rstr, sizeof (rstr), "SCSI-%d",
usr.sbin/mptutil/mpt_cam.c
338
snprintf(disk->inqstring, sizeof(disk->inqstring), "<%s %s %s> %s",
usr.sbin/mptutil/mpt_cam.c
428
snprintf(p->periph_name, sizeof(p->periph_name), "da");
usr.sbin/mptutil/mpt_cam.c
492
snprintf(disks[count].devname, sizeof(disks[count].devname),
usr.sbin/mptutil/mpt_cam.c
88
snprintf(b->dev_name, sizeof(b->dev_name), "mpt");
usr.sbin/mptutil/mpt_cmd.c
229
snprintf(buffer, sizeof(buffer), "Status: 0x%04x", IOCStatus);
usr.sbin/mptutil/mpt_cmd.c
241
snprintf(buffer, sizeof(buffer), "Status: 0x%04x", ActionStatus);
usr.sbin/mptutil/mpt_cmd.c
284
snprintf(buf, sizeof(buf), "%d", VolumeID);
usr.sbin/mptutil/mpt_cmd.c
286
snprintf(buf, sizeof(buf), "%d:%d", VolumeBus,
usr.sbin/mptutil/mpt_cmd.c
552
snprintf(path, sizeof(path), "/dev/mpt%d", unit);
usr.sbin/mptutil/mpt_config.c
109
snprintf(path, sizeof(path), "%s%s", _PATH_DEV, qd.devname);
usr.sbin/mptutil/mpt_config.c
125
snprintf(path, sizeof(path), "%s%s", _PATH_DEV, disk->devname);
usr.sbin/mptutil/mpt_drive.c
316
snprintf(inq_string, sizeof(inq_string), "<%s %s> SATA",
usr.sbin/mptutil/mpt_drive.c
319
snprintf(inq_string, sizeof(inq_string), "<%s %s %s> SAS",
usr.sbin/ndp/ndp.c
1127
snprintf(&abuf[j * 2], sizeof(abuf), "%02X", rbuf[j]);
usr.sbin/ndp/ndp.c
1128
snprintf(xobuf, sizeof(xobuf), "%s{:%s/%%s}", txt, field);
usr.sbin/ndp/ndp.c
1518
n = snprintf(p, ep - p, "%dd", days);
usr.sbin/ndp/ndp.c
1525
n = snprintf(p, ep - p, "%dh", hours);
usr.sbin/ndp/ndp.c
1532
n = snprintf(p, ep - p, "%dm", mins);
usr.sbin/ndp/ndp.c
1537
snprintf(p, ep - p, "%ds", secs);
usr.sbin/ndp/ndp.c
634
snprintf(xobuf, sizeof(xobuf),
usr.sbin/ndp/ndp.c
748
snprintf(xobuf, sizeof(xobuf),
usr.sbin/ndp/ndp.c
801
snprintf(flgbuf, sizeof(flgbuf), "%s%s",
usr.sbin/ndp/ndp.c
808
snprintf(flgbuf, sizeof(flgbuf), "%s%s%s%s",
usr.sbin/ndp/ndp.c
814
snprintf(flgbuf, sizeof(flgbuf), "%s%s",
usr.sbin/ndp/ndp.c
897
snprintf(hbuf, sizeof(hbuf), "%s", link_ntoa(sdl) + n);
usr.sbin/ndp/ndp.c
899
snprintf(hbuf, sizeof(hbuf), "(incomplete)");
usr.sbin/ndp/ndp_netlink.c
252
snprintf(xobuf, sizeof(xobuf),
usr.sbin/ndp/ndp_netlink.c
299
snprintf(flgbuf, sizeof(flgbuf), "%s%s",
usr.sbin/ndp/ndp_netlink.c
326
snprintf(xobuf, sizeof(xobuf),
usr.sbin/newsyslog/newsyslog.c
1744
snprintf(errbuf, sizeof(errbuf),
usr.sbin/newsyslog/newsyslog.c
1773
(void) snprintf(fname, fname_sz, "%s/%s.%d", archive_dir,
usr.sbin/newsyslog/newsyslog.c
1776
(void) snprintf(fname, fname_sz, "%s.%d", namepart, numlogs_c);
usr.sbin/newsyslog/newsyslog.c
1792
(void) snprintf(zfile1, sizeof(zfile1), "%s%s", file1,
usr.sbin/newsyslog/newsyslog.c
1927
(void) snprintf(file1, sizeof(file1), "%s/%s.%s",
usr.sbin/newsyslog/newsyslog.c
1930
(void) snprintf(file1, sizeof(file1), "%s.%s",
usr.sbin/newsyslog/newsyslog.c
645
snprintf(temp_reason, REASON_MAX, " due to -R from %s",
usr.sbin/newsyslog/newsyslog.c
649
snprintf(temp_reason, REASON_MAX, " due to -F request");
usr.sbin/newsyslog/newsyslog.c
652
snprintf(temp_reason, REASON_MAX, " due to size>%dK",
usr.sbin/newsyslog/ptimes.c
543
chars = snprintf(timebuf, bufsize,
usr.sbin/nfscbd/nfscbd.c
166
snprintf(princname, sizeof (princname),
usr.sbin/nfsd/nfsd.c
1068
snprintf(principal, sizeof (principal), "nfs@%s", hostname);
usr.sbin/nfsd/nfsd.c
1079
snprintf(principal, sizeof (principal),
usr.sbin/nfsd/nfsd.c
1256
snprintf(nfsprt, 9, ".%d.%d", 2049 >> 8, 2049 & 0xff);
usr.sbin/ngctl/connect.c
71
snprintf(con.path, sizeof(con.path), "%s", av[1]);
usr.sbin/ngctl/connect.c
72
snprintf(con.ourhook, sizeof(con.ourhook), "%s", av[2]);
usr.sbin/ngctl/connect.c
73
snprintf(con.peerhook, sizeof(con.peerhook), "%s", av[3]);
usr.sbin/ngctl/dot.c
148
(void)snprintf(path, sizeof(path), "[%jx]:",
usr.sbin/ngctl/list.c
119
snprintf(path, sizeof(path), "[%lx]:",
usr.sbin/ngctl/list.c
131
snprintf(ninfo->name, sizeof(ninfo->name),
usr.sbin/ngctl/main.c
154
snprintf(name, sizeof(name), "ngctl%d", getpid());
usr.sbin/ngctl/main.c
176
snprintf(name, sizeof(name), "%s", optarg);
usr.sbin/ngctl/mkpeer.c
71
snprintf(mkp.type, sizeof(mkp.type), "%s", av[1]);
usr.sbin/ngctl/mkpeer.c
72
snprintf(mkp.ourhook, sizeof(mkp.ourhook), "%s", av[2]);
usr.sbin/ngctl/mkpeer.c
73
snprintf(mkp.peerhook, sizeof(mkp.peerhook), "%s", av[3]);
usr.sbin/ngctl/msg.c
87
snprintf(buf + strlen(buf),
usr.sbin/ngctl/name.c
64
snprintf(name.name, sizeof(name.name), "%s", av[2]);
usr.sbin/ngctl/rmhook.c
69
snprintf(rmh.ourhook, sizeof(rmh.ourhook), "%s", av[1]);
usr.sbin/ngctl/show.c
108
snprintf(ninfo->name, sizeof(ninfo->name), "%s", UNNAMED);
usr.sbin/ngctl/show.c
124
snprintf(peer->name, sizeof(peer->name),
usr.sbin/ngctl/show.c
127
snprintf(idbuf, sizeof(idbuf), "%08x", peer->id);
usr.sbin/nghook/main.c
155
snprintf(ngc.path, sizeof(ngc.path), "%s", path);
usr.sbin/nghook/main.c
156
snprintf(ngc.ourhook, sizeof(ngc.ourhook), NG_SOCK_HOOK_NAME);
usr.sbin/nghook/main.c
157
snprintf(ngc.peerhook, sizeof(ngc.peerhook), "%s", hook);
usr.sbin/nghook/main.c
257
snprintf(sbuf, sizeof(sbuf), "%04x: ", count);
usr.sbin/nghook/main.c
260
snprintf(sbuf + strlen(sbuf),
usr.sbin/nghook/main.c
264
snprintf(sbuf + strlen(sbuf),
usr.sbin/nghook/main.c
266
snprintf(sbuf + strlen(sbuf), sizeof(sbuf) - strlen(sbuf), " ");
usr.sbin/nghook/main.c
271
snprintf(sbuf + strlen(sbuf),
usr.sbin/nghook/main.c
274
snprintf(sbuf + strlen(sbuf),
usr.sbin/nghook/main.c
276
snprintf(sbuf + strlen(sbuf),
usr.sbin/pkg/config.c
551
snprintf(path, sizeof(path), "%s%s%s",
usr.sbin/pkg/config.c
607
snprintf(confpath, sizeof(confpath), "%s/etc/pkg.conf", localbase);
usr.sbin/pkg/pkg.c
1006
snprintf(path, sizeof(path), "%s.pubkeysig", pkgpath);
usr.sbin/pkg/pkg.c
1101
snprintf(pkgpath, MAXPATHLEN, "%s/sbin/pkg", getlocalbase());
usr.sbin/pkg/pkg.c
287
snprintf(zone, sizeof(zone),
usr.sbin/pkg/pkg.c
414
snprintf(path, MAXPATHLEN, "%s/%s", dir, filename);
usr.sbin/pkg/pkg.c
761
snprintf(path, MAXPATHLEN, "%s/trusted", fingerprints);
usr.sbin/pkg/pkg.c
772
snprintf(path, MAXPATHLEN, "%s/revoked", fingerprints);
usr.sbin/pkg/pkg.c
870
snprintf(url, MAXPATHLEN, "%s/Latest/%s", packagesite, bootstrap_name);
usr.sbin/pkg/pkg.c
871
snprintf(tmppkg, MAXPATHLEN, "%s/%s.XXXXXX",
usr.sbin/pkg/pkg.c
878
snprintf(tmpsig, MAXPATHLEN, "%s/%s.sig.XXXXXX",
usr.sbin/pkg/pkg.c
881
snprintf(url, MAXPATHLEN, "%s/Latest/%s.sig",
usr.sbin/pkg/pkg.c
893
snprintf(tmpsig, MAXPATHLEN,
usr.sbin/pkg/pkg.c
897
snprintf(url, MAXPATHLEN, "%s/Latest/%s.pubkeysig",
usr.sbin/pkg/pkg.c
993
snprintf(path, sizeof(path), "%s.sig", pkgpath);
usr.sbin/pmcannotate/pmcannotate.c
440
snprintf(tmpf, sizeof(tmpf),
usr.sbin/pmcannotate/pmcannotate.c
445
snprintf(tmpf, sizeof(tmpf),
usr.sbin/pmcannotate/pmcannotate.c
518
snprintf(buf, sizeof(buf), "%u", nsamples);
usr.sbin/pmcannotate/pmcannotate.c
521
snprintf(buf, sizeof(buf), "%.2f%%", (float)nsamples * 100 /
usr.sbin/pmcannotate/pmcannotate.c
525
snprintf(buf, sizeof(buf), "%.2f%%", (float)nsamples * 100 /
usr.sbin/pmcannotate/pmcannotate.c
775
snprintf(tmpf, sizeof(tmpf), "pmcstat -k %s -R %s -m %s",
usr.sbin/pmcannotate/pmcannotate.c
778
snprintf(tmpf, sizeof(tmpf), "pmcstat -R %s -m %s", ofile,
usr.sbin/pmcstat/pmcpl_callgraph.c
486
snprintf(vs, sizeof(vs), "%.1f", v);
usr.sbin/pmcstat/pmcpl_callgraph.c
492
snprintf(ns, sizeof(ns), "%p",
usr.sbin/pmcstat/pmcpl_callgraph.c
498
snprintf(ns, sizeof(ns), "%p",
usr.sbin/pmcstat/pmcpl_callgraph.c
502
snprintf(ns, sizeof(ns), "%s+%#0" PRIx64,
usr.sbin/pmcstat/pmcpl_callgraph.c
507
snprintf(ns, sizeof(ns), "%s",
usr.sbin/pmcstat/pmcpl_callgraph.c
558
vs_len = snprintf(vs, sizeof(vs), ":%.1f", v);
usr.sbin/pmcstat/pmcpl_callgraph.c
566
ns_len = snprintf(ns, sizeof(ns), "%s",
usr.sbin/pmcstat/pmcpl_callgraph.c
569
ns_len = snprintf(ns, sizeof(ns), "%p",
usr.sbin/pmcstat/pmcpl_calltree.c
1063
snprintf(buffer, sizeof(buffer), "%s@%s",
usr.sbin/pmcstat/pmcpl_calltree.c
1133
snprintf(name, sizeof(name), "%s_%d",
usr.sbin/pmcstat/pmcpl_calltree.c
498
snprintf(vs, sizeof(vs), "%.1f", v);
usr.sbin/pmcstat/pmcpl_calltree.c
514
vs_len = snprintf(vs, sizeof(vs),
usr.sbin/pmcstat/pmcpl_calltree.c
523
ns_len = snprintf(ns, sizeof(ns), "%s",
usr.sbin/pmcstat/pmcpl_calltree.c
526
ns_len = snprintf(ns, sizeof(ns), "%p",
usr.sbin/pmcstat/pmcpl_calltree.c
532
is_len = snprintf(is, sizeof(is), "@%s",
usr.sbin/pmcstat/pmcpl_gprof.c
189
(void) snprintf(fullpath, sizeof(fullpath),
usr.sbin/pmcstat/pmcpl_gprof.c
336
snprintf(name, sizeof(name), "%.*s.gmon", nlen, sn);
usr.sbin/pmcstat/pmcpl_gprof.c
354
snprintf(name, sizeof(name), "%.*s~%3.3d.gmon",
usr.sbin/pmcstat/pmcpl_gprof.c
393
(void) snprintf(fullpath, sizeof(fullpath), "%s/%s", args.pa_samplesdir,
usr.sbin/pmcstat/pmcstat_log.c
250
snprintf(imagepath, sizeof(imagepath),
usr.sbin/pmcstat/pmcstat_log.c
257
snprintf(imagepath, sizeof(imagepath), "%s%s.symbols",
usr.sbin/pmcstat/pmcstat_log.c
262
snprintf(imagepath, sizeof(imagepath), "%s%s",
usr.sbin/pmcstat/pmcstat_log.c
275
snprintf(cmdline, sizeof(cmdline), "addr2line -Cfe \"%s\"",
usr.sbin/pmcstat/pmcstat_log.c
656
snprintf(pmcname, sizeof(pmcname), "[%s]",
usr.sbin/pmcstat/pmcstat_log.c
659
snprintf(pmcname, sizeof(pmcname), "%s.%d",
usr.sbin/ppp/auth.c
96
snprintf(chap, sizeof chap, "CHAP 0x%02x", type);
usr.sbin/ppp/bundle.c
674
snprintf(pidfile, sizeof pidfile, "%stun%d.pid", _PATH_VARRUN, bundle->unit);
usr.sbin/ppp/bundle.c
689
snprintf(pidfile, sizeof pidfile, "%stun%d.pid", _PATH_VARRUN, bundle->unit);
usr.sbin/ppp/bundle.c
724
snprintf(bundle.dev.Name, sizeof bundle.dev.Name, "%s%d",
usr.sbin/ppp/command.c
1506
snprintf(name, sizeof name, "%.*s%d%s",
usr.sbin/ppp/command.c
480
snprintf(buf, sizeof buf, "%ld", l);
usr.sbin/ppp/command.c
490
snprintf(buf, sizeof buf, "%llu", ull);
usr.sbin/ppp/command.c
512
snprintf(prefix, sizeof(prefix), "%s/%d", ipv6addr, ipv6prefix[1]);
usr.sbin/ppp/command.c
536
snprintf(uptime, sizeof uptime, "%d:%02d:%02d",
usr.sbin/ppp/defs.c
340
snprintf(buf, sz, "<%ld>", val);
usr.sbin/ppp/defs.c
353
snprintf(buf, sz, "<0x%lx>", val);
usr.sbin/ppp/defs.c
369
snprintf(num, sizeof num, "%d", ex);
usr.sbin/ppp/defs.c
404
n = snprintf(buf + pos, sz - pos, "%s%s", i ? " " : "", argv[i]);
usr.sbin/ppp/ether.c
277
snprintf(sessionid, sizeof sessionid, "%04x", *(u_int16_t *)sts);
usr.sbin/ppp/ether.c
287
snprintf(unknown, sizeof unknown, "<%d>", (int)rep->header.cmd);
usr.sbin/ppp/ether.c
569
snprintf(ngc.path, sizeof ngc.path, "[%x]:", nlink->nodeinfo.id);
usr.sbin/ppp/ether.c
584
snprintf(mkp.type, sizeof mkp.type, "%s", NG_PPPOE_NODE_TYPE);
usr.sbin/ppp/ether.c
585
snprintf(mkp.ourhook, sizeof mkp.ourhook, "%s", NG_ETHER_HOOK_ORPHAN);
usr.sbin/ppp/ether.c
586
snprintf(mkp.peerhook, sizeof mkp.peerhook, "%s", NG_PPPOE_HOOK_ETHERNET);
usr.sbin/ppp/ether.c
587
snprintf(etherid, sizeof etherid, "[%x]:", ninfo->id);
usr.sbin/ppp/ether.c
599
snprintf(ngc.path, sizeof ngc.path, "%s%s", path, NG_ETHER_HOOK_ORPHAN);
usr.sbin/ppp/ether.c
602
snprintf(dev->hook, sizeof dev->hook, "%s%d",
usr.sbin/ppp/ether.c
609
snprintf(ngc.ourhook, sizeof ngc.ourhook, "%s", dev->hook);
usr.sbin/ppp/ether.c
627
snprintf(connectpath, sizeof connectpath, ".:%s", dev->hook);
usr.sbin/ppp/ether.c
643
snprintf(data->hook, sizeof data->hook, "%s", dev->hook);
usr.sbin/ppp/filter.c
442
snprintf(buf, sizeof buf, "%6d ", act);
usr.sbin/ppp/iface.c
227
snprintf(buf, sizeof buf, "%s", ncprange_ntoa(&addr->ifa));
usr.sbin/ppp/iface.c
257
snprintf(dst, sizeof dst, "%s", ncpaddr_ntoa(&addr->peer));
usr.sbin/ppp/iface.c
305
snprintf(buf, sizeof buf, "%s", ncprange_ntoa(&addr->ifa));
usr.sbin/ppp/iface.c
344
snprintf(dst, sizeof dst, "%s", ncpaddr_ntoa(&addr->peer));
usr.sbin/ppp/ip.c
189
snprintf(protobuff, sizeof protobuff, "%d", cproto);
usr.sbin/ppp/ip.c
191
snprintf(protobuff, sizeof protobuff, "%s", pe->p_name);
usr.sbin/ppp/ip.c
318
snprintf(dbuff, sizeof dbuff, "sport = %d", sport);
usr.sbin/ppp/ip.c
327
snprintf(dbuff, sizeof dbuff, "sport = %d", sport);
usr.sbin/ppp/ip.c
357
snprintf(dbuff, sizeof dbuff, "sport = %d, dport = %d",
usr.sbin/ppp/ip.c
379
snprintf(dbuff, sizeof dbuff,
usr.sbin/ppp/ip.c
399
snprintf(dbuff + len, sizeof dbuff - len,
usr.sbin/ppp/ip.c
411
snprintf(dbuff, sizeof dbuff, ", src %s %d",
usr.sbin/ppp/ip.c
417
snprintf(dbuff + len, sizeof dbuff - len,
usr.sbin/ppp/ip.c
459
snprintf(dstip, sizeof dstip, "%s", ncpaddr_ntoa(&dstaddr));
usr.sbin/ppp/ip.c
469
snprintf(dstip, sizeof dstip, "%s", ncpaddr_ntoa(&dstaddr));
usr.sbin/ppp/ip.c
485
snprintf(dstip, sizeof dstip, "%s", ncpaddr_ntoa(&dstaddr));
usr.sbin/ppp/ip.c
612
snprintf(logbuf + loglen, sizeof logbuf - loglen, "%s", prefix);
usr.sbin/ppp/ip.c
614
snprintf(logbuf + loglen, sizeof logbuf - loglen, "%s ", filter->name);
usr.sbin/ppp/ip.c
616
snprintf(logbuf + loglen, sizeof logbuf - loglen, " ");
usr.sbin/ppp/ip.c
625
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
628
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
639
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
642
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
660
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
663
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
680
snprintf(logbuf + loglen, sizeof logbuf - loglen, " contains ");
usr.sbin/ppp/ip.c
702
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
713
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
716
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
726
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
729
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
739
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
742
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
748
snprintf(logbuf + loglen, sizeof logbuf - loglen, " contains ");
usr.sbin/ppp/ip.c
759
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
762
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
769
snprintf(logbuf + loglen, sizeof logbuf - loglen, " contains ");
usr.sbin/ppp/ip.c
780
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
783
snprintf(logbuf + loglen, sizeof logbuf - loglen, "%s, spi %p",
usr.sbin/ppp/ip.c
791
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
794
snprintf(logbuf + loglen, sizeof logbuf - loglen, "%s, spi %p",
usr.sbin/ppp/ip.c
803
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
807
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
826
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
829
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
834
snprintf(logbuf + loglen, sizeof logbuf - loglen, " %s", TcpFlags[n]);
usr.sbin/ppp/ip.c
838
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
847
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
852
snprintf(logbuf + loglen, sizeof logbuf - loglen, " pri:%d", pri);
usr.sbin/ppp/ip.c
862
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ip.c
865
snprintf(logbuf + loglen, sizeof logbuf - loglen,
usr.sbin/ppp/ipcp.c
1073
snprintf(tbuff, sizeof tbuff, " %s[%d]", protoname(opt->hdr.id),
usr.sbin/ppp/ipcp.c
1090
snprintf(tbuff2, sizeof tbuff2, "%s changing address: %s ", tbuff,
usr.sbin/ppp/ipcp.c
1194
snprintf(tbuff2, sizeof tbuff2, "%s %s,", tbuff, inet_ntoa(ipaddr));
usr.sbin/ppp/ipcp.c
875
snprintf(addr, sizeof addr, "%s", inet_ntoa(ipcp->my_ip));
usr.sbin/ppp/ipcp.c
937
snprintf(tbuff, sizeof tbuff, "%s", inet_ntoa(ipcp->my_ip));
usr.sbin/ppp/ipv6cp.c
474
snprintf(tbuff, sizeof tbuff, "%s", ncpaddr_ntoa(&ipv6cp->myaddr));
usr.sbin/ppp/ipv6cp.c
528
snprintf(addr, sizeof addr, "%s", ncpaddr_ntoa(&ipv6cp->myaddr));
usr.sbin/ppp/ipv6cp.c
698
snprintf(tbuff, sizeof tbuff, " %s[%d]", protoname(opt->hdr.id),
usr.sbin/ppp/lcp.c
681
snprintf(request, sizeof request, " %s[%d]", protoname(opt->hdr.id),
usr.sbin/ppp/log.c
327
snprintf(nfmt, sizeof nfmt, "%s%d(%s): %s: %s", TUN_NAME,
usr.sbin/ppp/log.c
330
snprintf(nfmt, sizeof nfmt, "%s%d: %s: %s", TUN_NAME,
usr.sbin/ppp/log.c
333
snprintf(nfmt, sizeof nfmt, "%s: %s", log_Name(lev), fmt);
usr.sbin/ppp/log.c
349
snprintf(nfmt, sizeof nfmt, "%s%d(%s): %s: %s", TUN_NAME,
usr.sbin/ppp/log.c
352
snprintf(nfmt, sizeof nfmt, "%s%d: %s: %s", TUN_NAME,
usr.sbin/ppp/log.c
355
snprintf(nfmt, sizeof nfmt, "%s: %s", log_Name(lev), fmt);
usr.sbin/ppp/main.c
360
snprintf(conf, sizeof conf, "%s/%s", PPP_CONFDIR, CONFFILE);
usr.sbin/ppp/mp.c
1119
l = snprintf(s->socket.sun_path, sizeof s->socket.sun_path, "%sppp-%s-%02x-",
usr.sbin/ppp/mp.c
1129
snprintf(s->socket.sun_path + l, sizeof s->socket.sun_path - l,
usr.sbin/ppp/mp.c
910
snprintf(result, sizeof result, "Local Addr: %.*s", (int)len,
usr.sbin/ppp/mp.c
916
snprintf(result, sizeof result, "IP %s",
usr.sbin/ppp/mp.c
925
snprintf(result, sizeof result, "MAC %02x:%02x:%02x:%02x:%02x:%02x",
usr.sbin/ppp/mp.c
941
snprintf(result, sizeof result, "PSN: %.*s", (int)len, address);
usr.sbin/ppp/mppe.c
391
if ((n = snprintf(buf, sizeof buf, "value 0x%08x ", (unsigned)val)) > 0)
usr.sbin/ppp/mppe.c
394
if ((n = snprintf(buf + len, sizeof buf - len, "(0")) > 0)
usr.sbin/ppp/mppe.c
399
if ((n = snprintf(buf + len, sizeof buf - len, "%c128", ch)) > 0)
usr.sbin/ppp/mppe.c
404
if ((n = snprintf(buf + len, sizeof buf - len, "%c56", ch)) > 0)
usr.sbin/ppp/mppe.c
409
if ((n = snprintf(buf + len, sizeof buf - len, "%c40", ch)) > 0)
usr.sbin/ppp/mppe.c
415
if ((n = snprintf(buf + len, sizeof buf - len, " bits, state%s",
usr.sbin/ppp/mppe.c
420
if ((n = snprintf(buf + len, sizeof buf - len, ", compressed")) > 0)
usr.sbin/ppp/mppe.c
424
snprintf(buf + len, sizeof buf - len, ")");
usr.sbin/ppp/ncpaddr.c
377
snprintf(res, sizeof res, "%s", inet_ntoa(addr->ncpaddr_ip4addr));
usr.sbin/ppp/ncpaddr.c
397
snprintf(res, sizeof res, "<AF_UNSPEC>");
usr.sbin/ppp/ncpaddr.c
865
snprintf(res + len, sizeof res - len, "&0x%08lx",
usr.sbin/ppp/ncpaddr.c
868
snprintf(res + len, sizeof res - len, "/%d", range->ncprange_ip4width);
usr.sbin/ppp/ncpaddr.c
875
snprintf(res + len, sizeof res - len, "/%d", range->ncprange_ip6width);
usr.sbin/ppp/netgraph.c
558
snprintf(modname, sizeof modname, "ng_%s", nodetype);
usr.sbin/ppp/netgraph.c
564
snprintf(path, sizeof path, "%s:", nodename);
usr.sbin/ppp/netgraph.c
624
snprintf(modname, sizeof modname, "ng_%s", nodetype);
usr.sbin/ppp/netgraph.c
631
snprintf(mkp.type, sizeof mkp.type, "%s", nodetype);
usr.sbin/ppp/netgraph.c
632
snprintf(mkp.ourhook, sizeof mkp.ourhook, "%s", lasthook);
usr.sbin/ppp/netgraph.c
633
snprintf(mkp.peerhook, sizeof mkp.peerhook, "%s", hook);
usr.sbin/ppp/netgraph.c
646
snprintf(path + len, sizeof path - len, "%s%s",
usr.sbin/ppp/netgraph.c
691
snprintf(dev->hook, sizeof dev->hook, "%s", lasthook);
usr.sbin/ppp/netgraph.c
694
snprintf(ngc.path, sizeof ngc.path, "%s", path);
usr.sbin/ppp/netgraph.c
695
snprintf(ngc.ourhook, sizeof ngc.ourhook, "%s", dev->hook);
usr.sbin/ppp/physical.c
341
snprintf(ut.ut_id, sizeof ut.ut_id, "%xppp", (int)getpid());
usr.sbin/ppp/physical.c
364
snprintf(fn, sizeof fn, "%s%s.if", _PATH_VARRUN, p->name.base);
usr.sbin/ppp/physical.c
906
snprintf(ut.ut_id, sizeof ut.ut_id, "%xppp", (int)getpid());
usr.sbin/ppp/physical.c
970
snprintf(fn, sizeof fn, "%s%s.if", _PATH_VARRUN, p->name.base);
usr.sbin/ppp/radius.c
1145
snprintf(ac->session_id, sizeof ac->session_id, "%s%ld-%s%lu",
usr.sbin/ppp/radius.c
1150
snprintf(ac->multi_session_id, sizeof ac->multi_session_id, "%s",
usr.sbin/ppp/route.c
120
snprintf(buf, sizeof buf, "%.*s", dl->sdl_nlen, dl->sdl_data);
usr.sbin/ppp/route.c
442
snprintf(gwstr, sizeof gwstr, "%s", ncpaddr_ntoa(&gw));
usr.sbin/ppp/route.c
847
snprintf(gwstr, sizeof gwstr, "%s", ncpaddr_ntoa(gw));
usr.sbin/ppp/route.c
849
snprintf(gwstr, sizeof gwstr, "<none>");
usr.sbin/ppp/server.c
169
snprintf(p->src.from, sizeof p->src.from, "%s:%u",
usr.sbin/ppp/server.c
175
snprintf(p->src.from, sizeof p->src.from, "%s:%u",
usr.sbin/ppp/systems.c
333
snprintf(filename, sizeof filename, "%s", file);
usr.sbin/ppp/systems.c
335
snprintf(filename, sizeof filename, "%s/%s", PPP_CONFDIR, file);
usr.sbin/ppp/systems.c
54
snprintf(line, sizeof line, "%s/%s", PPP_CONFDIR, file);
usr.sbin/ppp/tcp.c
199
snprintf(p->name.full, sizeof p->name.full, "%s:%d/tcp",
usr.sbin/ppp/tty.c
236
snprintf(asyncpath, sizeof asyncpath, ".:%s", dev->hook);
usr.sbin/ppp/tty.c
300
snprintf(ttypath, sizeof ttypath, "%s:", info->name);
usr.sbin/ppp/tty.c
320
snprintf(ngm.type, sizeof ngm.type, "%s", NG_ASYNC_NODE_TYPE);
usr.sbin/ppp/tty.c
321
snprintf(ngm.ourhook, sizeof ngm.ourhook, "%s", NG_TTY_HOOK);
usr.sbin/ppp/tty.c
322
snprintf(ngm.peerhook, sizeof ngm.peerhook, "%s", NG_ASYNC_HOOK_ASYNC);
usr.sbin/ppp/tty.c
333
snprintf(ngc.path, sizeof ngc.path, "%s%s", ttypath, NG_TTY_HOOK);
usr.sbin/ppp/tty.c
334
snprintf(ngc.peerhook, sizeof ngc.peerhook, "%s", NG_ASYNC_HOOK_SYNC);
usr.sbin/ppp/tty.c
359
snprintf(dev->hook, sizeof dev->hook, "%s", ngc.ourhook);
usr.sbin/ppp/udp.c
123
snprintf(p->name.full, sizeof p->name.full, "%s:%d/udp",
usr.sbin/ppp/vjcomp.c
193
snprintf(asc, sizeof asc, "%d VJ slots with%s slot compression",
usr.sbin/pppctl/pppctl.c
432
n = snprintf(title + pos, sizeof title - pos, "%s%s",
usr.sbin/pppctl/pppctl.c
435
n = snprintf(title + pos, sizeof title - pos, " %.*s",
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
384
snprintf(metric, mlen, "%s", "sysctl");
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
392
snprintf(buf, sizeof(buf), "%c",
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
416
snprintf(buf, sizeof(buf), "%c%s=\"", separator, label);
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
422
snprintf(buf, sizeof(buf), "%c", *name++);
usr.sbin/pstat/pstat.c
575
snprintf(ksw.ksw_devname, sizeof ksw.ksw_devname,
usr.sbin/pstat/pstat.c
578
snprintf(ksw.ksw_devname, sizeof ksw.ksw_devname,
usr.sbin/pw/cpdir.c
94
(void)snprintf(path, sizeof(path), "%s/%s", dir, p);
usr.sbin/pw/grupd.c
43
snprintf(pathbuf, sizeof pathbuf, "%s/%s", conf.etcpath, file);
usr.sbin/pw/pw.c
167
snprintf(conf.etcpath, sizeof(conf.etcpath),
usr.sbin/pw/pw_conf.c
416
snprintf(cfgfile, sizeof(cfgfile), "%s/" _PW_CONF,
usr.sbin/pw/pw_log.c
105
if (rlen <= 0 || snprintf(nfmt + strlen(nfmt), rlen,
usr.sbin/pw/pw_user.c
1486
snprintf(path, sizeof(path), "%s/%s", _PATH_MAILDIR,
usr.sbin/pw/pw_user.c
434
snprintf(home, sizeof(home), "%s/%s", cnf->home, user);
usr.sbin/pw/pw_user.c
457
snprintf(shellpath, sizeof(shellpath), "%s/%s", p, sh);
usr.sbin/pw/pw_user.c
462
snprintf(shellpath, sizeof(shellpath), "%s/%s", p, shells[i]);
usr.sbin/pw/pw_user.c
668
snprintf(showch, sizeof(showch), (*ch >= ' ' && *ch < 127)
usr.sbin/pw/pw_user.c
933
snprintf(file, sizeof(file), "/var/cron/tabs/%s", pwd->pw_name);
usr.sbin/pw/pw_user.c
957
snprintf(file, sizeof(file), "%s/%s", _PATH_MAILDIR, pwd->pw_name);
usr.sbin/pw/pw_utils.c
72
snprintf(defaultcfg, sizeof(defaultcfg), "%s/" _PW_CONF, conf.etcpath);
usr.sbin/pw/pwupd.c
47
snprintf(pathbuf, sizeof pathbuf, "%s/%s", conf.etcpath, file);
usr.sbin/pwd_mkdb/pwd_mkdb.c
199
(void)snprintf(buf, sizeof(buf), "%s/%s.tmp", prefix, _MP_DB);
usr.sbin/pwd_mkdb/pwd_mkdb.c
200
(void)snprintf(sbuf, sizeof(sbuf), "%s/%s.tmp", prefix, _SMP_DB);
usr.sbin/pwd_mkdb/pwd_mkdb.c
204
(void)snprintf(buf2, sizeof(buf2), "%s/%s", prefix, _MP_DB);
usr.sbin/pwd_mkdb/pwd_mkdb.c
205
(void)snprintf(sbuf2, sizeof(sbuf2), "%s/%s", prefix, _SMP_DB);
usr.sbin/pwd_mkdb/pwd_mkdb.c
297
(void)snprintf(buf, sizeof(buf), "%s.orig", pname);
usr.sbin/pwd_mkdb/pwd_mkdb.c
462
snprintf(uidstr, sizeof(uidstr), "%u", pwd.pw_uid);
usr.sbin/pwd_mkdb/pwd_mkdb.c
463
snprintf(gidstr, sizeof(gidstr), "%u", pwd.pw_gid);
usr.sbin/pwd_mkdb/pwd_mkdb.c
498
(void)snprintf(buf, sizeof(buf), "%s/%s.tmp", prefix, _MP_DB);
usr.sbin/pwd_mkdb/pwd_mkdb.c
499
(void)snprintf(buf2, sizeof(buf2), "%s/%s", prefix, _MP_DB);
usr.sbin/pwd_mkdb/pwd_mkdb.c
501
(void)snprintf(buf, sizeof(buf), "%s/%s.tmp", prefix, _SMP_DB);
usr.sbin/pwd_mkdb/pwd_mkdb.c
502
(void)snprintf(buf2, sizeof(buf2), "%s/%s", prefix, _SMP_DB);
usr.sbin/pwd_mkdb/pwd_mkdb.c
505
(void)snprintf(buf2, sizeof(buf2), "%s/%s", prefix, _PASSWD);
usr.sbin/pwd_mkdb/pwd_mkdb.c
506
(void)snprintf(buf, sizeof(buf), "%s.orig", pname);
usr.sbin/pwd_mkdb/pwd_mkdb.c
515
(void)snprintf(buf, sizeof(buf), "%s/%s", prefix, _MASTERPASSWD);
usr.sbin/pwd_mkdb/pwd_mkdb.c
588
(void)snprintf(buf, sizeof(buf), "%s to %s", from, to);
usr.sbin/pwd_mkdb/pwd_mkdb.c
596
(void)snprintf(buf, sizeof(buf), "%s to %s", from, to);
usr.sbin/pwd_mkdb/pwd_mkdb.c
619
(void)snprintf(buf, sizeof(buf), "%s to %s", from, to);
usr.sbin/pwd_mkdb/pwd_mkdb.c
646
(void)snprintf(buf, sizeof(buf), "%s.orig", pname);
usr.sbin/pwd_mkdb/pwd_mkdb.c
650
(void)snprintf(buf, sizeof(buf), "%s/%s.tmp", prefix, _SMP_DB);
usr.sbin/pwd_mkdb/pwd_mkdb.c
654
(void)snprintf(buf, sizeof(buf), "%s/%s.tmp", prefix, _MP_DB);
usr.sbin/pwm/pwm.c
60
snprintf(device_name, sizeof(device_name), "/dev/pwm/%s", name);
usr.sbin/rarpd/rarpd.c
189
snprintf(pidfile_buf, sizeof(pidfile_buf) - 1,
usr.sbin/rip6query/rip6query.c
107
snprintf(pbuf, sizeof(pbuf), "%d", RIP6_PORT);
usr.sbin/rip6query/rip6query.c
185
snprintf(buf, sizeof(buf), "%s", "(invalid)");
usr.sbin/rmt/rmt.c
238
(void)snprintf(resp, sizeof(resp), "E%d\n%s\n", num, strerror(num));
usr.sbin/route6d/route6d.c
3098
snprintf(buf, sizeof(buf), "Unknown-%c", iffp->iff_type);
usr.sbin/route6d/route6d.c
3434
snprintf(buf, sizeof(buf), "%02d:%02d:%02d", tm->tm_hour, tm->tm_min,
usr.sbin/route6d/route6d.c
613
snprintf(port, sizeof(port), "%u", RIP6_PORT);
usr.sbin/rpc.umntall/rpc.umntall.c
232
snprintf(name, sizeof(name), "%s:%s", hostname, dirp);
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
266
snprintf(yp_mapdir, sizeof yp_mapdir, "%s/%s",
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
288
snprintf(domain, YPMAXDOMAIN, "%s", tmp);
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
328
snprintf(yplastbuf, sizeof yplastbuf, "%llu",
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
335
snprintf(keybuf, sizeof keybuf,
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
605
snprintf(passfile_buf, sizeof(passfile_buf),
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
614
snprintf(passfile_hold_buf, sizeof(passfile_hold_buf),
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
621
snprintf(passdir_buf, sizeof(passdir_buf), "%s", passfile);
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
836
snprintf(passfile_buf, sizeof(passfile_buf),
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
845
snprintf(passfile_hold_buf, sizeof(passfile_hold_buf),
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
849
snprintf(passdir_buf, sizeof(passdir_buf), "%s", passfile);
usr.sbin/rpc.ypupdated/yp_dbupdate.c
134
snprintf(yplastbuf, sizeof(yplastbuf), "%jd", (intmax_t)time(NULL));
usr.sbin/rpc.ypxfrd/ypxfrd_server.c
102
snprintf (buf, sizeof(buf), "%s/%s/%s", yp_dir, argp->xfrdomain,
usr.sbin/rpcbind/pmap_svc.c
200
snprintf(uidbuf, sizeof(uidbuf), "%d", uid);
usr.sbin/rpcbind/pmap_svc.c
210
snprintf(buf, sizeof(buf), "0.0.0.0.%d.%d",
usr.sbin/rpcbind/pmap_svc.c
306
snprintf(serveuaddr, sizeof(serveuaddr),
usr.sbin/rpcbind/rpcb_svc_com.c
1391
snprintf(owner, ownersize, "%d", uid);
usr.sbin/rpcbind/security.c
200
snprintf(progname = progbuf, sizeof(progbuf), "%u",
usr.sbin/rpcbind/security.c
207
snprintf(procbuf, sizeof procbuf, "%u",
usr.sbin/rrenumd/parser.y
196
snprintf(errbuf, sizeof(errbuf),
usr.sbin/rrenumd/parser.y
279
snprintf(errbuf, sizeof(errbuf),
usr.sbin/rrenumd/parser.y
300
snprintf(errbuf, sizeof(errbuf),
usr.sbin/rrenumd/parser.y
314
snprintf(errbuf, sizeof(errbuf),
usr.sbin/rtadvd/config.c
1180
snprintf(buf, len, "%s%d", string, id);
usr.sbin/rtsold/dump.c
180
n = snprintf(p, ep - p, "%dd", days);
usr.sbin/rtsold/dump.c
187
n = snprintf(p, ep - p, "%dh", hours);
usr.sbin/rtsold/dump.c
194
n = snprintf(p, ep - p, "%dm", mins);
usr.sbin/rtsold/dump.c
199
snprintf(p, ep - p, "%ds", secs);
usr.sbin/rtsold/rtsol.c
410
l = snprintf(nsbuf, sizeof(nsbuf),
usr.sbin/rtsold/rtsol.c
415
l = snprintf(nsbuf, sizeof(nsbuf),
usr.sbin/rtsold/rtsold.c
823
snprintf(buf, sizeof(buf), "<%s> %s", func, msg);
usr.sbin/rwhod/rwhod.c
392
(void) snprintf(path, sizeof(path), "whod.%s", wd.wd_hostname);
usr.sbin/services_mkdb/services_mkdb.c
141
(void)snprintf(tname, sizeof(tname), "%s.tmp", dbname);
usr.sbin/services_mkdb/services_mkdb.c
206
data.size = snprintf(datab, sizeof(datab), "%zu", (*cnt)++) + 1;
usr.sbin/services_mkdb/services_mkdb.c
207
key.size = snprintf(keyb, sizeof(keyb), "%s %zu/%s %s",
usr.sbin/services_mkdb/services_mkdb.c
212
key.size = snprintf(keyb, sizeof(keyb), "\377%zu/%s",
usr.sbin/services_mkdb/services_mkdb.c
223
key.size = snprintf(keyb, sizeof(keyb), "\376%s/%s",
usr.sbin/sesutil/eltsub.c
110
snprintf(rbuf, sizeof(rbuf), "<Type 0x%x>", type);
usr.sbin/sesutil/eltsub.c
139
snprintf(rbuf, sizeof(rbuf), "<Status 0x%x>", code & 0xf);
usr.sbin/sndctl/sndctl.c
302
snprintf(buf + strlen(buf), size,
usr.sbin/sndctl/sndctl.c
785
snprintf(buf, sizeof(buf), "dev.pcm.%d.bitperfect", dp->unit);
usr.sbin/sndctl/sndctl.c
855
snprintf(buf, sizeof(buf), "dev.pcm.%d.play.vchans", dp->unit);
usr.sbin/sndctl/sndctl.c
870
snprintf(buf, sizeof(buf), "dev.pcm.%d.play.vchanrate", dp->unit);
usr.sbin/sndctl/sndctl.c
885
snprintf(buf, sizeof(buf), "dev.pcm.%d.play.vchanformat", dp->unit);
usr.sbin/sndctl/sndctl.c
900
snprintf(buf, sizeof(buf), "dev.pcm.%d.rec.vchans", dp->unit);
usr.sbin/sndctl/sndctl.c
915
snprintf(buf, sizeof(buf), "dev.pcm.%d.rec.vchanrate", dp->unit);
usr.sbin/sndctl/sndctl.c
930
snprintf(buf, sizeof(buf), "dev.pcm.%d.rec.vchanformat", dp->unit);
usr.sbin/spi/spi.c
214
snprintf(dev_name, sizeof(dev_name),
usr.sbin/syslogd/syslogd.c
1597
savedlen = snprintf(saved, sizeof(saved),
usr.sbin/syslogd/syslogd.c
1945
snprintf(priority_number, sizeof(priority_number), "%d", f->f_prevpri);
usr.sbin/syslogd/syslogd.c
2001
snprintf(priority_number, sizeof(priority_number), "%d",
usr.sbin/syslogd/syslogd.c
2046
snprintf(facility_number,
usr.sbin/syslogd/syslogd.c
2066
snprintf(priority_number,
usr.sbin/syslogd/syslogd.c
2125
snprintf(msg, sizeof(msg), "last message repeated %d times",
usr.sbin/syslogd/syslogd.c
2187
(void) snprintf(device, sizeof(device), "%s%s", _PATH_DEV, line);
usr.sbin/syslogd/syslogd.c
2190
(void) snprintf(errbuf, sizeof(errbuf),
usr.sbin/syslogd/syslogd.c
2250
(void)snprintf(buf, sizeof(buf), "%s: %s", msg,
usr.sbin/syslogd/syslogd.c
2275
(void)snprintf(buf, sizeof(buf), "exiting on signal %d", signo);
usr.sbin/syslogd/syslogd.c
2362
if (snprintf(file, sizeof(file), "%s/%s", p,
usr.sbin/syslogd/syslogd.c
2729
(void)snprintf(hostMsg, sizeof(hostMsg),
usr.sbin/syslogd/syslogd.c
2741
(void)snprintf(bootfileMsg, sizeof(bootfileMsg),
usr.sbin/syslogd/syslogd.c
3816
(void)snprintf(buf, sizeof(buf),
usr.sbin/tzsetup/tzsetup.c
223
snprintf(title, sizeof(title), "Countries in %s",
usr.sbin/tzsetup/tzsetup.c
225
snprintf(prompt, sizeof(prompt), "Select a country or region");
usr.sbin/tzsetup/tzsetup.c
227
snprintf(title, sizeof(title), "Islands and groups in the %s",
usr.sbin/tzsetup/tzsetup.c
229
snprintf(prompt, sizeof(prompt), "Select an island or group");
usr.sbin/tzsetup/tzsetup.c
683
snprintf(title, sizeof(title), "%s Time Zones", cp->name);
usr.sbin/tzsetup/tzsetup.c
684
snprintf(prompt, sizeof(prompt),
usr.sbin/tzsetup/tzsetup.c
711
snprintf(prompt, sizeof(prompt),
usr.sbin/tzsetup/tzsetup.c
750
snprintf(prompt, sizeof(prompt), "Creating symbolic link %s to %s",
usr.sbin/tzsetup/tzsetup.c
757
snprintf(prompt, sizeof(prompt),
usr.sbin/tzsetup/tzsetup.c
764
snprintf(prompt, sizeof(prompt),
usr.sbin/tzsetup/tzsetup.c
771
snprintf(prompt, sizeof(prompt),
usr.sbin/tzsetup/tzsetup.c
780
snprintf(prompt, sizeof(prompt),
usr.sbin/tzsetup/tzsetup.c
797
if ((size_t)snprintf(path_zoneinfo_file, sizeof(path_zoneinfo_file),
usr.sbin/tzsetup/tzsetup.c
955
snprintf(prompt, sizeof(prompt),
usr.sbin/tzsetup/tzsetup.c
979
snprintf(prompt, sizeof(prompt),
usr.sbin/uathload/uathload.c
108
snprintf(msgdev, 256, "%s/usb/%s.1", dn, bn);
usr.sbin/uathload/uathload.c
109
snprintf(datadev, 256, "%s/usb/%s.2", dn, bn);
usr.sbin/uhsoctl/uhsoctl.c
1035
snprintf(buf, 64, SYSCTL_TEST, i);
usr.sbin/uhsoctl/uhsoctl.c
1047
snprintf(buf, 64, SYSCTL_NETIF, i);
usr.sbin/uhsoctl/uhsoctl.c
1060
snprintf(buf, 64, SYSCTL_LOCATION, i);
usr.sbin/uhsoctl/uhsoctl.c
1095
snprintf(buf, 64, SYSCTL_LOCATION, i);
usr.sbin/uhsoctl/uhsoctl.c
1111
snprintf(buf, 64, SYSCTL_NAME_TTY, i, *p);
usr.sbin/uhsoctl/uhsoctl.c
1291
snprintf(ctx->pidfile, 127, PIDFILE, ctx->ifnam);
usr.sbin/uhsoctl/uhsoctl.c
1309
snprintf(syslog_title, 63, "%s:%s", getprogname(), ctx->ifnam);
usr.sbin/uhsoctl/uhsoctl.c
1322
snprintf(pidfile, 127, PIDFILE, ifnam);
usr.sbin/usbconfig/dump.c
494
snprintf(buf, sizeof(buf), "/dev/" USB_GENERIC_NAME "%u.%u",
usr.sbin/vidcontrol/vidcontrol.c
1152
snprintf(buf, sizeof(buf), "%dx%dx%d %d",
usr.sbin/vidcontrol/vidcontrol.c
1176
snprintf(buf, sizeof(buf), "%dx%dx%d %c",
usr.sbin/vidcontrol/vidcontrol.c
1183
snprintf(buf, sizeof(buf), "%dx%d",
usr.sbin/vidcontrol/vidcontrol.c
1188
snprintf(buf, sizeof(buf), "%dx%d",
usr.sbin/vidcontrol/vidcontrol.c
497
snprintf(size_sufx, sizeof(size_sufx), "-8x%d", info.font_size);
usr.sbin/virtual_oss/virtual_oss/main.c
1193
snprintf(data.audioinfo.devnode, sizeof(data.audioinfo.devnode),
usr.sbin/virtual_oss/virtual_oss/main.c
1652
snprintf(lpath, sizeof(lpath), "%s/lib/virtual_oss/voss_%s.so",
usr.sbin/virtual_oss/virtual_oss/main.c
1654
snprintf(bsym, sizeof(bsym), "voss_backend_%s_%s", name, dir);
usr.sbin/virtual_oss/virtual_oss/main.c
2599
snprintf(mypidstr, sizeof(mypidstr), "%d\n", mypid);
usr.sbin/watch/watch.c
233
snprintf(buf, sizeof buf, "%s", name);
usr.sbin/wlandebug/wlandebug.c
151
snprintf(oid, oidlen, "net.%s.debug", wlan);
usr.sbin/wlandebug/wlandebug.c
154
snprintf(oid, oidlen, "net.wlan.%s.debug", wlan+4);
usr.sbin/wlandebug/wlandebug.c
156
snprintf(oid, oidlen, "net.wlan.debug");
usr.sbin/wlandebug/wlandebug.c
159
snprintf(oid, oidlen, "net.link.ieee80211.%s.debug", wlan);
usr.sbin/wlandebug/wlandebug.c
161
snprintf(oid, oidlen, "net.link.ieee80211.debug");
usr.sbin/wlanstat/wlanstat.c
605
snprintf(b, bs, "%s (%u)", reasons[v], v);
usr.sbin/wlanstat/wlanstat.c
607
snprintf(b, bs, "%u", v);
usr.sbin/wlanstat/wlanstat.c
642
snprintf(b, bs, "%s (%u)", status[v], v);
usr.sbin/wlanstat/wlanstat.c
644
snprintf(b, bs, "%u", v);
usr.sbin/wlanstat/wlanstat.c
654
snprintf(b, bs, "%.1fM", (float) si->isi_txmbps/2.0);
usr.sbin/wlanstat/wlanstat.c
657
snprintf(b, bs, "%.1f", (float) si->isi_rssi/2.0);
usr.sbin/wlanstat/wlanstat.c
660
snprintf(b, bs, "%d", si->isi_noise);
usr.sbin/wlanstat/wlanstat.c
663
snprintf(b, bs, "%.1f", (float) si->isi_rssi/2.0
usr.sbin/wlanstat/wlanstat.c
691
snprintf(b, bs, "%u", wf->cur.is_##x - wf->total.is_##x); return 1
usr.sbin/wlanstat/wlanstat.c
693
snprintf(b, bs, "%u", \
usr.sbin/wlanstat/wlanstat.c
865
snprintf(b, bs, "%u", wf->total.is_##x); return 1
usr.sbin/wlanstat/wlanstat.c
867
snprintf(b, bs, "%u", wf->ntotal.is_stats.ns_##x); return 1
usr.sbin/yp_mkdb/yp_mkdb.c
219
snprintf(buf, sizeof(buf), "%jd", (intmax_t)time(NULL));
usr.sbin/ypldap/ypldap.c
216
if (snprintf(ue->ue_netid_line, LINE_WIDTH-1, "%d:%d", ue->ue_uid, pw_gid) >= LINE_WIDTH) {
usr.sbin/ypldap/ypldap.c
263
if ((snprintf(p, LINE_WIDTH-len-1, ",%d",
usr.sbin/ypserv/yp_access.c
126
snprintf(path, MAXPATHLEN, "%s/securenets", yp_dir);
usr.sbin/ypserv/yp_access.c
227
snprintf(procbuf, sizeof(procbuf), "#%lu/#%lu",
usr.sbin/ypserv/yp_access.c
325
snprintf(dompath, sizeof(dompath), "%s/%s", yp_dir, domain);
usr.sbin/ypserv/yp_dblookup.c
397
snprintf(buf, sizeof(buf), "%s/%s/%s", yp_dir, domain, map);
usr.sbin/ypserv/yp_dnslookup.c
490
snprintf(buf, sizeof(buf), "%u.%u.%u.%u.in-addr.arpa",
usr.sbin/ypserv/yp_dnslookup.c
90
snprintf(result, sizeof(result), "%s %s", addr, hp->h_name);
usr.sbin/ypserv/yp_server.c
374
snprintf (ypxfr_command, sizeof(ypxfr_command), "%sypxfr", _PATH_LIBEXEC);
usr.sbin/ypserv/yp_server.c
375
snprintf (t, sizeof(t), "%u", argp->transid);
usr.sbin/ypserv/yp_server.c
376
snprintf (g, sizeof(g), "%u", argp->prog);
usr.sbin/ypserv/yp_server.c
377
snprintf (p, sizeof(p), "%u", argp->port);
usr.sbin/ypserv/yp_server.c
688
snprintf(yp_mapdir, sizeof(yp_mapdir), "%s/%s", yp_dir, domain);
usr.sbin/ypserv/yp_server.c
697
snprintf(yp_mapname, sizeof(yp_mapname), "%s/%s",
usr.sbin/zonectl/zonectl.c
299
snprintf(tmpstr, sizeof(tmpstr), "Conventional");
usr.sbin/zonectl/zonectl.c
303
snprintf(tmpstr, sizeof(tmpstr), "Seq%c%s",
usr.sbin/zonectl/zonectl.c
309
snprintf(tmpstr, sizeof(tmpstr), "Zone%ctype%c%#x",
usr.sbin/zonectl/zonectl.c
317
snprintf(tmpstr, sizeof(tmpstr), "NWP");
usr.sbin/zonectl/zonectl.c
320
snprintf(tmpstr, sizeof(tmpstr), "Empty");
usr.sbin/zonectl/zonectl.c
323
snprintf(tmpstr, sizeof(tmpstr), "Implicit%cOpen",
usr.sbin/zonectl/zonectl.c
327
snprintf(tmpstr, sizeof(tmpstr), "Explicit%cOpen",
usr.sbin/zonectl/zonectl.c
331
snprintf(tmpstr, sizeof(tmpstr), "Closed");
usr.sbin/zonectl/zonectl.c
334
snprintf(tmpstr, sizeof(tmpstr), "Readonly");
usr.sbin/zonectl/zonectl.c
337
snprintf(tmpstr, sizeof(tmpstr), "Full");
usr.sbin/zonectl/zonectl.c
340
snprintf(tmpstr, sizeof(tmpstr), "Offline");
usr.sbin/zonectl/zonectl.c
343
snprintf(tmpstr, sizeof(tmpstr), "%#x",
usr.sbin/zonectl/zonectl.c
351
snprintf(tmpstr, sizeof(tmpstr), "Non%cSequential",
usr.sbin/zonectl/zonectl.c
354
snprintf(tmpstr, sizeof(tmpstr), "Sequential");
usr.sbin/zonectl/zonectl.c
359
snprintf(tmpstr, sizeof(tmpstr), "Reset%cNeeded",
usr.sbin/zonectl/zonectl.c
362
snprintf(tmpstr, sizeof(tmpstr), "No%cReset%cNeeded",