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

/osnet-11/usr/src/lib/libsocket/inet/
H A Drcmd.c662 int hostmatch, usermatch; local
673 hostmatch = usermatch = 0;
715 hostmatch = 1;
719 hostmatch = innetgr(uchost + 2, rhost,
722 hostmatch = innetgr(ahost + 2, rhost,
739 hostmatch = _checkhost(rhost, ahost, baselen);
748 if (hostmatch &&
754 if (hostmatch && (strcmp(user+1, ruser) == 0))
764 if (hostmatch && usermatch)

Completed in 40 milliseconds