HomeSort by relevance Sort by last modified time
    Searched full:fflush (Results 176 - 200 of 1394) sorted by null

1 2 3 4 5 6 78 91011>>

  /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;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdio 56 #undef fflush
105 using ::fflush;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_hotshot.so 
  /system/core/liblog/tests/
benchmark_main.cpp 169 fflush(stdout);
230 fflush(stdout);
  /external/toybox/lib/
xwrap.c 33 if (fflush(NULL) || ferror(stdout))
113 if (fflush(stdout) || ferror(stdout)) perror_exit("write");
118 if (EOF == puts(s) || fflush(stdout) || ferror(stdout)) perror_exit("write");
123 if (EOF == fputc(c, stdout) || fflush(stdout) || ferror(stdout))
129 if (fflush(stdout) || ferror(stdout)) perror_exit("write");;
  /external/valgrind/auxprogs/
valgrind-listener.c 143 fflush(stdout);
234 fflush(stdout);
372 fflush(stdout);
420 fflush(stdout);
423 fflush(stdout);
  /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...]
close-stream.c 47 exit successfully. Even calling fflush is not always sufficient,
  /external/bison/linux-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/jsoncpp/src/test_lib_json/
jsontest.cpp 332 fflush( stdout );
350 fflush( stdout );
508 fflush( stderr );
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_conv.c 58 fflush(fp);
79 fflush(fp);
95 fflush(fp);
  /external/sonivox/arm-fm-22k/host_src/
eas_report.c 166 fflush(debugFile);
201 fflush(debugFile);
231 fflush(debugFile);
  /external/sonivox/arm-hybrid-22k/host_src/
eas_report.c 166 fflush(debugFile);
201 fflush(debugFile);
231 fflush(debugFile);
  /external/sonivox/arm-wt-22k/host_src/
eas_report.c 166 fflush(debugFile);
201 fflush(debugFile);
231 fflush(debugFile);
  /external/valgrind/drd/tests/
unit_bitmap.c 42 fflush(stdout);
43 fflush(stderr);
124 fflush(stdout);
  /system/extras/librank/
librank.c 386 fflush(stdout);
398 fflush(stdout);
418 fflush(stdout);
  /bionic/benchmarks/
Benchmark.cpp 149 fflush(stdout);
  /bionic/tests/
stdio_ext_test.cpp 74 fflush(fp);
  /external/blktrace/btt/
trace.c 33 fflush(stdout);
  /external/boringssl/src/tool/
pkcs12.cc 100 fflush(stdout);

Completed in 582 milliseconds

1 2 3 4 5 6 78 91011>>