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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c175 FILE *pf_input; /* File for input */ member in struct:per_file
515 pfp->pf_input = fp;
821 if (pfp->pf_input != NULL) {
823 (void) fclose(pfp->pf_input);
824 pfp->pf_input = NULL;
1170 while (psp->ps_cfile != NULL && psp->ps_cfile->pf_input != NULL) {
1172 (int (*)(void *))fgetc, (void *)psp->ps_cfile->pf_input,
1212 if (psp->ps_cfile->pf_input != NULL)

Completed in 61 milliseconds