Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:procfile

50   FILE *procfile;
54 procfile = fopen (buffer, "r");
55 if (procfile == NULL)
59 while (fgets (buffer, sizeof (buffer), procfile) != NULL)
66 fclose (procfile);
298 FILE *procfile;
304 procfile = fopen (buffer, "r");
305 if (procfile == NULL)
319 while (getline (&line, &linelen, procfile) >= 0)
333 fclose (procfile);