Home
last modified time | relevance | path

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

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