Searched defs:_checkhost (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/uwin/ |
H A D | rcmd.c | 430 && _checkhost(rhost, &ahost[1], baselen)) 448 hostvalid = _checkhost(rhost, ahost, baselen); 459 hostvalid = hostvalid ? 1 : _checkhost(rhost, ahost, baselen); 471 _checkhost(const char *rhost, const char *lhost, int len) function 530 if(1 == _checkhost(rhost, host, baselen))
|
Completed in 11 milliseconds