Searched refs:rhost (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libast/uwin/ |
H A D | rcmd.c | 319 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...] |
H A D | rlib.h | 56 extern int _validuser(FILE *hostf, const char *rhost, 58 extern int _checkhost(const char *rhost, const char *lhost, int len);
|
Completed in 10 milliseconds