Home | History | Annotate | Download | only in net

Lines Matching refs:ruser

599 ruserok(const char *rhost, int superuser, const char *ruser, const char *luser)
605 _DIAGASSERT(ruser != NULL);
617 ruser, luser) == 0) {
636 iruserok(u_int32_t raddr, int superuser, const char *ruser, const char *luser)
646 return iruserok_sa(&irsin, (socklen_t)sizeof(irsin), superuser, ruser,
655 ruser,
669 _DIAGASSERT(ruser != NULL);
680 ruser) == 0) {
728 luser, ruser);
751 const char *ruser)
762 (socklen_t)sizeof(ivusin), luser, ruser);
770 const char *luser, const char *ruser)
785 _DIAGASSERT(ruser != NULL);
874 userok = innetgr(&auser[2], NULL, ruser,
879 userok = strcmp(ruser, &auser[1]) == 0;
889 userok = -innetgr(&auser[2], NULL, ruser,
895 -(strcmp(ruser, &auser[1]) == 0 ? 1 : 0);
899 userok = strcmp(ruser, auser) == 0;