Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/lpr/common_source/
HDcommon.c496 const char *userid, const char *otherhost, const char *orighost) in trstat_write() argument
521 recvhost = otherhost; in trstat_write()
526 sendhost = otherhost; in trstat_write()
/dragonfly/contrib/cvs-1.12/src/
HDsubr.h90 bool isThisHost (const char *otherhost);
HDsubr.c1945 isThisHost (const char *otherhost) in isThisHost() argument
1954 if (!strcasecmp (server_hostname, otherhost)) in isThisHost()
1957 fqdno = canon_host (otherhost); in isThisHost()
1960 otherhost, ch_strerror ()); in isThisHost()