Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/stdio/
H A Dfflush.c57 fflush(FILE *fp) in fflush() function
/netbsd-src/external/mpl/mozilla-certdata/share/
H A Dcertdata.awk236 fflush() # flush all function
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dunlocked-io.h31 # define fflush(x) fflush_unlocked (x) macro
H A Derror.c95 # define fflush(s) _IO_fflush (s) macro
/netbsd-src/external/gpl2/grep/dist/lib/
H A Derror.c93 # define fflush(s) _IO_fflush (s) macro
/netbsd-src/bin/sh/bltin/
H A Dbltin.h75 #define fflush(f) _RETURN_INT(flushout(f)) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Derror.c80 # define fflush(s) INTUSE(_IO_fflush) (s) macro
H A Dunlocked-io.h60 # define fflush(x) fflush_unlocked (x) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Derror.c80 # define fflush(s) INTUSE(_IO_fflush) (s) macro
H A Dunlocked-io.h60 # define fflush(x) fflush_unlocked (x) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Derror.c80 # define fflush(s) INTUSE(_IO_fflush) (s) macro
H A Dunlocked-io.h60 # define fflush(x) fflush_unlocked (x) macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Derror.c79 # define fflush(s) INTUSE(_IO_fflush) (s) macro
H A Dunlocked-io.h60 # define fflush(x) fflush_unlocked (x) macro
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dsystem.h104 # define fflush(Stream) fflush_unlocked (Stream) macro
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dsystem.h104 # define fflush(Stream) fflush_unlocked (Stream) macro
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Derror.c85 # define fflush(s) _IO_fflush (s) macro
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dsystem.h125 # define fflush(Stream) fflush_unlocked (Stream) macro
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h125 # define fflush(Stream) fflush_unlocked (Stream) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsystem.h135 # define fflush(Stream) fflush_unlocked (Stream) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h135 # define fflush(Stream) fflush_unlocked (Stream) macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc1731 REAL(fflush)(stdout); in FlushStreams() local
1732 REAL(fflush)(stderr); in FlushStreams() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc1773 REAL(fflush)(stdout); in FlushStreams() local
1774 REAL(fflush)(stderr); in FlushStreams() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp1839 REAL(fflush)(stdout); in FlushStreams() local
1840 REAL(fflush)(stderr); in FlushStreams() local
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Diotrace.c1830 fflush (FILE *stream) function