Home | History | Annotate | Download | only in pppd

Lines Matching full:ufile

414     FILE *ufile;
431 ufile = fopen(fname, "r");
434 if (ufile == NULL) {
438 check_access(ufile, fname);
442 if (fgets(u, MAXNAMELEN - 1, ufile) == NULL
443 || fgets(p, MAXSECRETLEN - 1, ufile) == NULL) {
444 fclose(ufile);
448 fclose(ufile);