Home | History | Annotate | Download | only in other

Lines Matching defs:fp

36   FILE *fp;
41 fp = fopen(toybuf, "r");
42 if (fp) {
43 int hctosys = 0, items = fscanf(fp, "%d", &hctosys);
45 fclose(fp);
68 FILE *fp;
71 for (fp = fopen("/etc/adjtime", "r");
72 fp && getline(&s, (void *)toybuf, fp)>0;
74 if (fp) fclose(fp);