/netbsd-src/sys/arch/sh3/sh3/ |
H A D | db_disasm.c | 205 snprintf(buf, len, "stc sr, r%d", rn); in f_02() 209 snprintf(buf, len, "stc gbr, r%d", rn); in f_02() 213 snprintf(buf, len, "stc vbr, r%d", rn); in f_02() 217 snprintf(buf, len, "stc ssr, r%d", rn); in f_02() 226 snprintf(buf, len, "stc spc, r%d", rn); in f_02() 232 snprintf(buf, len, "stc r%d_bank, r%d", md, rn); in f_02() 236 snprintf(buf, len, "stc r%d_bank, r%d", md+4, rn); in f_02() 255 snprintf(buf, len, "bsrf r%d", rn); in f_03() 259 snprintf(buf, len, "braf r%d", rn); in f_03() 267 snprintf(buf, len, "pref @r%d", rn); in f_03() [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | strftime.c | 185 ret = snprintf (buf, maxsize - n, in strftime() 189 ret = snprintf (buf, maxsize - n, in strftime() 194 ret = snprintf (buf, maxsize - n, in strftime() 198 ret = snprintf (buf, maxsize - n, in strftime() 202 ret = snprintf (buf, maxsize - n, in strftime() 212 ret = snprintf (buf, maxsize - n, in strftime() 216 ret = snprintf (buf, maxsize - n, in strftime() 220 ret = snprintf (buf, maxsize - n, in strftime() 227 ret = snprintf (buf, maxsize - n, in strftime() 231 ret = snprintf (buf, maxsize - n, in strftime() [all …]
|
/netbsd-src/sys/miscfs/procfs/ |
H A D | procfs_status.c | 118 ps += snprintf(ps, sizeof(psbuf), "Name:\t%s\n", p->p_comm); in procfs_status_netbsd() 119 ps += snprintf(ps, sizeof(psbuf) - (ps - psbuf), "Pid:\t%d\n", pid); in procfs_status_netbsd() 120 ps += snprintf(ps, sizeof(psbuf) - (ps - psbuf), "PPid:\t%d\n", ppid); in procfs_status_netbsd() 121 ps += snprintf(ps, sizeof(psbuf) - (ps - psbuf), "TracerPid:\t%d\n", 0); in procfs_status_netbsd() 125 ps += snprintf(ps, sizeof(psbuf) - (ps - psbuf), "Groups:\t"); in procfs_status_netbsd() 127 ps += snprintf(ps, sizeof(psbuf) - (ps - psbuf), "%d ", in procfs_status_netbsd() 129 ps += snprintf(ps, sizeof(psbuf) - (ps - psbuf), "\n"); in procfs_status_netbsd() 131 ps += snprintf(ps, sizeof(psbuf) - (ps - psbuf), in procfs_status_netbsd() 133 ps += snprintf(ps, sizeof(psbuf) - (ps - psbuf), in procfs_status_netbsd() 135 ps += snprintf(ps, sizeof(psbuf) - (ps - psbuf), in procfs_status_netbsd() [all …]
|
/netbsd-src/external/bsd/bc/dist/ |
H A D | bc.y | 197 snprintf (genstr, genlen, "J%1d:", 209 snprintf (genstr, genlen, "J%1d:", 234 snprintf (genstr, genlen, "N%1d:", $4); 243 snprintf (genstr, genlen, "B%1d:J%1d:", $7, 248 snprintf (genstr, genlen, "N%1d:", 259 snprintf (genstr, genlen, "J%1d:N%1d:", $4, $7); 261 snprintf (genstr, genlen, "pJ%1d:N%1d:", $4, $7); 266 snprintf (genstr, genlen, "J%1d:N%1d:", 278 snprintf (genstr, genlen, "Z%1d:", if_label); 283 snprintf (genstr, genlen, "N%1d:", if_label); [all …]
|
/netbsd-src/games/warp/ |
H A D | score.c | 66 snprintf(savefilename, sizeof(savefilename), "%s/save.%s", in score_init() 242 snprintf(spbuf, sizeof(spbuf), "/bin/cat %ssave.*",SAVEDIR); in wscore() 255 snprintf(spbuf, sizeof(spbuf), "%-4s",status_names[status]); in display_status() 262 snprintf(spbuf, sizeof(spbuf), "%4ld",oldeenergy); in display_status() 266 snprintf(spbuf, sizeof(spbuf), "%2d",etorp); in display_status() 281 snprintf(spbuf, sizeof(spbuf), "%5ld",oldbenergy); in display_status() 285 snprintf(spbuf, sizeof(spbuf), "%3d",btorp); in display_status() 308 snprintf(spbuf, sizeof(spbuf), "%s OK *** ",dammess[dam]); in display_status() 317 snprintf(spbuf, sizeof(spbuf), "%d%% %s *** ",tmp,dammess[dam]); in display_status() 323 snprintf(spbuf, sizeof(spbuf), "NO %s *** ",dammess[dam]); in display_status() [all …]
|
/netbsd-src/usr.bin/ftp/ |
H A D | progressbar.c | 177 len = snprintf(buf, sizeof(buf), "\r\n%s: " 214 len += snprintf(buf + len, BUFLEFT, "\r"); 216 len += snprintf(buf + len, BUFLEFT, "%s", prefix); 221 len += snprintf(buf + len, BUFLEFT, "%3d%% ", ratio); 232 len += snprintf(buf + len, BUFLEFT, 242 len += snprintf(buf + len, BUFLEFT, " " LLFP("5") " %-3s ", 257 len += snprintf(buf + len, BUFLEFT, 265 len += snprintf(buf + len, BUFLEFT, " --:-- ETA"); 267 len += snprintf(buf + len, BUFLEFT, " - stalled -"); 273 len += snprintf(bu [all...] |
/netbsd-src/lib/libc/posix1e/ |
H A D | acl_to_text_nfs4.c | 67 snprintf(str, size, "owner@"); in format_who() 80 snprintf(str, size, "user:%d", (unsigned int)*id); in format_who() 82 snprintf(str, size, "user:%s", pwd->pw_name); in format_who() 86 snprintf(str, size, "group@"); in format_who() 99 snprintf(str, size, "group:%d", (unsigned int)*id); in format_who() 101 snprintf(str, size, "group:%s", grp->gr_name); in format_who() 105 snprintf(str, size, "everyone@"); in format_who() 127 snprintf(str, size, "allow"); in format_entry_type() 130 snprintf(str, size, "deny"); in format_entry_type() 133 snprintf(str, size, "audit"); in format_entry_type() [all …]
|
/netbsd-src/lib/libpuffs/ |
H A D | opdump.c | 206 snprintf(buf, sizeof(buf), "UNKNOWN (%d)", preq->preq_optype); in puffsdump_req() 308 #define DEFAULTBUF() snprintf(buf, sizeof(buf), "NOVAL") in dumpattr() 315 snprintf(buf, sizeof(buf), "0%o", vap->va_mode); in dumpattr() 320 snprintf(buf, sizeof(buf), "%d", vap->va_nlink); in dumpattr() 325 snprintf(buf, sizeof(buf), "%d", vap->va_uid); in dumpattr() 330 snprintf(buf, sizeof(buf), "%d", vap->va_gid); in dumpattr() 335 snprintf(buf, sizeof(buf), "0x%llx", in dumpattr() 341 snprintf(buf, sizeof(buf), "%" PRIu64, vap->va_fileid); in dumpattr() 346 snprintf(buf, sizeof(buf), "%" PRIu64, vap->va_size); in dumpattr() 351 snprintf(buf, sizeof(buf), "%ld", vap->va_blocksize); in dumpattr() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | metag-dis.c | 376 snprintf (buf, OPERAND_WIDTH, "%s,%s", dest_reg, src_reg); in print_mov_u2u() 414 snprintf (buf, OPERAND_WIDTH, "%s,%s,%s", dest_reg, pair_reg, src_reg); in print_mov_port() 416 snprintf (buf, OPERAND_WIDTH, "%s,%s", dest_reg, src_reg); in print_mov_port() 462 snprintf (buf, OPERAND_WIDTH, "%s,%s,%s", dest_reg, src_reg, pair_reg); in print_movl_ttrec() 491 snprintf (buf, buf_size, "[%s]", base_reg); in get_set_addr_str() 498 snprintf (buf, buf_size, "[%s++]", base_reg); in get_set_addr_str() 500 snprintf (buf, buf_size, "[++%s]", base_reg); in get_set_addr_str() 507 snprintf (buf, buf_size, "[%s--]", base_reg); in get_set_addr_str() 509 snprintf (buf, buf_size, "[--%s]", base_reg); in get_set_addr_str() 519 snprintf (buf, buf_size, "[%s+#%d++]", base_reg, offset); in get_set_addr_str() [all …]
|
H A D | tic6x-dis.c | 705 snprintf (func_unit_buf, sizeof func_unit_buf, " .%c%u%s%s", in print_insn_tic6x() 742 snprintf (operands[op_num], 24, "b15"); in print_insn_tic6x() 748 snprintf (operands[op_num], 24, "%c0", in print_insn_tic6x() 755 snprintf (operands[op_num], 24, "%c3", in print_insn_tic6x() 761 snprintf (operands[op_num], 24, "irp"); in print_insn_tic6x() 766 snprintf (operands[op_num], 24, "nrp"); in print_insn_tic6x() 771 snprintf (operands[op_num], 24, "ilc"); in print_insn_tic6x() 776 snprintf (operands[op_num], 24, "-1"); in print_insn_tic6x() 781 snprintf (operands[op_num], 24, "0"); in print_insn_tic6x() 786 snprintf (operands[op_num], 24, "1"); in print_insn_tic6x() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | metag-dis.c | 376 snprintf (buf, OPERAND_WIDTH, "%s,%s", dest_reg, src_reg); in print_mov_u2u() 414 snprintf (buf, OPERAND_WIDTH, "%s,%s,%s", dest_reg, pair_reg, src_reg); in print_mov_port() 416 snprintf (buf, OPERAND_WIDTH, "%s,%s", dest_reg, src_reg); in print_mov_port() 462 snprintf (buf, OPERAND_WIDTH, "%s,%s,%s", dest_reg, src_reg, pair_reg); in print_movl_ttrec() 491 snprintf (buf, buf_size, "[%s]", base_reg); in get_set_addr_str() 498 snprintf (buf, buf_size, "[%s++]", base_reg); in get_set_addr_str() 500 snprintf (buf, buf_size, "[++%s]", base_reg); in get_set_addr_str() 507 snprintf (buf, buf_size, "[%s--]", base_reg); in get_set_addr_str() 509 snprintf (buf, buf_size, "[--%s]", base_reg); in get_set_addr_str() 519 snprintf (buf, buf_size, "[%s+#%d++]", base_reg, offset); in get_set_addr_str() [all …]
|
H A D | tic6x-dis.c | 705 snprintf (func_unit_buf, sizeof func_unit_buf, " .%c%u%s%s", in print_insn_tic6x() 742 snprintf (operands[op_num], 24, "b15"); in print_insn_tic6x() 748 snprintf (operands[op_num], 24, "%c0", in print_insn_tic6x() 755 snprintf (operands[op_num], 24, "%c3", in print_insn_tic6x() 761 snprintf (operands[op_num], 24, "irp"); in print_insn_tic6x() 766 snprintf (operands[op_num], 24, "nrp"); in print_insn_tic6x() 771 snprintf (operands[op_num], 24, "ilc"); in print_insn_tic6x() 776 snprintf (operands[op_num], 24, "-1"); in print_insn_tic6x() 781 snprintf (operands[op_num], 24, "0"); in print_insn_tic6x() 786 snprintf (operands[op_num], 24, "1"); in print_insn_tic6x() [all …]
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libpaa/ |
H A D | libpaa.c | 75 cc = snprintf(raw, sizeof(raw), "%s;%s;%lld;", challenge->realm, server->hostaddress, (int64_t)t); in genchallenge() 80 cc += snprintf(&raw[cc], sizeof(raw) - cc, ";%.*s", server->secretc, server->secret); in genchallenge() 85 challenge->challengec = snprintf(challenge->challenge, sizeof(challenge->challenge), in genchallenge() 106 (void) snprintf(id->userid, sizeof(id->userid), "%.*s", in fill_identity() 115 (void) snprintf(id->realm, sizeof(id->realm), "%.*s", in fill_identity() 118 (void) snprintf(id->client, sizeof(id->client), "%.*s", in fill_identity() 121 (void) snprintf(t, sizeof(t), "%.*s", in fill_identity() 148 (void) snprintf(server->hostaddress, sizeof(server->hostaddress), "%s", in paa_server_init() 166 (void) snprintf(server->hostaddress, sizeof(server->hostaddress), "%s", host); in paa_server_init() 197 cc = snprintf(buf, size, "401 Unauthorized\r\nWWW-Authenticate: PubKey.v1\r\n"); in paa_format_challenge() [all …]
|
/netbsd-src/usr.sbin/altq/libaltq/ |
H A D | quip_server.c | 89 snprintf(result, sizeof(result), "400 Bad request\n"); in quip_input() 94 snprintf(result, sizeof(result), "400 Bad request\n"); in quip_input() 112 snprintf(result, sizeof(result), "400 Bad request\n"); in quip_input() 116 snprintf(result, sizeof(result), "400 Bad request\n"); in quip_input() 121 snprintf(result, sizeof(result), "204 No content\n"); in quip_input() 123 snprintf(result, sizeof(result), "400 Bad request\n"); in quip_input() 125 snprintf(result, sizeof(result), "200 OK\nContent-Length:%d\n", n); in quip_input() 187 snprintf(b0, CLASSNAMEMAX, "%s:", clinfo->ifinfo->ifname); in expand_classname() 204 snprintf(name + len, maxname - len, ":%s", fltrinfo->flname); in expand_filtername() 254 snprintf(ms in query_qdisc() [all...] |
/netbsd-src/bin/dd/ |
H A D | misc.c | 108 (void)snprintf(buf, sizeof(buf), in posix_summary() 114 (void)snprintf(buf, sizeof(buf), "%llu odd length swab %s\n", in posix_summary() 120 (void)snprintf(buf, sizeof(buf), "%llu truncated %s\n", in posix_summary() 126 (void)snprintf(buf, sizeof(buf), "%llu sparse output %s\n", in posix_summary() 131 (void)snprintf(buf, sizeof(buf), in posix_summary() 217 (void)snprintf(nbuf, sizeof(nbuf), "%llu", in dd_write_msg() 229 (void)snprintf(nbuf, sizeof(nbuf), "%llu", in dd_write_msg() 241 (void)snprintf(nbuf, sizeof(nbuf), "%llu", in dd_write_msg() 246 (void)snprintf(nbuf, sizeof(nbuf), "%llu", in dd_write_msg() 251 (void)snprintf(nbuf, sizeof(nbuf), "%llu", in dd_write_msg() [all …]
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | schema_check.c | 110 snprintf( textbuf, textlen, in entry_schema_check() 120 snprintf( textbuf, textlen, in entry_schema_check() 173 snprintf( textbuf, textlen, in entry_schema_check() 186 snprintf( textbuf, textlen, in entry_schema_check() 200 snprintf( textbuf, textlen, in entry_schema_check() 215 snprintf( textbuf, textlen, in entry_schema_check() 223 snprintf( textbuf, textlen, in entry_schema_check() 264 snprintf( textbuf, textlen, in entry_schema_check() 287 snprintf( textbuf, textlen, in entry_schema_check() 312 snprintf( textbuf, textlen, in entry_schema_check() [all …]
|
/netbsd-src/external/bsd/openldap/dist/tests/progs/ |
H A D | slapd-mtread.c | 113 snprintf(thrstr, BUFSIZ, "error on tidx: %d: %s", idx, string); in thread_error() 122 snprintf(thrstr, BUFSIZ, "tidx: %d says: %s", idx, string); in thread_output() 133 snprintf(thrstr, BUFSIZ, "tidx: %d says: %s", idx, string); in thread_verbose() 273 snprintf(outstr, BUFSIZ, "MT Test Start: conns: %d (%s)", noconns, uri); in main() 275 snprintf(outstr, BUFSIZ, "Threads: RO: %d RW: %d", threads, rwthreads); in main() 281 snprintf(outstr, BUFSIZ, "Created RO thread %d", i); in main() 287 snprintf(outstr, BUFSIZ, "Created RW thread %d", i + MAX_THREAD); in main() 308 snprintf(outstr, BUFSIZ, "RO thread %d pass=%d fail=%d", i, in main() 312 snprintf(outstr, BUFSIZ, "FAIL RO thread %d", i); in main() 318 snprintf(outstr, BUFSIZ, "RW thread %d pass=%d fail=%d", i + MAX_THREAD, in main() [all …]
|
/netbsd-src/tests/lib/libc/stdio/ |
H A D | t_printf.c | 55 (void)snprintf(s, sizeof(s), "%#.o", 0); in ATF_TC_BODY() 75 ATF_CHECK(snprintf(s, sizeof(s), "%.0f", 0.1) == 1); in ATF_TC_BODY() 90 ATF_CHECK(snprintf(s, sizeof(s), "%1$d", -23) == 3); in ATF_TC_BODY() 106 ATF_CHECK(snprintf(s, sizeof(s), "%1$*2$d", -23, 4) == 4); in ATF_TC_BODY() 122 snprintf(fmt, sizeof(fmt), "%%%zu$d", SIZE_MAX / sizeof(size_t)); in ATF_TC_BODY() 124 ATF_CHECK(snprintf(s, sizeof(s), fmt, -23) == -1); in ATF_TC_BODY() 157 ATF_CHECK(snprintf(buf, sizeof buf, " %.2f", u.d) != -1); in ATF_TC_BODY() 195 snprintf(buf, sizeof buf, "%.3a", (double)10.6); in ATF_TC_BODY() 202 snprintf(buf, sizeof buf, "%a", (double)0.125); in ATF_TC_BODY() 220 snprintf(buf, sizeof buf, "%.3La", 10.6L); in ATF_TC_BODY() [all …]
|
/netbsd-src/usr.bin/netstat/ |
H A D | mroute.c | 127 (void)snprintf(buf, sizeof buf, "%lu%c", n, t); in pktscale() 290 snprintf(s1, sizeof s1, "%llu", in print_bw_meter() 293 snprintf(s1, sizeof s1, "?"); in print_bw_meter() 295 snprintf(s2, sizeof s2, "%llu", in print_bw_meter() 298 snprintf(s2, sizeof s2, "?"); in print_bw_meter() 299 snprintf(s0, sizeof s0, "%lld.%ld|%s|%s", in print_bw_meter() 306 snprintf(s0, sizeof s0, "%s", "?"); in print_bw_meter() 308 snprintf(s0, sizeof s0, "%s", ">="); in print_bw_meter() 310 snprintf(s0, sizeof s0, "%s", "<="); in print_bw_meter() 315 snprintf(s1, sizeof s1, "%llu", in print_bw_meter() [all …]
|
H A D | atalk.c | 88 (void)snprintf(mybuf, sizeof(mybuf), "%hu", in at_pr_net() 106 (void)snprintf(mybuf, sizeof(mybuf), "%d", in at_pr_host() 122 (void)snprintf(mybuf, sizeof(mybuf), "%d", in at_pr_port() 135 (void)snprintf(mybuf, sizeof(mybuf), "%d-%d", in at_pr_range() 139 (void)snprintf(mybuf, sizeof(mybuf), "%d", in at_pr_range() 165 (void)snprintf(mybuf, sizeof(mybuf), "%s", in atalk_print() 169 (void)snprintf(mybuf, sizeof(mybuf), "%s", in atalk_print() 173 (void)snprintf(mybuf, sizeof(mybuf), "%s.%s", in atalk_print() 178 (void)snprintf(mybuf, sizeof(mybuf), "%s", at_pr_range(sat)); in atalk_print() 181 (void)snprintf(mybuf + strlen(mybuf), in atalk_print() [all …]
|
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-tty-escape-sequence-processing.c | 394 snprintf(buffer, sizeof(buffer), "%sA", CSI); in TEST_IMPL() 402 snprintf(buffer, sizeof(buffer), "%s%dA", CSI, si.height / 4); in TEST_IMPL() 412 snprintf(buffer, sizeof(buffer), "%sA", CSI); in TEST_IMPL() 445 snprintf(buffer, sizeof(buffer), "%sB", CSI); in TEST_IMPL() 453 snprintf(buffer, sizeof(buffer), "%s%dB", CSI, si.height / 4); in TEST_IMPL() 463 snprintf(buffer, sizeof(buffer), "%sB", CSI); in TEST_IMPL() 496 snprintf(buffer, sizeof(buffer), "%sC", CSI); in TEST_IMPL() 504 snprintf(buffer, sizeof(buffer), "%s%dC", CSI, si.width / 4); in TEST_IMPL() 514 snprintf(buffer, sizeof(buffer), "%sC", CSI); in TEST_IMPL() 524 snprintf(buffer, sizeof(buffer), "%sC", CSI); in TEST_IMPL() [all …]
|
/netbsd-src/usr.sbin/ldpd/ |
H A D | ldp_command.c | 323 snprintf(sendspace, MAXSEND, "\t%s\n", cf[i].com); in command_match() 413 snprintf(sendspace, MAXSEND, "LDP peer: %s\n", in show_neighbours() 416 snprintf(sendspace, MAXSEND, "Transport address: %s\n", in show_neighbours() 419 snprintf(sendspace, MAXSEND, "Next-hop address: %s\n", in show_neighbours() 422 snprintf(sendspace, MAXSEND, "State: %s\n", in show_neighbours() 426 snprintf(sendspace, MAXSEND, "Since: %s", in show_neighbours() 430 snprintf(sendspace, MAXSEND, "Holdtime: %d\nTimeout: %d\n", in show_neighbours() 444 snprintf(sendspace, MAXSEND, in show_neighbours() 450 snprintf(sendspace, MAXSEND,"Socket: %d\nLocal %s:%d\n", in show_neighbours() 458 snprintf(sendspace, MAXSEND, "Remote %s:%d\n", in show_neighbours() [all …]
|
/netbsd-src/usr.bin/quota/ |
H A D | printquota.c | 85 (void)snprintf(buf, len, "%" PRId64, val); in intprt() 117 (void)snprintf(buf, len, "%" PRId64 "years", years); in timeprt() 121 (void)snprintf(buf, len, "%" PRId64 "months", months); in timeprt() 125 (void)snprintf(buf, len, "%" PRId64 "weeks", weeks); in timeprt() 129 (void)snprintf(buf, len, "%" PRId64 "days", days); in timeprt() 133 (void)snprintf(buf, len, "%2d:%d", in timeprt() 137 (void)snprintf(buf, len, "%2d", (int)minutes); in timeprt() 151 (void)snprintf(buf, len, "%" PRId64, seconds); in timepprt() 156 i += snprintf(buf + i, len - i, "%" PRId64 "W", seconds / WEEK); in timepprt() 164 i += snprintf(buf + i, len - i, "%" PRId64 "D", seconds / DAY); in timepprt() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | collctrl.cc | 501 snprintf (UEbuf + strlen (UEbuf), sizeof (UEbuf) - strlen (UEbuf), in show() 503 snprintf (UEbuf + strlen (UEbuf), sizeof (UEbuf) - strlen (UEbuf), in show() 507 snprintf (UEbuf + strlen (UEbuf), sizeof (UEbuf) - strlen (UEbuf), in show() 510 snprintf (UEbuf + strlen (UEbuf), sizeof (UEbuf) - strlen (UEbuf), in show() 512 snprintf (UEbuf + strlen (UEbuf), sizeof (UEbuf) - strlen (UEbuf), in show() 516 snprintf (UEbuf + strlen (UEbuf), sizeof (UEbuf) - strlen (UEbuf), in show() 519 snprintf (UEbuf + strlen (UEbuf), sizeof (UEbuf) - strlen (UEbuf), in show() 522 snprintf (UEbuf + strlen (UEbuf), sizeof (UEbuf) - strlen (UEbuf), in show() 525 snprintf (UEbuf + strlen (UEbuf), sizeof (UEbuf) - strlen (UEbuf), in show() 531 snprintf (UEbuf + strlen (UEbuf), sizeof (UEbuf) - strlen (UEbuf), in show() [all …]
|
/netbsd-src/lib/libutil/ |
H A D | ttymsg.c | 80 (void)snprintf(errbuf, sizeof(errbuf), in ttymsg() 86 (void)snprintf(errbuf, sizeof(errbuf), in ttymsg() 95 (void)snprintf(errbuf, sizeof(errbuf), in ttymsg() 99 ret = snprintf(device, sizeof(device), "%s%s", _PATH_DEV, line); in ttymsg() 101 (void) snprintf(errbuf, sizeof(errbuf), in ttymsg() 114 (void)snprintf(errbuf, sizeof(errbuf), in ttymsg() 120 (void)snprintf(errbuf, sizeof(errbuf), in ttymsg() 152 (void)snprintf(errbuf, sizeof(errbuf), in ttymsg() 169 (void)snprintf(errbuf, sizeof(errbuf), in ttymsg() 198 (void)snprintf(errbuf, sizeof(errbuf), in ttymsg()
|