Lines Matching refs:luser
599 ruserok(const char *rhost, int superuser, const char *ruser, const char *luser)
606 _DIAGASSERT(luser != NULL);
617 ruser, luser) == 0) {
636 iruserok(u_int32_t raddr, int superuser, const char *ruser, const char *luser)
647 luser);
656 const char *luser)
670 _DIAGASSERT(luser != NULL);
679 if (__ivaliduser_sa(hostf, sa, (socklen_t)rlen, luser,
690 if (getpwnam_r(luser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0
728 luser, ruser);
750 __ivaliduser(FILE *hostf, u_int32_t raddr, const char *luser,
762 (socklen_t)sizeof(ivusin), luser, ruser);
770 const char *luser, const char *ruser)
784 _DIAGASSERT(luser != NULL);
815 auser = *user ? user : luser;