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

/freebsd-9.3-release/usr.sbin/ntp/scripts/
H A Dntptrace54 $thost = "";
56 $thost = $1, last if (/srcadr=(\S+),/);
59 last if ($thost eq "");
60 $host = $thost;
/freebsd-9.3-release/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-9.3-release/bin/rcp/
H A Drcp.c212 char *bp, *host, *src, *suser, *thost, *tuser; local
218 if ((thost = strchr(argv[argc - 1], '@'))) {
220 *thost++ = 0;
227 thost = argv[argc - 1];
251 thost, targ) == -1)
258 thost, targ) == -1)
267 host = thost;
/freebsd-9.3-release/crypto/heimdal/appl/rcp/
H A Drcp.c162 char *bp, *host, *src, *suser, *thost, *tuser; local
168 if ((thost = strchr(argv[argc - 1], '@'))) {
170 *thost++ = 0;
177 thost = argv[argc - 1];
201 thost, targ);
208 thost, targ);
218 host = thost;
/freebsd-9.3-release/lib/libc/rpc/
H A Dauth_time.c241 __rpc_get_time_offset(td, srv, thost, uaddr, netid)
244 char *thost; /* if no server, this is the timehost */
277 if ((srv != NULL) && (thost != NULL)) {
282 srv = get_server(netid, thost, &tsrv, teps, 32);
/freebsd-9.3-release/crypto/openssh/
H A Dscp.c574 char *bp, *host, *src, *suser, *thost, *tuser, *arg; local
587 if ((thost = strrchr(arg, '@'))) {
589 *thost++ = 0;
594 thost = arg;
627 host = cleanhostname(thost);
670 thost, targ);
677 host = cleanhostname(thost);
/freebsd-9.3-release/crypto/openssl/apps/
H A Docsp.c104 char *thost = NULL, *tport = NULL, *tpath = NULL; local
170 if (thost)
171 OPENSSL_free(thost);
182 thost = host;
796 if (thost)
797 OPENSSL_free(thost);
/freebsd-9.3-release/sys/nlm/
H A Dnlm_prot_impl.c2395 struct nlm_host *host, *thost; local
2397 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_link, thost) {

Completed in 128 milliseconds