| /onnv/onnv-gate/usr/src/cmd/luxadm/ |
| errormsgs.c | 140 (void) sprintf(err_msg, 152 (void) sprintf(err_msg, 158 (void) sprintf(err_msg, 165 (void) sprintf(err_msg, 172 (void) sprintf(err_msg, 179 (void) sprintf(err_msg, 186 (void) sprintf(err_msg, 194 (void) sprintf(err_msg, 202 (void) sprintf(err_msg, 208 (void) sprintf(err_msg [all...] |
| /onnv/onnv-gate/usr/src/lib/storage/libg_fc/common/ |
| errormsgs.c | 127 (void) sprintf(err_msg, 139 (void) sprintf(err_msg, 145 (void) sprintf(err_msg, 152 (void) sprintf(err_msg, 159 (void) sprintf(err_msg, 166 (void) sprintf(err_msg, 173 (void) sprintf(err_msg, 181 (void) sprintf(err_msg, 189 (void) sprintf(err_msg, 195 (void) sprintf(err_msg [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/uni/ |
| sprintf.t | 16 my $s = sprintf "%s", $a; 21 my $s = sprintf "%s", $b; 26 my $s = sprintf "%s%s", $a, $b; 31 my $s = sprintf "%s%s", $b, $a; 36 my $s = sprintf "%s%s", $b, $b; 41 my $s = sprintf "%s$b", $a; 46 my $s = sprintf "$b%s", $a; 51 my $s = sprintf "%s$a", $b; 56 my $s = sprintf "$a%s", $b; 61 my $s = sprintf "$a%s", $a [all...] |
| /onnv/onnv-gate/usr/src/lib/libcurses/screen/ |
| iexpand.c | 75 /* we ignore the return value from sprintf because BSD/V7 */ 78 (void) sprintf(retptr, "\\%.3o", c); retptr += 4; } 80 (void) sprintf(retptr, "\\E"); retptr += 2; } 82 (void) sprintf(retptr, "\\t"); retptr += 2; } 84 (void) sprintf(retptr, "\\b"); retptr += 2; } 86 (void) sprintf(retptr, "\\f"); retptr += 2; } 88 (void) sprintf(retptr, "\\n"); retptr += 2; } 90 (void) sprintf(retptr, "\\r"); retptr += 2; } 92 (void) sprintf(retptr, "\\,"); retptr += 2; } 94 (void) sprintf(retptr, "\\^"); retptr += 2; [all...] |
| cexpand.c | 150 (void) sprintf(padbuffer, "%d.%d", paddigits, paddecimal); 152 (void) sprintf(padbuffer, "%d", paddigits); 154 (void) sprintf(padbuffer, ".%d", paddecimal); 181 /* we ignore the return value from sprintf because BSD/V7 */ 184 (void) sprintf(retptr, "\\%.3o", c); retptr += 4; } 186 (void) sprintf(retptr, "\\E"); retptr += 2; } 188 (void) sprintf(retptr, "\\t"); retptr += 2; } 190 (void) sprintf(retptr, "\\b"); retptr += 2; } 192 (void) sprintf(retptr, "\\f"); retptr += 2; } 194 (void) sprintf(retptr, "\\n"); retptr += 2; [all...] |
| keyname.sh | 75 (void) sprintf(buf, "KEY_F(%d)", key - 0410); 79 (void) sprintf(buf, "KEY_%s", keystrings[i]); 89 (void) sprintf(buf, "%c", key); 91 (void) sprintf(buf, "M-%s", unctrl(key & 0177)); 96 (void) sprintf(buf, "%d", key);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| sprintf2.t | 12 sprintf("%.40g ",0.01), 13 sprintf("%.40g", 0.01)." ", 14 q(the sprintf "%.<number>g" optimization) 17 sprintf("%.40f ",0.01), 18 sprintf("%.40f", 0.01)." ", 19 q(the sprintf "%.<number>f" optimization) 24 sprintf($utf8_format, "\xe4"), 32 'print sprintf "xxx%n\n"; print undef', 50 my $result = sprintf join('', map("%$_\$s%" . ~$_ . '$s', 1..20)), 61 unless ($_[0] =~ /^Invalid conversion in sprintf/ || [all...] |
| ver.t | 79 # test sprintf("%vd"...) etc 81 is(sprintf("%vd", "Perl"), '80.101.114.108', 'ASCII sprintf("%vd", "Perl")'); 84 is(sprintf("%vd", "Perl"), '215.133.153.147', 'EBCDIC sprintf("%vd", "Perl")'); 87 is(sprintf("%vd", v1.22.333.4444), '1.22.333.4444', 'sprintf("%vd", v1.22.333.4444)'); 90 is(sprintf("%vx", "Perl"), '50.65.72.6c', 'ASCII sprintf("%vx", "Perl")'); 93 is(sprintf("%vx", "Perl"), 'd7.85.99.93', 'EBCDIC sprintf("%vx", "Perl")') [all...] |
| bop.t | 76 is (sprintf("%vd", v4095 & v801), 801); 77 is (sprintf("%vd", v4095 | v801), 4095); 78 is (sprintf("%vd", v4095 ^ v801), 3294); 81 is (sprintf("%vd", v4095.801.4095 & v801.4095), '801.801'); 82 is (sprintf("%vd", v4095.801.4095 | v801.4095), '4095.4095.4095'); 83 is (sprintf("%vd", v801.4095 ^ v4095.801.4095), '3294.3294.4095'); 85 is (sprintf("%vd", v120.300 & v200.400), '72.256'); 86 is (sprintf("%vd", v120.300 | v200.400), '248.444'); 87 is (sprintf("%vd", v120.300 ^ v200.400), '176.188'); 92 is (sprintf("%vd", $a), '176.188') [all...] |
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| dtnamer.c | 46 sprintf(dtname, "/dev/dk%.3dt", chan);
|
| /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/ |
| getsumd.c | 20 sprintf(sumdbuf, "%#0x", sum);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_netbios.c | 104 sprintf(get_line(0, 0), " - Broadcast"); 106 sprintf(get_line(0, 0), " - Recursion Available"); 108 sprintf(get_line(0, 0), " - Recursion Desired"); 110 sprintf(get_line(0, 0), " - Truncation Flag"); 112 sprintf(get_line(0, 0), " - Authoritative Answer"); 126 sprintf(errortype, "Success"); 129 sprintf(errortype, "Format Error"); 132 sprintf(errortype, "Server Failure"); 135 sprintf(errortype, "Name Error"); 138 sprintf(errortype, "Unsupported Request Error") [all...] |
| snoop_smb.c | 549 sprintf(GETLINE, "%s", call_reply_detail); 551 (void) sprintf(GETLINE, "Command code = 0x%x", 554 (void) sprintf(GETLINE, 558 sprintf(GETLINE, "SMB Status:"); 563 sprintf(GETLINE, 567 sprintf(GETLINE, 571 sprintf(GETLINE, 575 sprintf(GETLINE, 580 sprintf(GETLINE, 586 sprintf(GETLINE [all...] |
| snoop_socks.c | 63 (void) sprintf(cp, 70 (void) sprintf(cp, " User="); 89 (void) sprintf(cp, "SOCKS4 OP=%u", n); 95 (void) sprintf(cp, 106 (void) sprintf(cp, 121 (void) sprintf(cp, "SOCKS5 %s ", cmd); 127 (void) sprintf(cp, "SOCKS (send data): %s", 132 (void) sprintf(cp, "SOCKS (send data): %s", 136 (void) sprintf(cp, "SOCKS (send data): %s", 149 (void) sprintf(cp, "Version = 4") [all...] |
| snoop_tftp.c | 59 (void) sprintf(get_sum_line(), 65 (void) sprintf(get_sum_line(), 69 (void) sprintf(get_sum_line(), 76 (void) sprintf(get_sum_line(), 81 (void) sprintf(get_sum_line(), 92 (void) sprintf(get_line((char *)(uintptr_t)tftp->th_opcode - 103 (void) sprintf( 107 (void) sprintf( 114 (void) sprintf( 119 (void) sprintf(get_line((char *)(uintptr_t)tftp->th_data [all...] |
| snoop_nfs3.c | 176 (void) sprintf(line, "NFS C %s", 185 (void) sprintf(line, sum_nfsfh3()); 188 (void) sprintf(line, sum_nfsfh3()); 195 (void) sprintf(line, "%s Cookie=%llu for %lu", 203 (void) sprintf(line, 209 (void) sprintf(line, "%s (%s)", 217 (void) sprintf(line, "%s %s", 224 (void) sprintf(line, "%s (%s) %s", 231 (void) sprintf(line, "%s (%s) %s", 238 (void) sprintf(line, "%s at %llu for %lu" [all...] |
| snoop_nis.c | 146 (void) sprintf(line, 154 (void) sprintf(line, " %s", 158 (void) sprintf(line, " %s", 166 (void) sprintf(line, "NISBIND R %s ", 178 (void) sprintf(line, "ERROR=%s", 197 (void) sprintf(get_line(0, 0), 224 (void) sprintf(get_line(0, 0), 235 (void) sprintf(get_line(0, 0), 273 (void) sprintf(line, "NIS C %d", proc); 275 (void) sprintf(line [all...] |
| snoop_ppp.c | 335 (void) sprintf(get_sum_line(), 340 (void) sprintf(get_line(0, 0), "Protocol = 0x%x (%s)", 383 (void) sprintf(get_sum_line(), 389 (void) sprintf(get_line(0, 0), "Code = %d %s", code, codestr); 390 (void) sprintf(get_line(0, 0), "Identifier = %d", id); 391 (void) sprintf(get_line(0, 0), "Length = %d", length); 410 (void) sprintf(get_line(0, 0), "Magic-Number = 0x%08x", 421 (void) sprintf(get_line(0, 0), "OUI = 0x%06x (%s)", 423 (void) sprintf(get_line(0, 0), "Kind = %d", kind); 445 (void) sprintf(get_line(0, 0), "Data = %.*s" [all...] |
| snoop_tcp.c | 141 (void) sprintf(get_line((char *)(uintptr_t)tcp->th_sport - 151 (void) sprintf(buff, "(%s)", pname); 155 (void) sprintf(get_line((char *)(uintptr_t)tcp->th_dport - 158 (void) sprintf(get_line((char *)(uintptr_t)tcp->th_seq - 161 (void) sprintf(get_line((char *)(uintptr_t)tcp->th_ack - dlc_header, 4), 164 (void) sprintf(get_line(((char *)(uintptr_t)tcp->th_ack - dlc_header) + 166 (void) sprintf(get_line(((char *)(uintptr_t)tcp->th_flags - 168 (void) sprintf(get_line(((char *)(uintptr_t)tcp->th_flags - 172 (void) sprintf(get_line(((char *)(uintptr_t)tcp->th_flags - 175 (void) sprintf(get_line(((char *)(uintptr_t)tcp->th_flags [all...] |
| snoop_solarnet.c | 102 (void) sprintf(line, 109 (void) sprintf(line, " %s", 112 (void) sprintf(line, "/%s", 117 (void) sprintf(line, ".%s", buff); 123 (void) sprintf(line, " (all)"); 125 (void) sprintf(line, " %lu", thresh); 133 (void) sprintf(line, " %s", op); 137 (void) sprintf(line, " (all)"); 139 (void) sprintf(line, " %lu", thresh); 146 (void) sprintf(line, " %s", op) [all...] |
| snoop_dhcp.c | 140 (void) sprintf(get_sum_line(), 145 (void) sprintf(get_sum_line(), 149 (void) sprintf(get_sum_line(), 159 (void) sprintf(get_line((char *)(uintptr_t)dp->htype - 163 (void) sprintf(get_line((char *)(uintptr_t)dp->hlen - 166 (void) sprintf(get_line((char *)(uintptr_t)dp->hops - 169 (void) sprintf(get_line((char *)(uintptr_t)dp->xid - 172 (void) sprintf(get_line((char *)(uintptr_t)dp->secs - 175 (void) sprintf(get_line((char *)(uintptr_t)dp->flags - 178 (void) sprintf(get_line((char *)&dp->ciaddr - dlc_header, 4) [all...] |
| snoop_nfs_acl.c | 207 (void) sprintf(line, "NFS_ACL C %s", 214 (void) sprintf(line, "%s mask=%lu", fh, mask); 217 (void) sprintf(line, sum_nfsfh()); 220 (void) sprintf(line, sum_nfsfh()); 224 (void) sprintf(line, "%s (%s)", fh, 229 (void) sprintf(line, "%s create=%s", fh, 238 (void) sprintf(line, "NFS_ACL R %s ", 255 (void) sprintf(line, " (%s)", 262 (void) sprintf(line, sum_nfsfh()); 274 (void) sprintf(get_line(0, 0), "Proc = %d (%s)" [all...] |
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmplib/ |
| impl.c | 57 sprintf(buffer, "GET_REQ_MSG (0x%x)", type); 60 sprintf(buffer, "GETNEXT_REQ_MSG (0x%x)", type); 63 sprintf(buffer, "GET_RSP_MSG (0x%x)", type); 66 sprintf(buffer, "SET_REQ_MSG (0x%x)", type); 69 sprintf(buffer, "TRP_MSG (0x%x)", type); 72 sprintf(buffer, "UNKNOWN! (0x%x)", type); 90 sprintf(buffer, "INTEGER (0x%x)", type); 93 sprintf(buffer, "COUNTER (0x%x)", type); 96 sprintf(buffer, "GAUGE (0x%x)", type); 99 sprintf(buffer, "TIMETICKS (0x%x)", type) [all...] |
| signals.c | 51 (void) sprintf(error_label, ERR_MSG_SIGACT, SIGHUP, 57 (void) sprintf(error_label, ERR_MSG_SIGACT, SIGINT, 61 (void) sprintf(error_label, ERR_MSG_SIGACT, SIGTERM, 65 (void) sprintf(error_label, ERR_MSG_SIGACT, SIGUSR1, 69 (void) sprintf(error_label, ERR_MSG_SIGACT, SIGUSR2, 76 (void) sprintf(error_label, ERR_MSG_SIGACT,
|
| /onnv/onnv-gate/usr/src/uts/common/rpc/ |
| clnt_perr.c | 140 (void) sprintf(str, "%s: ", s); 167 (void) sprintf(str, "; %s", netdir_sperror()); 173 (void) sprintf(str, "; %s", t_errlist[e.re_terrno]); 175 (void) sprintf(str, "; %d", e.re_terrno); 180 (void) sprintf(str, "; %s", strerror(e.re_errno)); 182 (void) sprintf(str, "; %d", e.re_errno); 191 (void) sprintf(str, "; errno = %s", 194 (void) sprintf(str, "; errno = %d", e.re_errno); 200 (void) sprintf(str, "; %s", t_errlist[e.re_terrno]); 202 (void) sprintf(str, "; %d", e.re_terrno) [all...] |