OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fflush
(Results
51 - 75
of
1394
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/test/asan/TestCases/Windows/
dll_intercept_memcpy_indirect.cc
21
fflush
(0);
dll_intercept_memset.cc
20
fflush
(0);
dll_intercept_strlen.cc
14
fflush
(0);
intercept_memcpy.cc
19
fflush
(0);
intercept_strdup.cc
13
fflush
(0);
intercept_strlen.cc
13
fflush
(0);
/external/compiler-rt/test/lsan/TestCases/
use_stacks_threaded.cc
19
fflush
(stderr);
/external/e2fsprogs/lib/et/
vfprintf.c
39
(void)
fflush
(iop);
/external/google-breakpad/src/testing/gtest/samples/
sample9_unittest.cc
60
fflush
(stdout);
69
fflush
(stdout);
80
fflush
(stdout);
89
fflush
(stdout);
/external/lzma/CPP/Common/
StdOutStream.cpp
47
return (
fflush
(_stream) == 0);
/external/openssh/
roaming_client.c
243
fflush
(stderr);
261
fflush
(stderr);
266
fflush
(stderr);
269
fflush
(stderr);
/external/protobuf/gtest/samples/
sample9_unittest.cc
60
fflush
(stdout);
69
fflush
(stdout);
80
fflush
(stdout);
89
fflush
(stdout);
/external/valgrind/coregrind/
vgdb.h
48
fprintf(stderr, __VA_ARGS__),
fflush
(stderr) \
53
fprintf(stderr, __VA_ARGS__),
fflush
(stderr) \
60
fflush
(stderr))
64
fflush
(stderr), \
/external/valgrind/drd/tests/
free_is_write.c
64
fflush
(stdout);
/external/valgrind/gdbserver_tests/
sleepers.c
30
fflush
(stderr);
76
fflush
(stderr);
94
fflush
(stderr);
156
fflush
(stderr);
/ndk/sources/third_party/googletest/googletest/samples/
sample9_unittest.cc
60
fflush
(stdout);
69
fflush
(stdout);
80
fflush
(stdout);
89
fflush
(stdout);
/ndk/sources/third_party/googletest/patches.ndk/
0002-Work-around-broken-abort-on-Android-MIPS.patch
23
+inline void Abort() {
fflush
(NULL); exit(1); }
/external/netperf/
netcpu_pstat.c
85
fflush
(where);
154
fflush
(where);
204
fflush
(where);
211
fflush
(where);
217
fflush
(where);
nettest_sctp.c
220
fflush
(where);
246
fflush
(where);
253
fflush
(where);
259
fflush
(where);
265
fflush
(where);
271
fflush
(where);
277
fflush
(where);
286
fflush
(where);
294
fflush
(where);
302
fflush
(where)
[
all
...]
netlib.c
431
fflush
(stream);
701
fflush
(where);
773
fflush
(where);
781
fflush
(where);
789
fflush
(where);
810
fflush
(where);
818
fflush
(where);
839
fflush
(where);
858
fflush
(where);
956
fflush
(where)
[
all
...]
nettest_unix.c
165
fflush
(where);
171
fflush
(where);
584
fflush
(where);
601
fflush
(where);
744
fflush
(where);
762
fflush
(where);
769
fflush
(where);
778
fflush
(where);
794
fflush
(where);
822
fflush
(where)
[
all
...]
nettest_dlpi.c
217
fflush
(where);
404
fflush
(where);
485
fflush
(where);
503
fflush
(where);
563
fflush
(where);
582
fflush
(where);
720
fflush
(where);
744
fflush
(where);
752
fflush
(where);
804
fflush
(where)
[
all
...]
/external/valgrind/none/tests/arm/
neon64.c
64
fflush
(stdout); \
81
fflush
(stdout); \
99
fflush
(stdout); \
118
fflush
(stdout); \
141
fflush
(stdout); \
164
fflush
(stdout); \
182
fflush
(stdout); \
200
fflush
(stdout); \
226
fflush
(stdout); \
251
fflush
(stdout);
[
all
...]
/external/libxml2/
testchar.c
159
fflush
(stdout);
169
fflush
(stdout);
179
fflush
(stdout);
189
fflush
(stdout);
200
fflush
(stdout);
210
fflush
(stdout);
220
fflush
(stdout);
230
fflush
(stdout);
569
fflush
(stdout);
572
fflush
(stdout)
[
all
...]
/bionic/libc/upstream-openbsd/lib/libc/stdio/
fflush.c
1
/* $OpenBSD:
fflush
.c,v 1.8 2009/11/09 00:18:27 kurt Exp $ */
40
fflush
(FILE *fp)
function
Completed in 611 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>