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

/external/ppp/pppd/plugins/radius/
H A Ddict.c38 FILE *dictfd; local
54 if ((dictfd = fopen (filename, "r")) == (FILE *) NULL)
63 while (fgets (buffer, sizeof (buffer), dictfd) != (char *) NULL)
282 fclose (dictfd);

Completed in 86 milliseconds