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

1 2 3

  /src/lib/libc/stdio/
fflush.c 1 /* $NetBSD: fflush.c,v 1.26 2025/12/18 17:11:03 christos Exp $ */
38 static char sccsid[] = "@(#)fflush.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: fflush.c,v 1.26 2025/12/18 17:11:03 christos Exp $");
57 fflush(FILE *fp) function
  /src/lib/libm/src/
k_standard.c 28 #undef fflush macro
95 (void) fflush(stdout);
  /src/external/gpl2/diffutils/dist/lib/
unlocked-io.h 30 # undef fflush macro
31 # define fflush(x) fflush_unlocked (x) macro
error.c 95 # define fflush(s) _IO_fflush (s) macro
234 fflush (stderr);
261 fflush (stdout);
291 fflush (stderr);
343 fflush (stdout);
383 fflush (stderr);
  /src/external/gpl2/grep/dist/lib/
error.c 93 # define fflush(s) _IO_fflush (s) macro
151 fflush (stdout);
185 fflush (stderr);
231 fflush (stdout);
268 fflush (stderr);
  /src/external/lgpl2/userspace-rcu/dist/tests/utils/
tap-driver.sh 267 fflush() function
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
error.c 80 # define fflush(s) INTUSE(_IO_fflush) (s) macro
216 fflush (stderr);
239 fflush (stdout);
299 fflush (stdout);
unlocked-io.h 59 # undef fflush macro
60 # define fflush(x) fflush_unlocked (x) macro
62 # define fflush_unlocked(x) fflush (x)
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
error.c 80 # define fflush(s) INTUSE(_IO_fflush) (s) macro
216 fflush (stderr);
239 fflush (stdout);
299 fflush (stdout);
unlocked-io.h 59 # undef fflush macro
60 # define fflush(x) fflush_unlocked (x) macro
62 # define fflush_unlocked(x) fflush (x)
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
error.c 80 # define fflush(s) INTUSE(_IO_fflush) (s) macro
216 fflush (stderr);
239 fflush (stdout);
299 fflush (stdout);
unlocked-io.h 59 # undef fflush macro
60 # define fflush(x) fflush_unlocked (x) macro
62 # define fflush_unlocked(x) fflush (x)
  /src/external/gpl2/xcvs/dist/lib/
error.c 79 # define fflush(s) INTUSE(_IO_fflush) (s) macro
181 fflush (stderr);
204 fflush (stdout);
265 fflush (stdout);
unlocked-io.h 59 # undef fflush macro
60 # define fflush(x) fflush_unlocked (x) macro
62 # define fflush_unlocked(x) fflush (x)
  /src/external/gpl3/gcc/dist/fixincludes/
system.h 103 # undef fflush macro
104 # define fflush(Stream) fflush_unlocked (Stream) macro
  /src/external/gpl3/gcc.old/dist/fixincludes/
system.h 103 # undef fflush macro
104 # define fflush(Stream) fflush_unlocked (Stream) macro
  /src/bin/sh/bltin/
bltin.h 75 #define fflush(f) _RETURN_INT(flushout(f)) macro
  /src/external/gpl3/gdb/dist/gnulib/import/
error.c 85 # define fflush(s) _IO_fflush (s) macro
166 /* POSIX states that fflush (stdout) after fclose is unspecified; it
167 is safe in glibc, but not on all other platforms. fflush (NULL)
171 fflush (stdout);
284 fflush (stderr);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
error.c 85 # define fflush(s) _IO_fflush (s) macro
166 /* POSIX states that fflush (stdout) after fclose is unspecified; it
167 is safe in glibc, but not on all other platforms. fflush (NULL)
171 fflush (stdout);
284 fflush (stderr);
  /src/external/gpl3/gcc/dist/libcpp/
system.h 124 # undef fflush macro
125 # define fflush(Stream) fflush_unlocked (Stream) macro
  /src/external/gpl3/gcc.old/dist/libcpp/
system.h 124 # undef fflush macro
125 # define fflush(Stream) fflush_unlocked (Stream) macro
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
stdio.h 837 Note! LOSS OF DATA can occur if fflush is applied on an input stream
843 # define fflush rpl_fflush
845 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream));
846 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream));
848 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream));
851 _GL_CXXALIASWARN (fflush);
854 # undef fflush macro
855 /* Assume fflush is always declared. */
856 _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
stdio.h 837 Note! LOSS OF DATA can occur if fflush is applied on an input stream
843 # define fflush rpl_fflush
845 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream));
846 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream));
848 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream));
851 _GL_CXXALIASWARN (fflush);
854 # undef fflush macro
855 /* Assume fflush is always declared. */
856 _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
stdio.h 837 Note! LOSS OF DATA can occur if fflush is applied on an input stream
843 # define fflush rpl_fflush
845 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream));
846 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream));
848 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream));
851 _GL_CXXALIASWARN (fflush);
854 # undef fflush macro
855 /* Assume fflush is always declared. */
856 _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
stdio.h 837 Note! LOSS OF DATA can occur if fflush is applied on an input stream
843 # define fflush rpl_fflush
845 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream));
846 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream));
848 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream));
851 _GL_CXXALIASWARN (fflush);
854 # undef fflush macro
855 /* Assume fflush is always declared. */
856 _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant -
    [all...]

Completed in 34 milliseconds

1 2 3