Home
last modified time | relevance | path

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

/netbsd-src/bin/rcp/
H A Drcp.c199 char *bp, *host, *src, *suser, *thost, *tuser; in toremote() local
205 if ((thost = strchr(argv[argc - 1], '@')) != NULL) { in toremote()
207 *thost++ = 0; in toremote()
214 thost = argv[argc - 1]; in toremote()
217 thost = unbracket(thost); in toremote()
228 strlen(thost) + strlen(targ) + CMDNEEDS + 20; in toremote()
245 thost, targ); in toremote()
252 thost, targ); in toremote()
262 host = thost; in toremote()
/netbsd-src/usr.bin/ftp/
H A Dfetch.c478 char *cp, *ep, *thost; in parse_url() local
521 thost = ftp_strdup(url); in parse_url()
524 thost = (char *)ftp_malloc(len + 1); in parse_url()
525 (void)strlcpy(thost, url, len + 1); in parse_url()
531 cp = strchr(thost, '@'); /* look for user[:pass]@ in URLs */ in parse_url()
535 auth->user = thost; in parse_url()
537 thost = ftp_strdup(cp + 1); in parse_url()
550 * Check if thost is an encoded IPv6 address, as per in parse_url()
554 if (*thost == '[') { in parse_url()
555 cp = thost in parse_url()
[all...]
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dscp.c995 char *bp, *tuser, *thost, *targ; in toremote() local
1007 r = parse_scp_uri(argv[argc - 1], &tuser, &thost, &tport, &targ); in toremote()
1014 if (parse_user_host_path(argv[argc - 1], &tuser, &thost, in toremote()
1044 conn = do_sftp_connect(thost, tuser, in toremote()
1090 if (do_cmd2(thost, tuser, tport, bp, in toremote()
1138 thost, targ); in toremote()
1150 conn = do_sftp_connect(thost, tuser, in toremote()
1167 if (do_cmd(ssh_program, thost, tuser, tport, 0, in toremote()
1181 free(thost); in toremote()
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Docsp.c254 char *thost = NULL, *tport = NULL, *tpath = NULL; in ocsp_main() local
294 OPENSSL_free(thost); in ocsp_main()
297 thost = tport = tpath = NULL; in ocsp_main()
302 thost = host; in ocsp_main()
827 OPENSSL_free(thost); in ocsp_main()
/netbsd-src/sys/fs/nfs/nlm/
H A Dnlm_prot_impl.c2408 struct nlm_host *host, *thost; in nlm_do_free_all() local
2410 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_link, thost) { in nlm_do_free_all()