Searched refs:fflush (Results 1 - 25 of 580) sorted by relevance

1234567891011>>

/freebsd-current/tools/test/stress2/misc/
H A Dptrace2.sh66 fflush(stdout);
70 fflush(stdout);
74 fflush(stdout);
78 fflush(stdout);
117 fflush(stdout);
121 fflush(stdout);
125 fflush(stdout);
129 fflush(stdout);
H A Dpthread.sh78 fprintf(stderr, "WORKER: started %p\n", arg); fflush(stderr);
89 fprintf(stderr, "WORKER(%p): got work a=%d b=%d\n", arg, w->a, w->b); fflush(stderr);
121 fprintf(stderr, "pthread create\n"); fflush(stderr);
135 fprintf(stderr, "job complete\n"); fflush(stderr);
/freebsd-current/tools/regression/capsicum/syscalls/
H A Dmisc.h36 fflush(stdout); \
42 fflush(stdout); \
/freebsd-current/contrib/netbsd-tests/fs/fifofs/
H A Dt_fifo.c68 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);
/freebsd-current/contrib/gdtoa/
H A Dstdio1.h73 #ifdef fflush
74 #define old_fflush_ASL fflush
75 #undef fflush macro
77 #define fflush fflush_ASL macro
/freebsd-current/contrib/ntp/libntp/
H A Dntp_libopts.c56 fflush(stdout);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Deprintf.c26 fflush(stderr);
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-throw-on-failure-test_.cc36 #include <stdio.h> // for fflush, fprintf, NULL, etc.
48 fflush(nullptr);
H A Dgtest_throw_on_failure_ex_test.cc46 fflush(stdout);
/freebsd-current/sbin/ipf/libipf/
H A Dbinprint.c28 (void)fflush(stdout);
/freebsd-current/sbin/ipf/ipsend/
H A Diptests.c133 fflush(stdout);
149 fflush(stdout);
166 fflush(stdout);
182 fflush(stdout);
202 fflush(stdout);
214 fflush(stdout);
233 fflush(stdout);
245 fflush(stdout);
260 fflush(stdout);
268 fflush(stdou
[all...]
/freebsd-current/lib/libc/tests/stdio/
H A Dopen_wmemstream_test.c61 fflush(fp);
90 fflush(fp);
96 fflush(fp);
99 fflush(fp);
102 fflush(fp);
105 fflush(fp);
114 fflush(fp);
127 fflush(fp);
130 fflush(fp);
H A Dopen_memstream2_test.c61 fflush(fp);
90 fflush(fp);
96 fflush(fp);
99 fflush(fp);
102 fflush(fp);
105 fflush(fp);
114 fflush(fp);
127 fflush(fp);
130 fflush(fp);
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dprompter_posix.c51 fflush(stderr);
63 fflush (stdout);
/freebsd-current/usr.sbin/lpr/filters.ru/koi2alt/
H A Dkoi2alt.c84 fflush(stdout);
101 fflush(stdout);
/freebsd-current/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_open_memstream.c53 ATF_CHECK(fflush(fp) == 0);
59 ATF_CHECK(fflush(fp) != EOF);
63 ATF_CHECK(fflush(fp) != EOF);
75 ATF_CHECK(fflush(fp) != EOF);
H A Dt_fflush.c39 static const char *path = "fflush";
44 atf_tc_set_md_var(tc, "descr", "Test errors from fflush(3)");
58 ATF_REQUIRE(fflush(NULL) == 0);
70 ATF_REQUIRE_ERRNO(EBADF, fflush(f) == EOF);
75 ATF_REQUIRE_ERRNO(EBADF, fflush(f) == EOF);
88 atf_tc_set_md_var(tc, "descr", "Test file offsets with fflush(3)");
122 ATF_REQUIRE(fflush(f) == 0);
/freebsd-current/contrib/ntp/sntp/
H A Dlog.c42 fflush(syslog_file);
/freebsd-current/contrib/googletest/googletest/samples/
H A Dsample9_unittest.cc55 fflush(stdout);
62 fflush(stdout);
71 fflush(stdout);
78 fflush(stdout);
/freebsd-current/contrib/telnet/libtelnet/
H A Dread_password.c103 (void) fflush(stdout);
110 (void) fflush(stdout);
119 (void) fflush(stdout);
/freebsd-current/usr.sbin/traceroute/
H A Das.c101 (void)fflush(f);
113 (void)fflush(asn->as_debug);
132 (void)fflush(asn->as_f);
137 (void)fflush(asn->as_debug);
147 (void)fflush(asn->as_debug);
161 (void)fflush(asn->as_debug);
196 (void)fflush(asn->as_debug);
/freebsd-current/bin/pax/
H A Dtty_subs.c96 (void)fflush(ttyoutf);
142 (void)fflush(listf);
170 (void)fflush(listf);
/freebsd-current/contrib/lib9p/
H A Dlog.c65 fflush(stream);
/freebsd-current/contrib/bzip2/
H A DspewG.c52 fflush(stdout);
/freebsd-current/contrib/tcp_wrappers/
H A Dfakelog.c33 fflush(stdout);

Completed in 585 milliseconds

1234567891011>>