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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dauth.c279 FILE *ufile; local
291 ufile = fopen(fname, "r");
293 if (ufile == NULL) {
297 check_access(ufile, fname);
301 if (fgets(u, MAXNAMELEN - 1, ufile) == NULL
302 || fgets(p, MAXSECRETLEN - 1, ufile) == NULL){
306 fclose(ufile);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c416 FILE *ufile; local
433 ufile = fopen(fname, "r");
436 if (ufile == NULL) {
440 check_access(ufile, fname);
444 if (fgets(u, MAXNAMELEN - 1, ufile) == NULL
445 || fgets(p, MAXSECRETLEN - 1, ufile) == NULL) {
446 fclose(ufile);
450 fclose(ufile);

Completed in 518 milliseconds