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

/freebsd-10.0-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-10.0-release/contrib/ntp/scripts/
H A Dntptrace.in61 $thost = "";
63 $thost = $1, last if (/srcadr=(\S+),/);
66 last if ($thost eq "");
67 last if ($thost =~ /^127\.127\.\d{1,3}\.\d{1,3}$/);
68 $host = $thost;
/freebsd-10.0-release/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-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/crypto/openssl/apps/
H A Docsp.c130 char *thost = NULL, *tport = NULL, *tpath = NULL; local
208 if (thost)
209 OPENSSL_free(thost);
222 thost = host;
934 if (thost)
935 OPENSSL_free(thost);
/freebsd-10.0-release/sys/nlm/
H A Dnlm_prot_impl.c2392 struct nlm_host *host, *thost; local
2394 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_link, thost) {

Completed in 99 milliseconds