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

1 2 3 4 5 6 7 8 91011>>

  /src/regress/sys/arch/m68k/060sp/
dotest.c 44 fflush(stdout);
52 fflush(stdout);
  /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);
putchar.c 66 fflush(outfd);
92 fflush(outfd);
  /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/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/lib/libc/stdio/
wbuf.c 83 * happen on unbuffered streams, where _bf._size==1; fflush()
90 if (fflush(fp))
97 if (fflush(fp))
  /src/sys/arch/atari/stand/tostools/libtos/
keywait.c 52 fflush(stderr);
65 fflush(stderr);
  /src/tests/lib/libc/stdio/
t_open_memstream.c 53 ATF_CHECK(fflush(fp) == 0);
59 ATF_CHECK(fflush(fp) != EOF);
63 ATF_CHECK(fflush(fp) != EOF);
75 ATF_CHECK(fflush(fp) != EOF);
t_fflush.c 39 static const char *path = "fflush";
44 atf_tc_set_md_var(tc, "descr", "Test errors from fflush(3)");
54 ATF_REQUIRE(fflush(NULL) == 0);
66 ATF_REQUIRE_ERRNO(EBADF, fflush(f) == EOF);
71 ATF_REQUIRE_ERRNO(EBADF, fflush(f) == EOF);
84 atf_tc_set_md_var(tc, "descr", "Test file offsets with fflush(3)");
118 ATF_REQUIRE(fflush(f) == 0);
  /src/usr.sbin/traceroute/
as.c 102 (void)fflush(f);
115 (void)fflush(asn->as_debug);
135 (void)fflush(asn->as_f);
140 (void)fflush(asn->as_debug);
150 (void)fflush(asn->as_debug);
164 (void)fflush(asn->as_debug);
199 (void)fflush(asn->as_debug);
  /src/games/atc/
graphics.c 121 (void)fflush(stdout);
143 (void)fflush(stdout);
237 (void)fflush(stdout);
263 (void)fflush(stdout);
271 (void)fflush(stdout);
280 (void)fflush(stdout);
288 (void)fflush(stdout);
302 (void)fflush(stdout);
315 (void)fflush(stdout);
325 (void)fflush(stdout)
    [all...]
  /src/bin/echo/
echo.c 71 (void)fflush(stdout);
  /src/sys/modules/examples/readhappy_mpsafe/
test_readhappy.c 57 fflush(stdout);
  /src/usr.bin/colcrt/
colcrt.c 98 fflush(stdout);
108 fflush(stdout);
119 fflush(stdout);
189 fflush(stdout);
  /src/usr.sbin/lpr/lptest/
lptest.c 78 (void)fflush(stdout);
  /src/usr.sbin/tcpdchk/
fakelog.c 44 fflush(stdout);
  /src/bin/sh/bltin/
echo.c 120 fflush(stdout);
  /src/games/trek/
main.c 211 fflush(stdout);
  /src/bin/csh/
err.c 339 (void)fflush(cshout);
340 (void)fflush(csherr);
369 (void)fflush(cshout);
370 (void)fflush(csherr);
  /src/usr.bin/find/
misc.c 111 (void)fflush(stderr);
126 (void)fflush(stderr);
  /src/sys/external/bsd/acpica/dist/compiler/
aslmain.c 382 fflush (stdout);
383 fflush (stderr);
  /src/usr.bin/mail/
quit.c 90 (void)fflush(obuf);
112 (void)fflush(obuf);
196 (void)fflush(obuf);
216 (void)fflush(stdout);
240 (void)fflush(obuf);
252 (void)fflush(stdout);
345 (void)fflush(rbuf);
512 (void)fflush(obuf);
552 (void)fflush(abuf);

Completed in 52 milliseconds

1 2 3 4 5 6 7 8 91011>>