OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fclose
(Results
176 - 200
of
1598
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cstdio
52
#undef
fclose
99
using ::
fclose
;
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cstdio
52
#undef
fclose
99
using ::
fclose
;
/system/bluetooth/brfpatch/
brfpatch.c
197
fclose
(file_in);
198
fclose
(file_out);
/system/core/toolbox/
netstat.c
115
fclose
(fp);
143
fclose
(fp);
/system/extras/libpagemap/
pm_process.c
253
fclose
(maps_f);
283
fclose
(maps_f);
/system/vold/
Process.cpp
145
fclose
(file);
150
fclose
(file);
main.cpp
243
fclose
(fp);
250
fclose
(fp);
/external/clang/lib/StaticAnalyzer/Checkers/
StreamChecker.cpp
84
void
Fclose
(CheckerContext &C, const CallExpr *CE) const;
131
II_fclose = &Ctx.Idents.get("
fclose
");
164
Fclose
(C, CE);
249
void StreamChecker::
Fclose
(CheckerContext &C, const CallExpr *CE) const {
383
BT_doubleclose.reset(new BuiltinBug("Double
fclose
",
/external/collada/src/modules/LIBXMLPlugin/
daeLIBXMLPlugin.cpp
296
fclose
(tempfd);
299
fclose
(tempfd);
309
fclose
(rawFile);
312
fclose
(rawFile);
343
fclose
( rawFile );
/external/iproute2/misc/
nstat.c
236
fclose
(fp);
245
fclose
(fp);
254
fclose
(fp);
567
fclose
(tfp);
592
fclose
(sfp);
/frameworks/base/core/jni/
android_os_Debug.cpp
237
fclose
(fp);
305
fclose
(fp);
495
fclose
(in);
517
/* dup() the descriptor so we don't close the original with
fclose
() */
537
fclose
(fp);
/hardware/invensense/mlsdk/platform/linux/
mlsl_linux_mpu.c
112
fclose
(fp);
151
fclose
(fp);
183
fclose
(fp);
204
fclose
(fp);
224
fclose
(calFile);
/device/samsung/tuna/recovery/
bootloader.c
86
fclose
(f);
316
int close_status =
fclose
(xloader);
336
int close_status =
fclose
(sbl);
/external/chromium/net/base/
ssl_false_start_blacklist_process.cc
156
fclose
(input);
161
fclose
(input);
264
fclose
(out);
/external/icu4c/test/intltest/
idnaconf.cpp
90
fclose
(f);
99
fclose
(f);
102
fclose
(f);
/external/libpng/contrib/pngminus/
png2pnm.c
152
fclose
(fp_rd);
154
fclose
(fp_wr);
157
fclose
(fp_al);
/external/mesa3d/test/
image_file.h
70
fclose
(file);
129
fclose
(file);
244
fclose
(file);
/external/bzip2/
bzip2.c
372
ret =
fclose
( zStream );
378
ret =
fclose
( stream );
489
ret =
fclose
( zStream );
496
ret =
fclose
( stream );
532
if (zStream != stdin)
fclose
(zStream);
533
if (stream != stdout)
fclose
(stream);
598
ret =
fclose
( zStream );
625
if (zStream != stdin)
fclose
(zStream);
708
fclose
( outputHandleJustInCase );
944
if (tmp != NULL)
fclose
( tmp )
[
all
...]
/external/opencv/cvaux/src/
cvlevmarprojbandle.cpp
556
fclose
(file);
622
fclose
(file);
725
fclose
(file);
943
fclose
(file);
969
fclose
(file);
989
fclose
(file);
[
all
...]
/development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderThread.cpp
143
fclose
(dumpFP);
/external/blktrace/btt/
misc.c
56
fclose
(fip->ofp);
/external/bluetooth/bluez/tools/
parser.y
168
fclose
(yyin);
/external/bluetooth/glib/gio/xdgmime/
xdgmimealias.c
160
fclose
(file);
xdgmimeicon.c
159
fclose
(file);
/external/chromium/chrome/browser/cocoa/
authorization_util.mm
133
fclose
(*pipe_pointer);
Completed in 857 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>