Home
last modified time | relevance | path

Searched refs:thost (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/ntp/scripts/
H A Dntptrace53 $thost = "";
55 $thost = $1, last if (/srcadr=(\S+),/);
58 last if ($thost eq "");
59 $host = $thost;
/freebsd/contrib/tnftp/src/
H A Dfetch.c327 char *cp, *ep, *thost; in parse_url() local
374 thost = ftp_strdup(url); in parse_url()
388 *uuser = thost; in parse_url()
390 thost = ftp_strdup(cp + 1); in parse_url()
407 if (*thost == '[') { in parse_url()
408 cp = thost + 1; in parse_url()
412 thost, desc, origurl); in parse_url()
416 memmove(thost, thost + 1, len); in parse_url()
417 thost[len] = '\0'; in parse_url()
418 if (! isipv6addr(thost)) { in parse_url()
[all …]
/freebsd/crypto/heimdal/appl/rcp/
H A Drcp.c154 char *bp, *host, *src, *suser, *thost, *tuser; in toremote() local
160 if ((thost = strchr(argv[argc - 1], '@')) != NULL) { in toremote()
162 *thost++ = 0; in toremote()
169 thost = argv[argc - 1]; in toremote()
172 thost = unbracket(thost); in toremote()
195 thost, targ); in toremote()
203 thost, targ); in toremote()
213 host = thost; in toremote()
/freebsd/lib/libc/rpc/
H A Dauth_time.c235 __rpc_get_time_offset(struct timeval *td, nis_server *srv, char *thost, in __rpc_get_time_offset() argument
267 if ((srv != NULL) && (thost != NULL)) { in __rpc_get_time_offset()
272 srv = get_server(netid, thost, &tsrv, teps, 32); in __rpc_get_time_offset()
/freebsd/crypto/openssh/
H A Dscp.c1039 char *bp, *tuser, *thost, *targ; in toremote() local
1051 r = parse_scp_uri(argv[argc - 1], &tuser, &thost, &tport, &targ); in toremote()
1058 if (parse_user_host_path(argv[argc - 1], &tuser, &thost, in toremote()
1088 conn = do_sftp_connect(thost, tuser, in toremote()
1134 if (do_cmd2(thost, tuser, tport, bp, in toremote()
1182 thost, targ); in toremote()
1194 conn = do_sftp_connect(thost, tuser, in toremote()
1211 if (do_cmd(ssh_program, thost, tuser, tport, 0, in toremote()
1225 free(thost); in toremote()
/freebsd/crypto/openssl/apps/
H A Docsp.c249 char *thost = NULL, *tport = NULL, *tpath = NULL; in ocsp_main() local
285 OPENSSL_free(thost); in ocsp_main()
288 thost = tport = tpath = NULL; in ocsp_main()
295 thost = host; in ocsp_main()
876 OPENSSL_free(thost); in ocsp_main()
H A Ds_client.c806 char *thost = NULL, *tport = NULL; in s_client_main() local
1546 thost = OPENSSL_strdup(host); in s_client_main()
1548 if (thost == NULL || tport == NULL) { in s_client_main()
2160 if (!OSSL_HTTP_proxy_connect(sbio, thost, tport, proxyuser, proxypass, in s_client_main()
3111 OPENSSL_free(thost); in s_client_main()
/freebsd/sys/nlm/
H A Dnlm_prot_impl.c2395 struct nlm_host *host, *thost; in nlm_do_free_all() local
2397 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_link, thost) { in nlm_do_free_all()