Lines Matching defs:uchost
658 char *uchost = (char *)NULL;
669 uchost = (char *)NULL;
692 if (uchost == (char *)NULL)
693 uchost = strdup(ahost);
698 if (*p != '\0' && uchost != (char *)NULL)
699 uchost[p - ahost] = '\0';
715 if (uchost != (char *)NULL)
716 hostmatch = innetgr(uchost + 2, rhost,
722 if (uchost != (char *)NULL) {
723 if (innetgr(uchost + 2, rhost, NULL, domain))
759 if (uchost != (char *)NULL)
760 free(uchost);
765 if (uchost != (char *)NULL)
766 free(uchost);