Home | History | Annotate | Download | only in pppd

Lines Matching refs:ufile

410     FILE *ufile;
422 ufile = fopen(fname, "r");
424 if (ufile == NULL) {
428 check_access(ufile, fname);
432 if (fgets(u, MAXNAMELEN - 1, ufile) == NULL
433 || fgets(p, MAXSECRETLEN - 1, ufile) == NULL) {
434 fclose(ufile);
438 fclose(ufile);