Home | History | Annotate | Download | only in pending

Lines Matching defs:fp

1445   FILE* fp = xfopen("/proc/partitions", "r");
1447 while (fgets(buffer, ONE_K, fp)) {
1461 fclose(fp);