Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c542 char *host, *src, *suser, *thost, *tuser; in toremote() local
554 if (thost = search_char((unsigned char *)argv[argc - 1], '@')) { in toremote()
555 *thost++ = 0; in toremote()
562 thost = argv[argc - 1]; in toremote()
565 thost = removebrackets(thost); in toremote()
586 thost, targ); in toremote()
593 thost, targ); in toremote()
601 host = thost; in toremote()
739 host = thost; in toremote()
766 host = thost; in toremote()
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c321 char *tuser, *thost, *tdomain; in match_triple_entry() local
468 if (split_triple(triple, &thost, &tuser, &tdomain) != 0) in match_triple_entry()
470 if (thost != NULL && *thost != '\0' && nhost != 0) { in match_triple_entry()
472 if (strcasecmp(thost, phost[i]) == 0) in match_triple_entry()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_time.c185 char *thost, char **uaddr, char **netid) in __rpc_get_time_offset() argument
224 if ((srv != NULL) && (thost != NULL)) { in __rpc_get_time_offset()
229 srv = get_server(thost, &tsrv, teps, 32); in __rpc_get_time_offset()