Home | History | Annotate | Download | only in lpd

Lines Matching defs:hostf

598 	FILE *hostf;
666 hostf = fopen(_PATH_HOSTSEQUIV, "r");
667 if (hostf) {
668 if (__ivaliduser_sa(hostf, f, f->sa_len, DUMMY, DUMMY) == 0) {
669 chkplushost(good, hostf, hst);
670 (void)fclose(hostf);
673 (void)fclose(hostf);
675 hostf = fopen(_PATH_HOSTSLPD, "r");
676 if (hostf) {
677 if (__ivaliduser_sa(hostf
678 chkplushost(good, hostf, hst);
679 (void)fclose(hostf);
682 (void)fclose(hostf);