Searched defs:usermatch (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/net/
H A Drcmd.c282 int hostmatch, usermatch; local
289 hostmatch = usermatch = 0; /* bugid fix 1033104 */
322 usermatch = 1;
324 usermatch = innetgr(user+2, NULL,
336 usermatch = !strcmp(user, ruser);
339 usermatch = !strcmp(ruser, luser);
340 if (hostmatch && usermatch)
/illumos-gate/usr/src/lib/libsocket/inet/
H A Drcmd.c659 int hostmatch, usermatch; local
670 hostmatch = usermatch = 0;
739 usermatch = 1;
742 usermatch = innetgr(user+2, NULL,
755 usermatch = (strcmp(user, ruser) == 0);
758 usermatch = (strcmp(ruser, luser) == 0);
761 if (hostmatch && usermatch)

Completed in 45 milliseconds