Searched refs:h_name (Results 76 - 100 of 101) sorted by relevance

12345

/freebsd-11-stable/contrib/traceroute/
H A Dtraceroute.c1914 cp = strchr(hp->h_name, '.');
1934 if ((cp = strchr(hp->h_name, '.')) != NULL &&
1937 (void)strncpy(line, hp->h_name, sizeof(line) - 1);
1992 hi->name = strdup(hp->h_name);
/freebsd-11-stable/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c568 strlcpy(str, he->h_name, len);
/freebsd-11-stable/sbin/ipfw/
H A Dipv6.c121 bprintf(bp, "%s", he->h_name);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp220 CHECK_SIZE_AND_OFFSET(hostent, h_name);
H A Dsanitizer_platform_limits_freebsd.cpp392 CHECK_SIZE_AND_OFFSET(hostent, h_name);
H A Dsanitizer_platform_limits_posix.h727 char *h_name; member in struct:__sanitizer::__sanitizer_hostent
H A Dsanitizer_platform_limits_netbsd.h370 char *h_name; member in struct:__sanitizer::__sanitizer_hostent
H A Dsanitizer_platform_limits_posix.cpp990 CHECK_SIZE_AND_OFFSET(hostent, h_name);
H A Dsanitizer_platform_limits_netbsd.cpp2266 CHECK_SIZE_AND_OFFSET(hostent, h_name);
H A Dsanitizer_common_interceptors.inc2638 if (h->h_name)
2639 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, h->h_name, REAL(strlen)(h->h_name) + 1);
/freebsd-11-stable/contrib/sendmail/src/
H A Ddaemon.c3370 if (strchr(hp->h_name, '.') != NULL || strchr(hostbuf, '.') == NULL)
3371 (void) cleanstrcpy(hostbuf, hp->h_name, size);
4207 ans = denlstring((char *) hp->h_name, true, true);
4209 if (ans == hp->h_name)
4213 /* hp->h_name is about to disappear */
4601 if (hp != NULL && hp->h_name[0] != '['
4603 && inet_pton(AF_INET6, hp->h_name, &in6_addr) != 1
4606 && inet_addr(hp->h_name) == INADDR_NONE
4612 name = denlstring((char *) hp->h_name, true, true);
4614 if (name == hp->h_name)
[all...]
H A Dconf.c4272 ** don't properly deliver a canonical h_name field. This tries to
4483 sm_dprintf("%s\n", h->h_name);
4750 if (!wordinclass((char *) hp->h_name, 'w'))
4752 setclass('w', (char *) hp->h_name);
4754 sm_dprintf("\ta.k.a.: %s\n", hp->h_name);
4756 if (sm_snprintf(hnb, sizeof(hnb), "[%s]", hp->h_name) <
4764 sm_dprintf("\ta.k.a.: %s (already in $=w)\n", hp->h_name);
/freebsd-11-stable/sbin/atm/atmconfig/
H A Dnatm.c653 printf("%-20s", hp->h_name);
/freebsd-11-stable/usr.bin/systat/
H A Dnetstat.c611 cp = hp->h_name;
/freebsd-11-stable/usr.bin/getent/
H A Dgetent.c278 printfmtstrings(he->h_aliases, " ", " ", "%-16s %s", buf, he->h_name);
/freebsd-11-stable/usr.sbin/arp/
H A Darp.c620 host = hp->h_name;
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c833 if (strcmp(vhost, hp->h_name) != 0) {
835 vhost = hp->h_name;
842 vhost = hp->h_name;
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devutil.c1181 if (res && ((hints->ai_flags & EVUTIL_AI_CANONNAME) && ent->h_name)) {
1182 res->ai_canonname = mm_strdup(ent->h_name);
H A Dhttp.c145 if (strlcpy(host, hp->h_name, hostlen) >= hostlen)
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c555 return (dt_printf(dtp, fp, format, host->h_name));
559 return (dt_printf(dtp, fp, format, host->h_name));
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsockaddr.c848 *hostname = sockaddr->hostname = apr_pstrdup(sockaddr->pool, hptr->h_name);
/freebsd-11-stable/contrib/opie/
H A Dopieftpd.c1260 opiestrncpy(remotehost, hp->h_name, sizeof(remotehost));
/freebsd-11-stable/usr.bin/netstat/
H A Dinet.c1510 cp = hp->h_name;
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1468 if (NULL != (s = p->h_name)) {
1473 "gethostbyname result->h_name");
1476 "gethostbyname result->h_name");
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_console.c1891 "%s", hent->h_name);

Completed in 401 milliseconds

12345