HomeSort by: relevance | last modified time | path
    Searched refs:fflush (Results 1 - 25 of 1239) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/mit/libuv/dist/docs/code/cgi/
tick.c 8 fflush(stdout);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
amd64-shadow-stack-corefile.c 34 fflush (stdout);
  /src/regress/sys/arch/m68k/060sp/
dotest.c 44 fflush(stdout);
52 fflush(stdout);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
ending-run.c 28 fflush (stdout);
30 printf( " Goodbye!\n" ); fflush (stdout); /* -break2- */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
ending-run.c 28 fflush (stdout);
30 printf( " Goodbye!\n" ); fflush (stdout); /* -break2- */
  /src/lib/libcurses/
curs_set.c 60 fflush(_cursesi_screen->outfd);
70 fflush(_cursesi_screen->outfd);
80 fflush(_cursesi_screen->outfd);
meta.c 55 fflush(_cursesi_screen->outfd);
62 fflush(_cursesi_screen->outfd);
  /src/external/gpl2/gmake/dist/
debug.h 32 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)
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
eprintf.c 33 fflush(stderr);
  /src/tests/lib/csu/
h_hello.c 46 fflush(stdout);
  /src/external/gpl2/groff/dist/src/libs/libgroff/
assert.cpp 34 fflush(stderr);
  /src/external/bsd/flex/dist/tests/
string_nr.l 43 [[:digit:]]+ { printf("NUMBER "); fflush(stdout);}
44 [[:alpha:]]+ { printf("WORD "); fflush(stdout);}
70 printf("Testing: test_scan_string(%s): ",INPUT_STRING_1); fflush(stdout);
76 printf("Testing: test_scan_bytes(%s): ",INPUT_STRING_2); fflush(stdout);
83 printf("Testing: test_scan_buffer(%s): ",INPUT_STRING_1); fflush(stdout);
string_r.l 43 [[:digit:]]+ { printf("NUMBER "); fflush(stdout);}
44 [[:alpha:]]+ { printf("WORD "); fflush(stdout);}
71 printf("Testing: test_scan_string(%s): ",INPUT_STRING_1); fflush(stdout);
79 printf("Testing: test_scan_bytes(%s): ",INPUT_STRING_2); fflush(stdout);
88 printf("Testing: test_scan_buffer(%s): ",INPUT_STRING_1); fflush(stdout);
  /src/tests/fs/fifofs/
t_fifo.c 68 fflush(stdout);
86 fflush(stdout);
135 fflush(stdout);
154 fflush(stdout);
166 fflush(stdout);
178 fflush(stdout);
185 fflush(stdout);
193 fflush(stdout);
205 fflush(stdout);
  /src/games/hals_end/
hals_end.c 38 fflush(stdout);
75 fflush(stdout);
106 fflush(stdout);
148 fflush(stdout);
  /src/external/bsd/ipf/dist/lib/
binprint.c 30 (void)fflush(stdout);
  /src/external/bsd/ntp/dist/libntp/
ntp_libopts.c 58 fflush(stdout);
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
closeout.c 42 exit successfully. Even calling fflush is not always sufficient,
73 if (ferror (stderr) || fflush (stderr))
fwriteerror.c 53 if (fflush (fp))
61 if (fflush (fp))
70 /* We need an explicit fflush to tell whether some output was already
72 if (fflush (fp))
136 Write size bytes and then calls fflush if j==1. */
148 fflush (stream);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
closeout.c 42 exit successfully. Even calling fflush is not always sufficient,
73 if (ferror (stderr) || fflush (stderr))
fwriteerror.c 53 if (fflush (fp))
61 if (fflush (fp))
70 /* We need an explicit fflush to tell whether some output was already
72 if (fflush (fp))
136 Write size bytes and then calls fflush if j==1. */
148 fflush (stream);
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
fwriteerror.c 53 if (fflush (fp))
61 if (fflush (fp))
70 /* We need an explicit fflush to tell whether some output was already
72 if (fflush (fp))
136 Write size bytes and then calls fflush if j==1. */
148 fflush (stream);
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
closeout.c 42 exit successfully. Even calling fflush is not always sufficient,
73 if (ferror (stderr) || fflush (stderr))
  /src/external/gpl2/texinfo/dist/lib/
xexit.c 59 else if (fflush (stdout) != 0)
61 fputs (_("fflush error on stdout\n"), stderr);
  /src/external/gpl3/gcc/dist/gcc/
genmddump.cc 58 fflush (stdout);

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 91011>>