/freebsd/usr.sbin/ntp/scripts/ |
H A D | ntptrace | 53 $thost = ""; 55 $thost = $1, last if (/srcadr=(\S+),/); 58 last if ($thost eq ""); 59 $host = $thost;
|
/freebsd/contrib/tnftp/src/ |
H A D | fetch.c | 327 char *cp, *ep, *thost; in parse_url() local 374 thost = ftp_strdup(url); in parse_url() 377 thost = (char *)ftp_malloc(len + 1); in parse_url() 378 (void)strlcpy(thost, url, len + 1); in parse_url() 384 cp = strchr(thost, '@'); /* look for user[:pass]@ in URLs */ 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() [all …]
|
/freebsd/crypto/heimdal/appl/rcp/ |
H A D | rcp.c | 154 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 D | auth_time.c | 235 __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 D | scp.c | 1041 char *bp, *tuser, *thost, *targ; in toremote() local 1053 r = parse_scp_uri(argv[argc - 1], &tuser, &thost, &tport, &targ); in toremote() 1060 if (parse_user_host_path(argv[argc - 1], &tuser, &thost, in toremote() 1090 conn = do_sftp_connect(thost, tuser, in toremote() 1136 if (do_cmd2(thost, tuser, tport, bp, in toremote() 1184 thost, targ); in toremote() 1196 conn = do_sftp_connect(thost, tuser, in toremote() 1213 if (do_cmd(ssh_program, thost, tuser, tport, 0, in toremote() 1227 free(thost); in toremote()
|
/freebsd/crypto/openssl/apps/ |
H A D | ocsp.c | 249 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 D | s_client.c | 806 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 D | nlm_prot_impl.c | 2400 struct nlm_host *host, *thost; in nlm_do_free_all() local 2402 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_link, thost) { in nlm_do_free_all()
|