Home
last modified time | relevance | path

Searched refs:orighost (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.sbin/lpr/common_source/
H A Dcommon.c496 const char *userid, const char *otherhost, const char *orighost) in trstat_write() argument
556 if (orighost && (*orighost != '\0')) in trstat_write()
557 lprhost = orighost; in trstat_write()
/dragonfly/crypto/openssh/
H A Dsshconnect.c1540 ssh_login(struct ssh *ssh, Sensitive *sensitive, const char *orighost, in ssh_login() argument
1552 host = xstrdup(orighost); in ssh_login()