HomeSort by relevance Sort by last modified time
    Searched refs:ufile (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
auth.c 410 FILE *ufile; local
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);
    [all...]