Home
last modified time | relevance | path

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

/external/ppp/pppd/plugins/radius/
Dclientid.c37 FILE *mapfd; in rc_read_mapfile() local
42 if ((mapfd = fopen(filename,"r")) == NULL) in rc_read_mapfile()
50 while (fgets(buffer, sizeof(buffer), mapfd) != NULL) in rc_read_mapfile()
89 fclose(mapfd); in rc_read_mapfile()