Home | History | Annotate | Download | only in Analysis

Lines Matching refs:fclose

10 extern int fclose(FILE *fp);
20 fclose(p);
26 fclose(p);
32 fclose(p);
38 fclose(p);
47 fclose(p);
52 fclose(p);
53 fclose(p); // expected-warning {{Try to close a file Descriptor already closed. Cause undefined behaviour.}}
59 fclose(p);
66 fclose(p);
78 fclose(fp); // no-warning