Home
last modified time | relevance | path

Searched refs:fflush (Results 1 – 25 of 30) sorted by relevance

12

/ndk/sources/host-tools/make-3.81/
Ddebug.h32 printf _x; fflush (stdout);} }while(0)
36 fflush (stdout);} }while(0)
38 #define DB(_l,_x) do{ if(ISDB(_l)) {printf _x; fflush (stdout);} }while(0)
Dremote-cstms.c223 fflush (stdout); in start_remote_job()
224 fflush (stderr); in start_remote_job()
Dfile.c396 fflush (stdout); in remove_intermediates()
408 fflush (stdout); in remove_intermediates()
964 fflush (stdout); in print_file()
965 fflush (stderr); in print_file()
971 fflush (stdout); in print_file()
972 fflush (stderr); in print_file()
Dvmsjobs.c458 fflush(stdout); in child_execute_job()
480 fflush (stdout); in child_execute_job()
669 fflush (stdout); in child_execute_job()
Dmisc.c220 fflush (stdout);
253 fflush (stderr);
649 fflush (stderr); in log_access()
Dmain.c2074 fflush (stdout); in main()
2075 fflush (stderr); in main()
2957 fflush (stdout); in print_version()
3128 fflush (stdout); in log_working_directory()
Dansi2knr.c362 fflush(out);
Djob.c486 fflush (stdout); in reap_children()
1134 fflush (stdout); in start_job_command()
1135 fflush (stderr); in start_job_command()
Dremake.c696 fflush (stdout); in update_file_1()
732 fflush (stdout); in update_file_1()
Dfunction.c1115 fflush(stdout); in func_error()
1741 fflush (stderr); in func_shell()
/ndk/sources/host-tools/sed-4.2.1/lib/
Derror.c80 # define fflush(s) INTUSE(_IO_fflush) (s) macro
216 fflush (stderr); in error_tail()
239 fflush (stdout); in error()
298 fflush (stdout); in error_at_line()
Dunlocked-io.h58 # undef fflush
59 # define fflush(x) fflush_unlocked (x) macro
61 # define fflush_unlocked(x) fflush (x)
Dstdio.in.h394 # define fflush rpl_fflush
401 extern int fflush (FILE *gl_stream);
404 # undef fflush
405 # define fflush(f) \
409 fflush (f))
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.cpp61 _STLP_VENDOR_CSTD::fflush(_M_file); in ~stdio_streambuf_base()
145 return _STLP_VENDOR_CSTD::fflush(_M_file) == 0 ? 0 : -1; in sync()
209 _STLP_VENDOR_CSTD::fflush(_M_file); in overflow()
/ndk/tests/device/test-gnustl-full/unit/cppunit/
Dfile_reporter.h61 fflush(_file); in ~FileReporter()
/ndk/tests/device/test-stlport/unit/cppunit/
Dfile_reporter.h61 fflush(_file); in ~FileReporter()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cstdio.h70 using _STLP_VENDOR_CSTD::fflush;
/ndk/sources/cxx-stl/gabi++/include/
Dcstdio49 using ::fflush;
/ndk/sources/cxx-stl/system/include/
Dcstdio49 using ::fflush;
/ndk/sources/host-tools/nawk-20071023/
Drun.c403 fflush(stdout); /* in case someone is waiting for a prompt */ in getline()
988 fflush(fp); in awkprintf()
1508 fflush(stdout); /* in case something is buffered already */ in bltin()
1546 u = fflush(fp); in bltin()
1583 fflush(fp); in printstat()
1652 fflush(stdout); /* force a semblance of order */ in openfile()
1740 fflush(files[i].fp); in flush_all()
Dlib.c557 fflush(stdout); in FATAL()
573 fflush(stdout); in WARNING()
/ndk/sources/android/cpufeatures/
Dcpu-features.c77 printf(__VA_ARGS__); fflush(stdout); \
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure.ac36 result = fflush (fp) == EOF && errno == 0;
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dtst-rxspencer.c451 fflush (stdout); in main()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.c287 if (fflush(stream) == EOF && errno != EBADF)

12