Home | History | Annotate | Download | only in testdata

Lines Matching defs:fp

1036 getline(FILE* fp)
1046 if (!(b = fgets(s, e - s, fp)))
1250 FILE* fp;
1345 fp = stdin;
1347 else if (!(fp = fopen(state.file, "r")))
1449 while (p = getline(fp))
2282 if (fp != stdin)
2283 fclose(fp);