/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | iconv.c | 278 size_t tolen, fromlen; in iconv_search_alias() local 307 tolen = search_alias(&p, buflen, tocode); in iconv_search_alias() 308 if (tolen) { in iconv_search_alias() 309 to_canonical = alloca(tolen + 1); in iconv_search_alias() 310 (void) memcpy(to_canonical, p, tolen); in iconv_search_alias() 311 to_canonical[tolen] = '\0'; in iconv_search_alias() 325 if (tolen == 0 && fromlen == 0) { in iconv_search_alias()
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | send.c | 67 sendto(s, msg, len, flags, to, tolen) in sendto() argument 72 int tolen; 78 if ((a = _sendto(s, msg, len, flags, to, tolen)) == -1) {
|
/titanic_44/usr/src/lib/libsctp/common/ |
H A D | sctp.c | 310 socklen_t tolen, uint32_t ppid, uint32_t sinfo_flags, uint16_t stream_no, in sctp_send_common() argument 320 hdr.msg_namelen = tolen; in sctp_send_common() 364 socklen_t tolen, uint32_t ppid, uint32_t flags, uint16_t stream_no, in sctp_sendmsg() argument 367 return (sctp_send_common(s, msg, len, to, tolen, ppid, flags, in sctp_sendmsg()
|
/titanic_44/usr/src/cmd/sed/ |
H A D | defs.h | 81 size_t tolen; member
|
H A D | process.c | 507 y->multis[i].tolen, APPEND); in do_tr()
|
H A D | compile.c | 704 y->multis[i].tolen = nclen; in compile_tr()
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | packet.c | 227 socklen_t fromlen, tolen; in packet_connection_is_on_socket() local 236 tolen = sizeof(to); in packet_connection_is_on_socket() 238 if (getpeername(connection_out, (struct sockaddr *)&to, &tolen) < 0) in packet_connection_is_on_socket() 240 if (fromlen != tolen || memcmp(&from, &to, fromlen) != 0) in packet_connection_is_on_socket() 253 socklen_t tolen = sizeof(to); in packet_connection_is_ipv4() local 256 if (getsockname(connection_out, (struct sockaddr *)&to, &tolen) < 0) in packet_connection_is_ipv4()
|
/titanic_44/usr/src/lib/libc/port/i18n/ |
H A D | gettext_gnu.c | 490 uint32_t tolen; in do_conv() local 540 tolen = (uint32_t)(bufsize - oleft); in do_conv() 544 tolen = (uint32_t)(bufsize - oleft); in do_conv() 548 if (tolen < bufsize) { in do_conv() 550 optr = realloc(ptr, tolen + sizeof (uint32_t)); in do_conv() 557 *ptr = tolen; in do_conv()
|
/titanic_44/usr/src/stand/lib/sock/ |
H A D | socket.c | 993 socklen_t tolen) in sendto() argument 1026 (to == NULL || tolen != sizeof (struct sockaddr_in))) { in sendto() 1030 bytes = dgram_sendto(sock_id, msg, len, flags, to, tolen); in sendto() 1054 const struct sockaddr *to, int tolen) in dgram_sendto() argument 1084 bcopy((caddr_t)to, (caddr_t)&oc.igm_saddr, tolen); in dgram_sendto()
|
H A D | sock_test.c | 216 const struct sockaddr *to, socklen_t tolen) in st_local_sendto() argument 219 return (sendto(sd, msg, len, flags, to, tolen)); in st_local_sendto()
|
/titanic_44/usr/src/lib/libsocket/common/ |
H A D | llib-lsocket | 96 const struct sockaddr *to, socklen_t tolen); 115 const struct sockaddr *to, int tolen);
|
/titanic_44/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.c | 1620 const struct sockaddr *to, int tolen) { in safe_sendto_write() argument 1630 ret = sendto(fd, cp + cnt, sz - cnt, flags, to, tolen); in safe_sendto_write() 1642 const struct sockaddr *to, int tolen) { in safe_sendto() argument 1643 return (safe_sendto_write(fd, buf, sz, flags, to, tolen)); in safe_sendto()
|
/titanic_44/usr/src/uts/common/c2/ |
H A D | audit_event.c | 4663 long tolen; in auf_sendto() member 4669 socklen_t tolen; in auf_sendto() local 4733 if (uap->tolen == 0) in auf_sendto() 4736 tolen = (socklen_t)uap->tolen; in auf_sendto() 4739 if (tolen > sizeof (so_faddr)) in auf_sendto() 4740 tolen = sizeof (so_faddr); in auf_sendto() 4742 if (copyin((caddr_t)(uap->to), so_faddr, tolen) != 0) in auf_sendto()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rwhod.c | 712 socklen_t tolen) in sendto() argument
|
/titanic_44/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 1587 - getsockname() requires initialized tolen; andy@guildsoftware.com 1728 getsockname() requires initialized tolen; andy@guildsoftware.com
|
/titanic_44/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 1438 comment=6, address length, "tolen"
|