HomeSort by: relevance | last modified time | path
    Searched defs:thost (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/rcp/
rcp.c 199 char *bp, *host, *src, *suser, *thost, *tuser; local in function:toremote
205 if ((thost = strchr(argv[argc - 1], '@')) != NULL) {
207 *thost++ = 0;
214 thost = argv[argc - 1];
217 thost = unbracket(thost);
228 strlen(thost) + strlen(targ) + CMDNEEDS + 20;
245 thost, targ);
252 thost, targ);
262 host = thost;
    [all...]
  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 2408 struct nlm_host *host, *thost; local in function:nlm_do_free_all
2410 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_link, thost) {
  /src/usr.bin/ftp/
fetch.c 478 char *cp, *ep, *thost; local in function:parse_url
521 thost = ftp_strdup(url);
524 thost = (char *)ftp_malloc(len + 1);
525 (void)strlcpy(thost, url, len + 1);
531 cp = strchr(thost, '@'); /* look for user[:pass]@ in URLs */
535 auth->user = thost;
537 thost = ftp_strdup(cp + 1);
550 * Check if thost is an encoded IPv6 address, as per
554 if (*thost == '[') {
555 cp = thost + 1
    [all...]

Completed in 63 milliseconds