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

/ast/src/lib/libast/uwin/
H A Drcmd.c319 extern int ruserok(const char *rhost, int superuser, const char *ruser, const char *luser) argument
330 sp = rhost;
335 baselen = sp - rhost;
380 _validuser(FILE *hostf, const char *rhost, const char *luser, argument
430 && _checkhost(rhost, &ahost[1], baselen))
434 && _checknetgrouphost(rhost, &ahost[2], baselen))
446 hostvalid = _checknetgrouphost(rhost, &ahost[2], baselen);
448 hostvalid = _checkhost(rhost, ahost, baselen);
459 hostvalid = hostvalid ? 1 : _checkhost(rhost, ahost, baselen);
471 _checkhost(const char *rhost, cons argument
507 _checknetgrouphost(const char *rhost, const char *netgr, int baselen) argument
[all...]

Completed in 11 milliseconds