HomeSort by relevance Sort by last modified time
    Searched full:fclose (Results 1 - 25 of 2312) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Analysis/
stream.c 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)
    [all...]
simple-stream-checks.c 10 fclose(F);
13 fclose(F); // expected-warning {{Closing a previously closed file stream}}
35 fclose(F);
42 fclose(F);
  /bionic/tests/
stdio_ext_test.cpp 51 fclose(fp);
64 fclose(fp);
76 fclose(fp);
98 fclose(fp);
114 fclose(fp);
121 fclose(fp);
126 fclose(fp);
131 fclose(fp);
141 fclose(fp);
  /external/vboot_reference/host/lib/
host_misc.c 44 fclose(f);
50 fclose(f);
55 fclose(f);
71 fclose(f);
109 fclose(f);
114 fclose(f);
  /external/bison/lib/
close-stream.c 1 /* 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
fopen-safer.c 46 fclose (fp);
51 if (fclose (fp) != 0
  /external/lz4/examples/
blockStreaming_doubleBuffer.c 160 fclose(outFp);
161 fclose(inpFp);
173 fclose(outFp);
174 fclose(inpFp);
190 fclose(decFp);
191 fclose(inpFp);
blockStreaming_lineByLine.c 176 fclose(outFp);
177 fclose(inpFp);
187 fclose(outFp);
188 fclose(inpFp);
202 fclose(decFp);
203 fclose(inpFp);
blockStreaming_ringBuffer.c 168 fclose(outFp);
169 fclose(inpFp);
179 fclose(outFp);
180 fclose(inpFp);
195 fclose(decFp);
196 fclose(inpFp);
  /external/vboot_reference/host/lib21/
host_misc.c 38 fclose(f);
44 fclose(f);
50 fclose(f);
55 fclose(f);
73 fclose(f);
78 fclose(f);
  /external/blktrace/btt/
bt_timeline.c 74 fclose(msgs_ofp);
76 fclose(rngs_ofp);
78 fclose(avgs_ofp);
80 fclose(xavgs_ofp);
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-simple-stream.h 14 int fclose(FILE *);
  /external/webrtc/src/system_wrappers/source/
cpu_linux.cc 121 fclose(fp);
126 fclose(fp);
130 fclose(fp);
139 fclose(fp);
152 fclose(fp);
157 fclose(fp);
167 fclose(fp);
182 fclose(fp);
199 fclose(fp);
  /frameworks/av/drm/common/
ReadWriteUtils.cpp 52 fclose(file);
73 fclose(file);
91 fclose(file);
106 fclose(file);
  /art/test/023-many-interfaces/
iface-gen.c 30 fclose(fp);
42 fclose(fp);
  /art/test/303-verification-stress/
classes-gen.c 35 fclose(fp);
52 fclose(fp);
  /external/selinux/libselinux/src/
get_default_type.c 19 fclose(fp);
23 fclose(fp);
is_customizable_type.c 25 fclose(fp);
54 fclose(fp);
  /external/ppp/pppd/plugins/radius/
radrealms.c 87 fclose(fd);
101 fclose(fd);
111 fclose(fd);
119 fclose(fd);
130 fclose(fd);
  /external/libopus/celt/
opus_custom_demo.c 100 fclose(fin);
108 fclose(fin);
109 fclose(fout);
116 fclose(fin);
117 fclose(fout);
192 fclose(fin);
193 fclose(fout);
  /external/bison/m4/
exponentf.m4 64 return (fclose (fp) != 0);
70 return (fclose (fp) != 0);
74 return (fclose (fp) != 0);
  /external/libunwind/tests/
crasher.c 40 fclose(out);
41 fclose(maps);
82 fclose(out);
  /system/core/libbacktrace/
GetPss.cpp 54 fclose(maps);
60 fclose(maps);
87 fclose(maps);
  /external/compiler-rt/test/tsan/Linux/
user_fopen.cc 28 fclose(f);
  /external/icu/icu4c/source/samples/layout/
UnicodeReader.cpp 77 fclose(f);
88 fclose(f);
96 fclose(f);
100 fclose(f);

Completed in 734 milliseconds

1 2 3 4 5 6 7 8 91011>>