Home | History | Annotate | Download | only in pending

Lines Matching defs:fp

1571         FILE *fp = xfopen("/proc/net/psched","r");
1573 if (fp) {
1576 if (fscanf(fp, "%*08x%*08x%08x%08x", &nom, &denom) == 2)
1579 fclose(fp);
1865 FILE *fp = xfopen("/proc/sys/net/ipv4/route/flush", "w");
1867 if (fwrite("-1",1,2,fp) < 2) error_exit("can't flush routing cache");
1868 fclose(fp);
2397 FILE *fp = xfopen("/proc/net/dev", "r");
2399 while (fgets(toybuf, sizeof(toybuf), fp)) {
2425 fclose(fp);