Searched refs:fullhost (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libutil/
H A Dtrimdomain.c43 * Trim the current domain name from fullhost, but only if the result
56 trimdomain(char *fullhost, int hostsize) argument
78 s = fullhost;
/freebsd-13-stable/crypto/openssh/
H A Dssh.c406 char *cp, *fullhost, newname[NI_MAXHOST]; local
452 fullhost = xstrdup(*hostp);
453 if ((addrs = resolve_host(fullhost, port, 0,
456 free(fullhost);
474 xasprintf(&fullhost, "%s.%s.", *hostp,
477 *hostp, fullhost);
478 if ((addrs = resolve_host(fullhost, port, 0,
480 free(fullhost);
485 fullhost[strlen(fullhost)
[all...]
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc.c1443 char *fullhost,
1461 if (fullhost != NULL)
1462 getnameinfo(&num->sa, SOCKLEN(num), fullhost,
1468 if (fullhost != NULL) {
1470 strlcpy(fullhost, ai->ai_canonname,
1474 fullhost, LENHOSTNAME, NULL,
1440 getnetnum( const char *hname, sockaddr_u *num, char *fullhost, int af ) argument
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c1935 char *fullhost,
1952 if (fullhost != NULL)
1953 getnameinfo(&num->sa, SOCKLEN(num), fullhost,
1959 if (fullhost != NULL) {
1961 strlcpy(fullhost, ai->ai_canonname,
1965 fullhost, LENHOSTNAME, NULL,
1932 getnetnum( const char *hname, sockaddr_u *num, char *fullhost, int af ) argument

Completed in 121 milliseconds