Searched refs:thost (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/usr.sbin/ntp/scripts/
H A Dntptrace54 $thost = "";
56 $thost = $1, last if (/srcadr=(\S+),/);
59 last if ($thost eq "");
60 $host = $thost;
/freebsd-13-stable/crypto/heimdal/appl/rcp/
H A Drcp.c154 char *bp, *host, *src, *suser, *thost, *tuser; local
160 if ((thost = strchr(argv[argc - 1], '@')) != NULL) {
162 *thost++ = 0;
169 thost = argv[argc - 1];
172 thost = unbracket(thost);
195 thost, targ);
203 thost, targ);
213 host = thost;
/freebsd-13-stable/contrib/tnftp/src/
H A Dfetch.c327 char *cp, *ep, *thost; local
374 thost = ftp_strdup(url);
377 thost = (char *)ftp_malloc(len + 1);
378 (void)strlcpy(thost, url, len + 1);
384 cp = strchr(thost, '@'); /* look for user[:pass]@ in URLs */
388 *uuser = thost;
390 thost = ftp_strdup(cp + 1);
403 * Check if thost is an encoded IPv6 address, as per
407 if (*thost == '[') {
408 cp = thost
[all...]
/freebsd-13-stable/lib/libc/rpc/
H A Dauth_time.c235 * thost - if no server, this is the timehost
240 __rpc_get_time_offset(struct timeval *td, nis_server *srv, char *thost, argument
272 if ((srv != NULL) && (thost != NULL)) {
277 srv = get_server(netid, thost, &tsrv, teps, 32);
/freebsd-13-stable/crypto/openssh/
H A Dscp.c880 char *bp, *tuser, *thost, *targ; local
890 r = parse_scp_uri(argv[argc - 1], &tuser, &thost, &tport, &targ);
897 if (parse_user_host_path(argv[argc - 1], &tuser, &thost,
935 if (do_cmd2(thost, tuser, tport, bp, remin, remout) < 0)
972 thost, targ);
979 if (do_cmd(thost, tuser, tport, bp, &remin,
991 free(thost);
/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c254 char *thost = NULL, *tport = NULL, *tpath = NULL; local
294 OPENSSL_free(thost);
297 thost = tport = tpath = NULL;
302 thost = host;
827 OPENSSL_free(thost);
/freebsd-13-stable/sys/nlm/
H A Dnlm_prot_impl.c2374 struct nlm_host *host, *thost; local
2376 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_link, thost) {

Completed in 183 milliseconds