Searched defs:hostmatch (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/lib/libbc/libc/net/ |
| H A D | rcmd.c | 282 int hostmatch, usermatch; local 289 hostmatch = usermatch = 0; /* bugid fix 1033104 */ 306 hostmatch = 1; 308 hostmatch = innetgr(ahost + 2, rhost, 319 hostmatch = _checkhost(rhost, ahost, baselen); 327 if (hostmatch && innetgr(user+2, NULL, 332 if (hostmatch && !strcmp(user+1, ruser)) 340 if (hostmatch && usermatch)
|
| /illumos-gate/usr/src/lib/libsocket/inet/ |
| H A D | rcmd.c | 659 int hostmatch, usermatch; local 670 hostmatch = usermatch = 0; 712 hostmatch = 1; 716 hostmatch = innetgr(uchost + 2, rhost, 719 hostmatch = innetgr(ahost + 2, rhost, 736 hostmatch = _checkhost(rhost, ahost, baselen); 745 if (hostmatch && 751 if (hostmatch && (strcmp(user+1, ruser) == 0)) 761 if (hostmatch && usermatch)
|
Completed in 44 milliseconds