Searched refs:fclose (Results 1 - 25 of 1111) sorted by relevance

1234567891011>>

/external/clang/test/Analysis/
H A Dstream.c10 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(
[all...]
H A Dsimple-stream-checks.c10 fclose(F);
13 fclose(F); // expected-warning {{Closing a previously closed file stream}}
35 fclose(F);
42 fclose(F);
/external/autotest/client/profilers/powertop/src/
H A Dmisctips.c42 fclose(file);
61 fclose(file);
64 fclose(file);
74 fclose(file);
82 fclose(file);
92 fclose(file);
104 fclose(file);
113 fclose(file);
126 fclose(file);
131 fclose(fil
[all...]
H A Dusb.c54 fclose(file);
60 fclose(file);
89 fclose(file);
95 fclose(file);
104 fclose(file);
110 fclose(file);
H A Dcpufreq.c57 fclose(file);
91 fclose(file);
100 fclose(file);
H A Dsata.c56 fclose(file);
89 fclose(file);
95 fclose(file);
/external/avahi/avahi-client/
H A Dxdg-config-test.c35 fclose(f);
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dfreopen.cc13 fclose(fp);
/external/curl/tests/libtest/
H A Dlib505.c73 fclose(hd_src);
79 fclose(hd_src);
85 fclose(hd_src);
93 fclose(hd_src);
103 fclose(hd_src);
111 fclose(hd_src);
144 fclose(hd_src);
H A Dlib541.c65 fclose(hd_src);
71 fclose(hd_src);
77 fclose(hd_src);
85 fclose(hd_src);
111 fclose(hd_src);
/external/curl/docs/examples/
H A Dsepheaders.c67 fclose(headerfile);
81 fclose(headerfile);
84 fclose(bodyfile);
H A Dftpgetresp.c72 fclose(ftpfile); /* close the local file */
73 fclose(respfile); /* close the response file */
/external/vboot_reference/host/lib/
H A Dhost_misc.c44 fclose(f);
50 fclose(f);
55 fclose(f);
71 fclose(f);
109 fclose(f);
114 fclose(f);
/external/bison/lib/
H A Dfopen-safer.c46 fclose (fp);
51 if (fclose (fp) != 0
H A Dclose-stream.c1 /* Close a stream, with nicer error checking than fclose's.
44 the fclose(STREAM) could still fail (due e.g., to a disk full error)
60 const bool fclose_fail = (fclose (stream) != 0);
63 fclose failed, with one exception: ignore an fclose failure if
65 fclose failed with EBADF. That can happen when a program like cp
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-for-simple-stream.h14 int fclose(FILE *);
/external/libchrome/base/files/
H A Dscoped_file.h33 fclose(x);
/external/ltrace/
H A Dmemstream.c50 fclose(memstream->stream);
66 return fclose(memstream->stream) == 0 ? 0 : -1;
/external/compiler-rt/test/msan/
H A Dgetc_unlocked.c30 fclose(stream);
/external/compiler-rt/test/tsan/Linux/
H A Duser_fopen.cc28 fclose(f);
/external/icu/icu4c/source/samples/layout/
H A DUnicodeReader.cpp77 fclose(f);
88 fclose(f);
96 fclose(f);
100 fclose(f);
/external/webrtc/webrtc/modules/audio_processing/vad/
H A Dpitch_based_vad_unittest.cc70 fclose(spectral_peak_file);
71 fclose(pitch_gain_file);
72 fclose(pitch_lag_file);
/external/webrtc/webrtc/tools/frame_editing/
H A Dframe_editing_lib.cc48 fclose(in_fid);
83 fclose(in_fid);
84 fclose(out_fid);
/external/ppp/pppd/plugins/radius/
H A Dradrealms.c87 fclose(fd);
101 fclose(fd);
111 fclose(fd);
119 fclose(fd);
130 fclose(fd);
/external/libopus/celt/
H A Dopus_custom_demo.c100 fclose(fin);
108 fclose(fin);
109 fclose(fout);
116 fclose(fin);
117 fclose(fout);
192 fclose(fin);
193 fclose(fout);

Completed in 1612 milliseconds

1234567891011>>