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

/ast/src/lib/libast/uwin/
H A Drcmd.c471 _checkhost(const char *rhost, const char *lhost, int len) argument
479 return(!strcmp(rhost, lhost));
480 if (strncmp(rhost, lhost, len))
482 if (!strcmp(rhost, lhost))
484 if (*(lhost + len) != '\0')

Completed in 11 milliseconds