HomeSort by relevance Sort by last modified time
    Searched full:configfd (Results 1 - 1 of 1) sorted by null

  /external/ppp/pppd/plugins/radius/
config.c 188 FILE *configfd; local
193 if ((configfd = fopen(filename,"r")) == NULL)
200 while ((fgets(buffer, sizeof(buffer), configfd) != NULL))
254 fclose(configfd);

Completed in 514 milliseconds