Searched refs:hbuf (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-11-stable/usr.sbin/rtsold/
H A Drtsol.c699 char hbuf[NI_MAXHOST]; local
707 rai->rai_saddr.sin6_len, hbuf, sizeof(hbuf), NULL, 0,
710 sprintf(rsid, "%s:%s:[%s]", ifname, origin, hbuf);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c1570 char hbuf[256+1];
1575 gethostname(hbuf, 256);
1576 hbuf[256] = '\0';
1579 if (strchr(hbuf, '.') == 0) {
1585 error = getaddrinfo (hbuf, NULL, &hints, &ai);
1589 strlcpy (hbuf,
1598 error = asprintf (&cp, "%s%s", hbuf, cp2);
1562 char hbuf[256+1]; local
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c1336 unsigned char hbuf[36]; local
1338 memcpy(hbuf, &f_id->dst_ip6, 16);
1339 memcpy(&hbuf[16], &f_id->src_ip6, 16);
1340 memcpy(&hbuf[32], &f_id->dst_port, 2);
1341 memcpy(&hbuf[32], &f_id->src_port, 2);
1343 return (djb_hash(hbuf, sizeof(hbuf)));
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-icmp6.c1828 char hbuf[NI_MAXHOST]; local
1896 if (addrtostr6(&match->rpm_prefix, hbuf, sizeof(hbuf)))
1897 ND_PRINT((ndo,",%s/%u", hbuf, match->rpm_matchlen));
1939 if (addrtostr6(&use->rpu_prefix, hbuf, sizeof(hbuf)))
1940 ND_PRINT((ndo,"%s/%u/%u", hbuf, use->rpu_uselen,
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c1660 char hbuf[256+1];
1663 gethostname(hbuf, sizeof(hbuf));
1664 hbuf[sizeof(hbuf)-1] = '\0';
1665 asprintf(&cp, "%s%s", hbuf, cp2);
1652 char hbuf[256+1]; local
/freebsd-11-stable/contrib/tcsh/
H A Dsh.lex.c296 Char hbuf[12]; local
330 hbuf[h++] = c;
333 hbuf[11] = '\0';
334 Htime = a2time_t(hbuf);
/freebsd-11-stable/sbin/ping6/
H A Dping6.c2700 char hbuf[NI_MAXHOST]; local
2708 if (l > 63 || l > sizeof(hbuf) - 1)
2710 strncpy(hbuf, name, l);
2711 hbuf[(int)l] = '\0';
2744 if (inet_ntop(AF_INET6, &in6, hbuf, sizeof(hbuf)) == NULL)
2747 return strdup(hbuf);
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c4407 char hbuf[MAXNAME]; local
4439 if (strlen(name) > sizeof(hbuf) - 1)
4444 (void) sm_strlcpy(hbuf, name, sizeof(hbuf));
4445 (void) shorten_hostname(hbuf);
4448 if (strcmp(hbuf, name) != 0)
4452 hbuf, family);
4455 h = sm_getipnodebyname(hbuf, family, flags, &err);
4459 h = gethostbyname(hbuf);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.cpp3810 char hbuf[WORD_MAX+2]; local
3811 char *buf = hbuf + 1;
3834 hbuf[0] = hbuf[len+1] = '.';
3836 current_language->patterns.hyphenate(hbuf, len+2, num);
/freebsd-11-stable/contrib/apr/
H A Dconfigure29728 char hbuf[256];
29739 hbuf, 256, NULL, 0,

Completed in 233 milliseconds

12