Symbol: hbuf
usr/src/cmd/cmd-inet/usr.bin/telnet/commands.c
1836
char hbuf[MAXHOSTNAMELEN];
usr/src/cmd/cmd-inet/usr.bin/telnet/commands.c
1839
if (gethostname(hbuf, MAXHOSTNAMELEN) == -1) {
usr/src/cmd/cmd-inet/usr.bin/telnet/commands.c
1843
hbuf[MAXHOSTNAMELEN-1] = '\0';
usr/src/cmd/cmd-inet/usr.bin/telnet/commands.c
1844
cp = malloc(strlen(hbuf) + strlen(cp2) + 1);
usr/src/cmd/cmd-inet/usr.bin/telnet/commands.c
1849
(void) sprintf((char *)cp, "%s%s", hbuf, cp2);
usr/src/cmd/cmd-inet/usr.lib/pppoe/common.c
351
static char hbuf[MAXHOSTNAMELEN+1];
usr/src/cmd/cmd-inet/usr.lib/pppoe/common.c
355
if (ether_ntohost(hbuf, ea) == 0)
usr/src/cmd/cmd-inet/usr.lib/pppoe/common.c
356
return (hbuf);
usr/src/cmd/cmd-inet/usr.lib/pppoe/options.c
610
char hbuf[MAXHOSTNAMELEN];
usr/src/cmd/cmd-inet/usr.lib/pppoe/options.c
627
(void) memcpy(hbuf, cp, len);
usr/src/cmd/cmd-inet/usr.lib/pppoe/options.c
628
hbuf[len] = '\0';
usr/src/cmd/cmd-inet/usr.lib/pppoe/options.c
631
if (ether_hostton(hbuf, &ea) != 0) {
usr/src/cmd/cmd-inet/usr.lib/pppoe/pppoec.c
713
char hbuf[MAXHOSTNAMELEN];
usr/src/cmd/cmd-inet/usr.lib/pppoe/pppoec.c
737
if ((len = wordend - wordstart) >= sizeof (hbuf))
usr/src/cmd/cmd-inet/usr.lib/pppoe/pppoec.c
738
len = sizeof (hbuf) - 1;
usr/src/cmd/cmd-inet/usr.lib/pppoe/pppoec.c
739
(void) strlcpy(hbuf, wordstart, len);
usr/src/cmd/cmd-inet/usr.lib/pppoe/pppoec.c
740
hbuf[len] = '\0';
usr/src/cmd/cmd-inet/usr.lib/pppoe/pppoec.c
744
if (ether_hostton(hbuf, &sfnew->sf_mac) == 0) {
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ntp.c
220
hbuf[j++] = hexstr[ntp->mac[i] >> 4 & 0x0f];
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ntp.c
221
hbuf[j++] = hexstr[ntp->mac[i] & 0x0f];
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ntp.c
223
hbuf[j] = '\0';
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ntp.c
226
"Authentication code = %s", hbuf);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ntp.c
66
char hbuf[2 * MAC_OCTETS_MAX + 1];
usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute.c
1976
char hbuf[NI_MAXHOST];
usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute.c
2028
if (getnameinfo(sa, slen, hbuf, sizeof (hbuf), NULL, 0, flags) != 0) {
usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute.c
2030
hbuf, sizeof (hbuf)) == NULL)
usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute.c
2031
hbuf[0] = 0;
usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute.c
2032
} else if (!nflag && (cp = strchr(hbuf, '.')) != NULL &&
usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute.c
2039
(void) strlcpy(line, hbuf, sizeof (line));
usr/src/cmd/file/elf_read.c
136
char *hbuf[HDRSZ];
usr/src/cmd/file/elf_read.c
152
dst.d_buf = (Elf_Void *)&hbuf;
usr/src/cmd/file/elf_read.c
160
(void) memcpy(hdr, &hbuf, dst.d_size);
usr/src/cmd/fm/modules/common/event-transport/etm.c
1081
char hbuf[ETM_HDRLEN];
usr/src/cmd/fm/modules/common/event-transport/etm.c
1097
hdrlen = etm_create_hdr(hbuf, mp->epm_ver,
usr/src/cmd/fm/modules/common/event-transport/etm.c
1099
(void) etm_xport_write(hdl, mp->epm_oconn, Rw_timeout, hbuf,
usr/src/cmd/fm/modules/common/event-transport/etm.c
374
char hbuf[ETM_HDRLEN];
usr/src/cmd/fm/modules/common/event-transport/etm.c
381
hdrlen = etm_create_hdr(hbuf, mp->epm_ver, ETM_HDR_C_HELLO, 0);
usr/src/cmd/fm/modules/common/event-transport/etm.c
383
if ((etm_xport_write(hdl, mp->epm_oconn, Rw_timeout, hbuf,
usr/src/cmd/fm/modules/common/event-transport/etm.c
392
if ((etm_xport_read(hdl, mp->epm_oconn, Rw_timeout, hbuf,
usr/src/cmd/fm/modules/common/event-transport/etm.c
399
hdrstat = etm_check_hdr(hdl, mp, hbuf);
usr/src/cmd/fm/modules/common/event-transport/etm.c
411
hp = (etm_proto_hdr_t *)(void *)hbuf;
usr/src/cmd/fm/modules/common/event-transport/etm.c
419
hdrlen = etm_create_hdr(hbuf, mp->epm_ver, ETM_HDR_ACK, 0);
usr/src/cmd/fm/modules/common/event-transport/etm.c
421
if ((etm_xport_write(hdl, mp->epm_oconn, Rw_timeout, hbuf,
usr/src/cmd/fm/modules/common/event-transport/etm.c
455
char hbuf[ETM_HDRLEN];
usr/src/cmd/fm/modules/common/event-transport/etm.c
460
hdrlen = etm_create_hdr(hbuf, mp->epm_ver, ETM_HDR_SHUTDOWN, 0);
usr/src/cmd/fm/modules/common/event-transport/etm.c
462
(void) etm_xport_write(hdl, mp->epm_oconn, Rw_timeout, hbuf, hdrlen);
usr/src/cmd/fm/modules/common/event-transport/etm.c
635
char hbuf[ETM_HDRLEN];
usr/src/cmd/fm/modules/common/event-transport/etm.c
640
if ((etm_xport_read(hdl, conn, Rw_timeout, hbuf, hdrlen)) != hdrlen) {
usr/src/cmd/fm/modules/common/event-transport/etm.c
647
hdrstat = etm_check_hdr(hdl, mp, hbuf);
usr/src/cmd/fm/modules/common/event-transport/etm.c
662
hdrlen = etm_create_hdr(hbuf, mp->epm_ver, ETM_HDR_NAK, 0);
usr/src/cmd/fm/modules/common/event-transport/etm.c
664
if ((etm_xport_write(hdl, conn, Rw_timeout, hbuf,
usr/src/cmd/fm/modules/common/event-transport/etm.c
687
hdrlen = etm_create_hdr(hbuf, mp->epm_ver, ETM_HDR_S_HELLO, 0);
usr/src/cmd/fm/modules/common/event-transport/etm.c
689
if ((etm_xport_write(hdl, conn, Rw_timeout, hbuf,
usr/src/cmd/fm/modules/common/event-transport/etm.c
764
hdrlen = etm_create_hdr(hbuf, mp->epm_ver,
usr/src/cmd/fm/modules/common/event-transport/etm.c
767
if ((etm_xport_write(hdl, conn, Rw_timeout, hbuf,
usr/src/cmd/fm/modules/common/event-transport/etm.c
779
buflen = etm_get_msglen(hbuf);
usr/src/cmd/fm/modules/common/event-transport/etm.c
804
hdrlen = etm_create_hdr(hbuf, mp->epm_ver, ETM_HDR_ACK, 0);
usr/src/cmd/fm/modules/common/event-transport/etm.c
806
if ((etm_xport_write(hdl, conn, Rw_timeout, hbuf,
usr/src/cmd/mailx/names.c
598
char hbuf[10];
usr/src/cmd/mailx/names.c
641
snprintf(hbuf, sizeof (hbuf), "%d", hflag);
usr/src/cmd/mailx/names.c
642
*ap++ = savestr(hbuf);
usr/src/cmd/mandoc/tbl_html.c
123
char hbuf[4], vbuf[4];
usr/src/cmd/mandoc/tbl_html.c
195
(void)snprintf(hbuf, sizeof(hbuf),
usr/src/cmd/mandoc/tbl_html.c
197
hspans = hbuf;
usr/src/cmd/mdb/common/modules/genunix/bio.c
104
bwp->bw_hbufi * sizeof (struct hbuf))) {
usr/src/cmd/mdb/common/modules/genunix/bio.c
129
mdb_free(bwp->bw_hbufs, sizeof (struct hbuf) * bwp->bw_nhbufs);
usr/src/cmd/mdb/common/modules/genunix/bio.c
37
struct hbuf *bw_hbufs; /* Snapshot of hbuf buckets */
usr/src/cmd/mdb/common/modules/genunix/bio.c
46
struct hbuf *hbufs;
usr/src/cmd/mdb/common/modules/genunix/bio.c
69
nbytes = sizeof (struct hbuf) * v.v_hbuf;
usr/src/cmd/rpcsvc/rpc.bootparamd/bootparam_ip_route.c
429
char hbuf[NSS_BUFLEN_HOSTS];
usr/src/cmd/rpcsvc/rpc.bootparamd/bootparam_ip_route.c
443
hp = gethostbyname_r(client_name, &h, hbuf, sizeof (hbuf), &err);
usr/src/cmd/sendmail/libmilter/example.c
52
char hbuf[1024];
usr/src/cmd/sendmail/libmilter/example.c
74
snprintf(hbuf, sizeof hbuf, "%s@%s", p, host);
usr/src/cmd/sendmail/libmilter/example.c
75
smfi_addheader(ctx, "X-Archived", hbuf);
usr/src/cmd/sendmail/src/conf.c
4305
char hbuf[MAXNAME];
usr/src/cmd/sendmail/src/conf.c
4337
if (strlen(name) > sizeof(hbuf) - 1)
usr/src/cmd/sendmail/src/conf.c
4342
(void) sm_strlcpy(hbuf, name, sizeof(hbuf));
usr/src/cmd/sendmail/src/conf.c
4343
(void) shorten_hostname(hbuf);
usr/src/cmd/sendmail/src/conf.c
4346
if (strcmp(hbuf, name) != 0)
usr/src/cmd/sendmail/src/conf.c
4350
hbuf, family);
usr/src/cmd/sendmail/src/conf.c
4353
h = getipnodebyname(hbuf, family, flags, &err);
usr/src/cmd/sendmail/src/conf.c
4357
h = gethostbyname(hbuf);
usr/src/cmd/sendmail/src/daemon.c
3407
static char hbuf[MAXNAME + MAXAUTHINFO + 11];
usr/src/cmd/sendmail/src/daemon.c
3426
(void) sm_strlcpyn(hbuf, sizeof(hbuf), 2, RealUserName,
usr/src/cmd/sendmail/src/daemon.c
3429
sm_dprintf("getauthinfo: %s\n", hbuf);
usr/src/cmd/sendmail/src/daemon.c
3430
return hbuf;
usr/src/cmd/sendmail/src/daemon.c
3697
(void) sm_strlcpy(hbuf, "IDENT:", sizeof(hbuf));
usr/src/cmd/sendmail/src/daemon.c
3698
cleanstrcpy(&hbuf[6], p, MAXAUTHINFO);
usr/src/cmd/sendmail/src/daemon.c
3701
cleanstrcpy(hbuf, p, MAXAUTHINFO);
usr/src/cmd/sendmail/src/daemon.c
3702
len = strlen(hbuf);
usr/src/cmd/sendmail/src/daemon.c
3703
(void) sm_strlcpyn(&hbuf[len], sizeof(hbuf) - len, 2, "@",
usr/src/cmd/sendmail/src/daemon.c
3736
(void) sm_strlcpy(hbuf, RealHostName, sizeof(hbuf));
usr/src/cmd/sendmail/src/daemon.c
3797
p = &hbuf[strlen(hbuf)];
usr/src/cmd/sendmail/src/daemon.c
3798
l = sizeof(hbuf) - (hbuf - p) - 6;
usr/src/cmd/sendmail/src/daemon.c
3799
(void) sm_snprintf(p, SPACELEFT(hbuf, p),
usr/src/cmd/sendmail/src/daemon.c
3818
SPACELEFT(hbuf, p),
usr/src/cmd/sendmail/src/daemon.c
3838
(void) sm_snprintf(p, SPACELEFT(hbuf, p), "]");
usr/src/cmd/sendmail/src/daemon.c
3846
p = &hbuf[strlen(hbuf)];
usr/src/cmd/sendmail/src/daemon.c
3847
(void) sm_snprintf(p, SPACELEFT(hbuf, p), " [%.100s]",
usr/src/cmd/sendmail/src/daemon.c
3852
p = &hbuf[strlen(hbuf)];
usr/src/cmd/sendmail/src/daemon.c
3853
(void) sm_strlcpy(p, " (may be forged)", SPACELEFT(hbuf, p));
usr/src/cmd/sendmail/src/daemon.c
3881
sm_dprintf("getauthinfo: %s\n", hbuf);
usr/src/cmd/sendmail/src/daemon.c
3882
return hbuf;
usr/src/cmd/sendmail/src/daemon.c
3927
char hbuf[MAXNAME + 1];
usr/src/cmd/sendmail/src/daemon.c
4017
(void) sm_strlcpy(hbuf, name, sizeof(hbuf));
usr/src/cmd/sendmail/src/daemon.c
4018
if (getcanonname(hbuf, sizeof(hbuf) - 1, !HasWildcardMX, &ttl))
usr/src/cmd/sendmail/src/daemon.c
4020
ans = hbuf;
usr/src/cmd/sendmail/src/headers.c
1107
char hbuf[MAXNAME + 1];
usr/src/cmd/sendmail/src/headers.c
1138
name = hbuf;
usr/src/cmd/sendmail/src/headers.c
1139
(void) sm_snprintf(hbuf, sizeof(hbuf), "%.80s", RealHostName);
usr/src/cmd/sendmail/src/headers.c
1142
p = &hbuf[strlen(hbuf)];
usr/src/cmd/sendmail/src/headers.c
1143
(void) sm_snprintf(p, SPACELEFT(hbuf, p),
usr/src/cmd/sendmail/src/headers.c
201
char hbuf[50];
usr/src/cmd/sendmail/src/headers.c
203
(void) expand(fvalue, hbuf, sizeof(hbuf), e);
usr/src/cmd/sendmail/src/headers.c
204
for (p = hbuf; isascii(*p) && isspace(*p); )
usr/src/cmd/sendmail/src/parseaddr.c
1966
char hbuf[MAXNAME + 1];
usr/src/cmd/sendmail/src/parseaddr.c
1979
hbuf[0] = '\0';
usr/src/cmd/sendmail/src/parseaddr.c
2034
cataddr(hostp, tv - 1, hbuf, sizeof(hbuf), '\0', false);
usr/src/cmd/sendmail/src/parseaddr.c
2050
a->q_host = sm_rpool_strdup_x(e->e_rpool, hbuf);
usr/src/cmd/sendmail/src/parseaddr.c
2051
if (strchr(hbuf, '.') != NULL)
usr/src/cmd/sendmail/src/parseaddr.c
2054
hbuf);
usr/src/cmd/sendmail/src/parseaddr.c
2055
setstat(dsntoexitstat(hbuf));
usr/src/cmd/sendmail/src/parseaddr.c
2057
else if (isascii(hbuf[0]) && isdigit(hbuf[0]))
usr/src/cmd/sendmail/src/parseaddr.c
2059
setstat(atoi(hbuf));
usr/src/cmd/sendmail/src/parseaddr.c
2064
if (sm_strcasecmp(ep->ec_name, hbuf) == 0)
usr/src/cmd/sendmail/src/parseaddr.c
2093
else if (isenhsc(hbuf, '\0') > 0)
usr/src/cmd/sendmail/src/parseaddr.c
2094
usrerrenh(hbuf, fmt, ubuf + off);
usr/src/cmd/sendmail/src/parseaddr.c
2131
a->q_host = sm_rpool_strdup_x(e->e_rpool, hbuf);
usr/src/cmd/sendmail/src/sasl.c
243
char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];
usr/src/cmd/sendmail/src/sasl.c
261
hbuf, sizeof(hbuf), pbuf, sizeof(pbuf), niflags) != 0)
usr/src/cmd/sendmail/src/sasl.c
269
if (sm_strlcpy(hbuf, inet_ntoa(addr->sin.sin_addr), sizeof(hbuf))
usr/src/cmd/sendmail/src/sasl.c
270
>= sizeof(hbuf))
usr/src/cmd/sendmail/src/sasl.c
278
if (outlen < strlen(hbuf) + strlen(pbuf) + 2)
usr/src/cmd/sendmail/src/sasl.c
283
sm_snprintf(out, outlen, "%s;%s", hbuf, pbuf);
usr/src/cmd/troff/n8.c
145
if ((j = nexth) >= (hbuf + NHEX - 2))
usr/src/cmd/troff/n8.c
166
if (j >= (hbuf + NHEX - 2))
usr/src/cmd/troff/n8.c
186
e = hbuf;
usr/src/cmd/troff/n8.c
51
char hbuf[NHEX];
usr/src/cmd/troff/n8.c
52
char *nexth = hbuf;
usr/src/cmd/ttymon/tmchild.c
481
static char hbuf[BUFSIZ]; /* static buf for HOME */
usr/src/cmd/ttymon/tmchild.c
545
(void) sprintf(hbuf, "HOME=%s", pmtab->p_dir);
usr/src/cmd/ttymon/tmchild.c
546
if (putenv(hbuf)) {
usr/src/lib/gss_mechs/mech_krb5/include/fake-addrinfo.h
219
char *hbuf, size_t hbuflen,
usr/src/lib/gss_mechs/mech_krb5/support/fake-addrinfo.c
1353
char *hbuf, size_t hbuflen,
usr/src/lib/gss_mechs/mech_krb5/support/fake-addrinfo.c
1357
return getnameinfo(sa, salen, hbuf, hbuflen, sbuf, sbuflen, flags);
usr/src/lib/iconv_modules/ko/common/nbyte_euc.h
100
cd->hbuf[3] = temp[3];\
usr/src/lib/iconv_modules/ko/common/nbyte_euc.h
101
cd->hbuf[4] = temp[4];\
usr/src/lib/iconv_modules/ko/common/nbyte_euc.h
37
char hbuf[5];
usr/src/lib/iconv_modules/ko/common/nbyte_euc.h
85
temp[1] = cd->hbuf[1];\
usr/src/lib/iconv_modules/ko/common/nbyte_euc.h
86
temp[2] = cd->hbuf[2];\
usr/src/lib/iconv_modules/ko/common/nbyte_euc.h
87
temp[3] = cd->hbuf[3];\
usr/src/lib/iconv_modules/ko/common/nbyte_euc.h
88
temp[4] = cd->hbuf[4];\
usr/src/lib/iconv_modules/ko/common/nbyte_euc.h
98
cd->hbuf[1] = temp[1];\
usr/src/lib/iconv_modules/ko/common/nbyte_euc.h
99
cd->hbuf[2] = temp[2];\
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
117
cd->hbuf[action - 4] = *ib;
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
121
cd->hbuf[1] = *ib;
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
126
cd->hbuf[2] = *ib;
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
140
register char c1 = cd->hbuf[2], c2 = *ib;
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
143
cd->hbuf[2] = 'm';
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
145
cd->hbuf[2] = 'n';
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
147
cd->hbuf[2] = 'o';
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
149
cd->hbuf[2] = 't';
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
151
cd->hbuf[2] = 'u';
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
153
cd->hbuf[2] = 'v';
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
155
cd->hbuf[2] = '{';
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
157
cd->hbuf[2] = *ib; /* Just in case. */
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
161
cd->hbuf[2] = *ib;
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
171
cd->hbuf[2] = *ib;
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
45
cd->hbuf[1] = cd->hbuf[2] = cd->hbuf[3] = cd->hbuf[4] = '\0';
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
83
cd->hbuf[1] = cd->hbuf[2] = cd->hbuf[3] = cd->hbuf[4] = '\0';
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
102
cd->hbuf[1] = cd->hbuf[2] = cd->hbuf[3] = cd->hbuf[4] = '\0';
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
135
cd->hbuf[action - 4] = *ib;
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
139
cd->hbuf[1] = *ib;
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
144
cd->hbuf[2] = *ib;
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
158
register char c1 = cd->hbuf[2], c2 = *ib;
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
161
cd->hbuf[2] = 'm';
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
163
cd->hbuf[2] = 'n';
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
165
cd->hbuf[2] = 'o';
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
167
cd->hbuf[2] = 't';
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
169
cd->hbuf[2] = 'u';
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
171
cd->hbuf[2] = 'v';
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
173
cd->hbuf[2] = '{';
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
175
cd->hbuf[2] = *ib; /* Just in case. */
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
179
cd->hbuf[2] = *ib;
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
189
cd->hbuf[2] = *ib;
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
64
cd->hbuf[1] = cd->hbuf[2] = cd->hbuf[3] = cd->hbuf[4] = '\0';
usr/src/lib/iconv_modules/ko/common/nbyte_utf.h
36
char hbuf[5];
usr/src/lib/iconv_modules/ko/common/nbyte_utf.h
83
temp[1] = cd->hbuf[1];\
usr/src/lib/iconv_modules/ko/common/nbyte_utf.h
84
temp[2] = cd->hbuf[2];\
usr/src/lib/iconv_modules/ko/common/nbyte_utf.h
85
temp[3] = cd->hbuf[3];\
usr/src/lib/iconv_modules/ko/common/nbyte_utf.h
86
temp[4] = cd->hbuf[4];\
usr/src/lib/iconv_modules/ko/common/nbyte_utf.h
96
cd->hbuf[1] = temp[1];\
usr/src/lib/iconv_modules/ko/common/nbyte_utf.h
97
cd->hbuf[2] = temp[2];\
usr/src/lib/iconv_modules/ko/common/nbyte_utf.h
98
cd->hbuf[3] = temp[3];\
usr/src/lib/iconv_modules/ko/common/nbyte_utf.h
99
cd->hbuf[4] = temp[4];\
usr/src/lib/libldap5/sources/ldap/common/os-ip.c
552
GETHOSTBYNAME_BUF_T hbuf;
usr/src/lib/libldap5/sources/ldap/common/os-ip.c
570
if (( hp = GETHOSTBYNAME( host, &hent, hbuf,
usr/src/lib/libldap5/sources/ldap/common/os-ip.c
571
sizeof(hbuf), &err )) != NULL ) {
usr/src/lib/libldap5/sources/ldap/common/os-ip.c
580
if ( sizeof( hbuf ) < ld->ld_dns_bufsize ) {
usr/src/lib/libldap5/sources/ldap/common/os-ip.c
584
ldhpbuf = (char *)hbuf;
usr/src/lib/libldap5/sources/ldap/prldap/ldappr-io.c
384
char *host, hbuf[ PR_NETDB_BUF_SIZE ];
usr/src/lib/libldap5/sources/ldap/prldap/ldappr-io.c
424
PRLDAP_DEFAULT_ADDRESS_FAMILY, PR_AI_DEFAULT | PR_AI_ALL, hbuf,
usr/src/lib/libldap5/sources/ldap/prldap/ldappr-io.c
425
sizeof( hbuf ), &hent )) {
usr/src/lib/libresolv/res_gethost.c
319
char **a, hbuf[MAXHOSTNAMELEN];
usr/src/lib/libresolv/res_gethost.c
326
(void) strcpy(hbuf, hp->h_name);
usr/src/lib/libresolv/res_gethost.c
329
if ((hp2 = res_gethostbyname(hbuf)) != (struct hostent *)NULL)
usr/src/lib/libresolv/res_gethost.c
342
syslog(LOG_NOTICE, "gethostbyaddr: %s != %s", hbuf,
usr/src/lib/libresolv2/common/resolv/res_send.c
1062
char hbuf[NI_MAXHOST];
usr/src/lib/libresolv2/common/resolv/res_send.c
1068
if (getnameinfo(address, alen, hbuf, sizeof(hbuf),
usr/src/lib/libresolv2/common/resolv/res_send.c
1070
strncpy(hbuf, "?", sizeof(hbuf) - 1);
usr/src/lib/libresolv2/common/resolv/res_send.c
1071
hbuf[sizeof(hbuf) - 1] = '\0';
usr/src/lib/libresolv2/common/resolv/res_send.c
1076
string, hbuf, sbuf, strerror(error));
usr/src/lib/libsasl/lib/common.c
2264
char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];
usr/src/lib/libsasl/lib/common.c
2268
getnameinfo(addr, addrlen, hbuf, sizeof(hbuf), pbuf, sizeof(pbuf),
usr/src/lib/libsasl/lib/common.c
2271
if(outlen < strlen(hbuf) + strlen(pbuf) + 2)
usr/src/lib/libsasl/lib/common.c
2274
snprintf(out, outlen, "%s;%s", hbuf, pbuf);
usr/src/lib/libsasl/lib/common.c
2300
char hbuf[NI_MAXHOST];
usr/src/lib/libsasl/lib/common.c
2318
hbuf[i++] = *p;
usr/src/lib/libsasl/lib/common.c
2330
hbuf[i] = addr[i];
usr/src/lib/libsasl/lib/common.c
2340
hbuf[i] = addr[i];
usr/src/lib/libsasl/lib/common.c
2351
hbuf[i] = '\0';
usr/src/lib/libsasl/lib/common.c
2362
hbuf[i] = addr[i];
usr/src/lib/libsasl/lib/common.c
2364
hbuf[i] = '\0';
usr/src/lib/libsasl/lib/common.c
2379
if (getaddrinfo(hbuf, p, &hints, &ai) != 0)
usr/src/lib/libsasl/lib/common.c
2382
if (getaddrinfo(hbuf, &addr[i], &hints, &ai) != 0)
usr/src/lib/libsasl/plugin/plugin_common.c
133
char hbuf[NI_MAXHOST];
usr/src/lib/libsasl/plugin/plugin_common.c
153
hbuf[i++] = *p;
usr/src/lib/libsasl/plugin/plugin_common.c
164
hbuf[i] = addr[i];
usr/src/lib/libsasl/plugin/plugin_common.c
177
hbuf[i] = '\0';
usr/src/lib/libsasl/plugin/plugin_common.c
190
hbuf[i] = addr[i];
usr/src/lib/libsasl/plugin/plugin_common.c
192
hbuf[i] = '\0';
usr/src/lib/libsasl/plugin/plugin_common.c
210
if (getaddrinfo(hbuf, p, &hints, &ai) != 0) {
usr/src/lib/libsasl/plugin/plugin_common.c
212
if (getaddrinfo(hbuf, &addr[i], &hints, &ai) != 0) {
usr/src/uts/common/fs/fsflush.c
356
struct hbuf *hp;
usr/src/uts/common/fs/fsflush.c
404
hp = &hbuf[ix];
usr/src/uts/common/fs/fsflush.c
413
hmp = &hbuf[ix].b_lock;
usr/src/uts/common/inet/ip/ip_arp.c
1444
char hbuf[MAC_STR_LEN];
usr/src/uts/common/inet/ip/ip_arp.c
1472
arh->arh_hlen, hbuf, sizeof (hbuf));
usr/src/uts/common/inet/ip/ip_arp.c
1476
hbuf, sbuf, ill->ill_name);
usr/src/uts/common/inet/ip/ip_arp.c
1517
arh->arh_hlen, hbuf, sizeof (hbuf));
usr/src/uts/common/inet/ip/ip_arp.c
1522
hbuf, sbuf, ill->ill_name);
usr/src/uts/common/inet/ip/ip_arp.c
2067
char hbuf[MAC_STR_LEN];
usr/src/uts/common/inet/ip/ip_arp.c
2071
(void) mac_colon_addr(haddr, haddrlen, hbuf, sizeof (hbuf));
usr/src/uts/common/inet/ip/ip_arp.c
2076
" disabled", ibuf, sbuf, hbuf);
usr/src/uts/common/inet/ip/ip_ndp.c
1706
char hbuf[MAC_STR_LEN];
usr/src/uts/common/inet/ip/ip_ndp.c
1713
mac_colon_addr(haddr, haddrlen, hbuf, sizeof (hbuf)));
usr/src/uts/common/inet/ip/ip_ndp.c
2211
char hbuf[MAC_STR_LEN];
usr/src/uts/common/inet/ip/ip_ndp.c
2219
mac_colon_addr(haddr, hlen, hbuf,
usr/src/uts/common/inet/ip/ip_ndp.c
2220
sizeof (hbuf)), ill->ill_name);
usr/src/uts/common/io/cxgbe/common/common.c
10
return t4_memory_rw_mtype(adap, win, mtype, maddr, len, hbuf, dir);
usr/src/uts/common/io/cxgbe/common/common.c
8
void *hbuf, int dir)
usr/src/uts/common/io/cxgbe/common/common.h
747
void *hbuf, int dir);
usr/src/uts/common/io/cxgbe/common/common.h
750
void *hbuf, int dir);
usr/src/uts/common/io/cxgbe/common/common.h
754
void *hbuf, int dir);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
1034
u32 len, void *hbuf, int dir)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
1059
hbuf, dir);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
866
u32 len, void *hbuf, int dir)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
874
if (addr & 0x3 || (uintptr_t)hbuf & 0x3)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
876
buf = (u32 *)hbuf;
usr/src/uts/common/os/bio.c
1040
dp = (struct buf *)&hbuf[i];
usr/src/uts/common/os/bio.c
1041
hmp = &hbuf[i].b_lock;
usr/src/uts/common/os/bio.c
1065
hmp = &hbuf[index].b_lock;
usr/src/uts/common/os/bio.c
1066
dp = (struct buf *)&hbuf[index];
usr/src/uts/common/os/bio.c
1183
hbuf = kmem_zalloc(v.v_hbuf * sizeof (struct hbuf), KM_SLEEP);
usr/src/uts/common/os/bio.c
1192
hbuf[i].b_forw = hbuf[i].b_back = (struct buf *)&hbuf[i];
usr/src/uts/common/os/bio.c
1193
hbuf[i].av_forw = hbuf[i].av_back = (struct buf *)&hbuf[i];
usr/src/uts/common/os/bio.c
1399
dp = (struct buf *)&hbuf[i];
usr/src/uts/common/os/bio.c
1400
hmp = &hbuf[i].b_lock;
usr/src/uts/common/os/bio.c
1453
struct hbuf *hp;
usr/src/uts/common/os/bio.c
1490
hp = &hbuf[start];
usr/src/uts/common/os/bio.c
1692
struct hbuf *hp;
usr/src/uts/common/os/bio.c
1704
hp = &hbuf[start];
usr/src/uts/common/os/bio.c
1873
dp = (struct buf *)&hbuf[index];
usr/src/uts/common/os/bio.c
1874
hmp = &hbuf[index].b_lock;
usr/src/uts/common/os/bio.c
414
struct hbuf *hp;
usr/src/uts/common/os/bio.c
460
hmp = &hbuf[index].b_lock;
usr/src/uts/common/os/bio.c
463
hp = &hbuf[index];
usr/src/uts/common/os/bio.c
534
dp = (struct buf *)&hbuf[i];
usr/src/uts/common/os/bio.c
535
hmp = &hbuf[i].b_lock;
usr/src/uts/common/os/bio.c
581
struct hbuf *hp;
usr/src/uts/common/os/bio.c
589
hp = &hbuf[index];
usr/src/uts/common/os/bio.c
75
struct hbuf *hbuf; /* Hash buckets */
usr/src/uts/common/os/bio.c
789
struct hbuf *hp;
usr/src/uts/common/os/bio.c
794
hp = &hbuf[index];
usr/src/uts/common/os/bio.c
867
struct hbuf *hp;
usr/src/uts/common/os/bio.c
892
hmp = &hbuf[i].b_lock;
usr/src/uts/common/os/bio.c
924
hp = &hbuf[index];
usr/src/uts/common/os/bio.c
960
struct hbuf *hp;
usr/src/uts/common/os/bio.c
966
hp = &hbuf[index];
usr/src/uts/common/os/dacf.c
201
char hbuf[40];
usr/src/uts/common/os/dacf.c
233
(void) snprintf(hbuf, sizeof (hbuf),
usr/src/uts/common/os/dacf.c
236
hbuf, /* hash name */
usr/src/uts/common/sys/buf.h
344
extern struct hbuf *hbuf; /* Hash table */
usr/src/uts/sun4v/io/ds_common.c
530
char *hbuf;
usr/src/uts/sun4v/io/ds_common.c
567
hbuf = (char *)&hdr;
usr/src/uts/sun4v/io/ds_common.c
568
bzero(hbuf, DS_HDR_SZ);
usr/src/uts/sun4v/io/ds_common.c
570
currp = hbuf;
usr/src/uts/sun4v/io/ds_common.c
591
read_size = ((ds_hdr_t *)hbuf)->payload_len;
usr/src/uts/sun4v/io/ds_common.c
604
(void) memcpy(msg, hbuf, DS_HDR_SZ);