Lines Matching refs:baselen
326 int baselen = -1; in ruserok() local
334 if (baselen == -1) in ruserok()
335 baselen = sp - rhost; in ruserok()
345 if (!_validuser(hostf, fhost, luser, ruser, baselen)) { in ruserok()
381 const char *ruser, int baselen) in _validuser() argument
430 && _checkhost(rhost, &ahost[1], baselen)) in _validuser()
434 && _checknetgrouphost(rhost, &ahost[2], baselen)) in _validuser()
446 hostvalid = _checknetgrouphost(rhost, &ahost[2], baselen); in _validuser()
448 hostvalid = _checkhost(rhost, ahost, baselen); in _validuser()
459 hostvalid = hostvalid ? 1 : _checkhost(rhost, ahost, baselen); in _validuser()
507 _checknetgrouphost(const char *rhost, const char *netgr, int baselen) in _checknetgrouphost() argument
530 if(1 == _checkhost(rhost, host, baselen)) in _checknetgrouphost()