Searched refs:ptFp (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dhostacc.c55 static FILE *ptFp; /* FILE * into host access config file */ variable
158 if ((ptFp = fopen(_path_ftphosts, "r")) == NULL) {
173 while (fgets(linbuf, MAXLEN, ptFp) != NULL) {
275 return ((feof(ptFp)) ? 0 : -1);
336 if (ptFp && fclose(ptFp))

Completed in 96 milliseconds