OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fflush
(Results
76 - 100
of
1422
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
utils.h
23
fflush
(file_);
/external/chromium_org/testing/gtest/samples/
sample9_unittest.cc
60
fflush
(stdout);
69
fflush
(stdout);
80
fflush
(stdout);
89
fflush
(stdout);
/external/compiler-rt/lib/
eprintf.c
32
fflush
(stderr);
/external/compiler-rt/lib/lsan/lit_tests/TestCases/
use_registers.cc
33
fflush
(stderr);
use_stacks_threaded.cc
18
fflush
(stderr);
/external/dropbear/libtommath/etc/
mont.c
15
printf("DIGITS == %3ld...", x);
fflush
(stdout);
/external/e2fsprogs/lib/et/
vfprintf.c
39
(void)
fflush
(iop);
/external/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
252
fflush
(stderr);
270
fflush
(stderr);
275
fflush
(stderr);
278
fflush
(stderr);
/external/protobuf/gtest/samples/
sample9_unittest.cc
60
fflush
(stdout);
69
fflush
(stdout);
80
fflush
(stdout);
89
fflush
(stdout);
/external/qemu/distrib/sdl-1.2.15/src/
SDL.c
220
printf("[SDL_Quit] : Enter! Calling QuitSubSystem()\n");
fflush
(stdout);
226
printf("[SDL_Quit] : CHECK_LEAKS\n");
fflush
(stdout);
236
printf("[SDL_Quit] : SDL_UninstallParachute()\n");
fflush
(stdout);
246
printf("[SDL_Quit] : Returning!\n");
fflush
(stdout);
/external/valgrind/main/drd/tests/
free_is_write.c
59
fflush
(stdout);
/external/valgrind/main/gdbserver_tests/
sleepers.c
30
fflush
(stderr);
76
fflush
(stderr);
91
fflush
(stderr);
153
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/chromium_org/base/test/launcher/
test_launcher.cc
84
fflush
(stdout);
96
fflush
(stdout);
101
fflush
(stdout);
106
fflush
(stdout);
117
fflush
(stdout);
129
fflush
(stdout);
361
fflush
(stdout);
381
fflush
(stdout);
484
fflush
(stdout);
517
fflush
(stdout)
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/lib/
stdio.in.h
321
fflush
(), and which detect pipes. */
394
# define
fflush
rpl_fflush
397
Note! LOSS OF DATA can occur if
fflush
is applied on an input stream
401
extern int
fflush
(FILE *gl_stream);
404
# undef
fflush
405
# define
fflush
(f) \
406
(GL_LINK_WARNING ("
fflush
is not always POSIX compliant - " \
407
"use gnulib module
fflush
for portable " \
409
fflush
(f))
/external/dropbear/libtomcrypt/demos/
tv_gen.c
768
printf("Generating hash vectors...");
fflush
(stdout); hash_gen(); printf("done\n");
769
printf("Generating cipher vectors...");
fflush
(stdout); cipher_gen(); printf("done\n");
770
printf("Generating HMAC vectors...");
fflush
(stdout); hmac_gen(); printf("done\n");
771
printf("Generating OMAC vectors...");
fflush
(stdout); omac_gen(); printf("done\n");
772
printf("Generating PMAC vectors...");
fflush
(stdout); pmac_gen(); printf("done\n");
773
printf("Generating EAX vectors...");
fflush
(stdout); eax_gen(); printf("done\n");
774
printf("Generating OCB vectors...");
fflush
(stdout); ocb_gen(); printf("done\n");
775
printf("Generating CCM vectors...");
fflush
(stdout); ccm_gen(); printf("done\n");
776
printf("Generating GCM vectors...");
fflush
(stdout); gcm_gen(); printf("done\n");
777
printf("Generating BASE64 vectors...");
fflush
(stdout); base64_gen(); printf("done\n")
[
all
...]
/bionic/libc/stdio/
fflush.c
1
/* $OpenBSD:
fflush
.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
40
fflush
(FILE *fp)
function
Completed in 620 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>