/external/libpng/contrib/gregbook/ |
readpng.h | 67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
|
readpng2.h | 67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
|
writepng.h | 67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
|
/external/mesa3d/src/gallium/tests/unit/ |
u_format_test.c | 70 fflush(stdout); 92 fflush(stdout); 114 fflush(stdout); 135 fflush(stdout); 157 fflush(stdout); 178 fflush(stdout); 199 fflush(stdout); 666 fflush(stdout);
|
/external/netperf/ |
netperf.c | 132 fflush(stdout); 250 fflush(stderr);
|
/external/openssh/ |
readpass.c | 60 if (fflush(stdout) != 0) 61 error("ssh_askpass: fflush: %s", strerror(errno));
|
/external/qemu/distrib/jpeg-6b/ |
cdjpeg.c | 83 fflush(stderr); 108 fflush(stderr);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cstdio | 50 int fflush(FILE* stream); 129 using ::fflush;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
cstdio | 55 #undef fflush 102 using ::fflush;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
cstdio | 54 #undef fflush 101 using ::fflush;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
cstdio | 54 #undef fflush 101 using ::fflush;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 55 #undef fflush 102 using ::fflush;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 55 #undef fflush 102 using ::fflush;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 55 #undef fflush 102 using ::fflush;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
cstdio | 55 #undef fflush 102 using ::fflush;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cstdio | 54 #undef fflush 101 using ::fflush;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cstdio | 58 #undef fflush 104 using ::fflush;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cstdio | 54 #undef fflush 101 using ::fflush;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cstdio | 58 #undef fflush 104 using ::fflush;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
cstdio | 56 #undef fflush 102 using ::fflush;
|
/external/valgrind/main/auxprogs/ |
valgrind-listener.c | 139 fflush(stdout); 218 fflush(stdout); 339 fflush(stdout); 387 fflush(stdout); 390 fflush(stdout);
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/ |
pm_manifest_file_test.cc | 599 fflush(NULL); 603 fflush(NULL); 610 fprintf(stderr, "Sleeping...\n"); fflush(stderr); 614 fflush(NULL); 638 fprintf(stderr, "CreateInstance invoked\n"); fflush(NULL); 648 fprintf(stderr, "pthread_create failed\n"); fflush(NULL); 665 fprintf(stderr, "CreateModule invoked\n"); fflush(NULL);
|
/external/wpa_supplicant_8/src/utils/ |
edit.c | 335 fflush(stdout); 351 fflush(stdout); 361 fflush(stdout); 895 fflush(stdout); 1138 fflush(stdout); 1156 fflush(stdout); 1173 fflush(stdout);
|
/external/bison/darwin-lib/ |
stdio.h | 513 Note! LOSS OF DATA can occur if fflush is applied on an input stream 519 # define fflush rpl_fflush 521 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream)); 522 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream)); 524 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream)); 526 _GL_CXXALIASWARN (fflush); 528 # undef fflush macro 529 /* Assume fflush is always declared. */ 530 _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - [all...] |
/external/bison/lib/ |
stdio.in.h | 201 Note! LOSS OF DATA can occur if fflush is applied on an input stream 207 # define fflush rpl_fflush 209 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream)); 210 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream)); 212 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream)); 214 _GL_CXXALIASWARN (fflush); 216 # undef fflush 217 /* Assume fflush is always declared. */ 218 _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - [all...] |