HomeSort by relevance Sort by last modified time
    Searched defs:fpurge (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fpurge.c 1 /* $OpenBSD: fpurge.c,v 1.9 2009/11/09 00:18:27 kurt Exp $ */
40 * fpurge: like fflush, but without writing anything: leave the
44 fpurge(FILE *fp) function
  /external/bison/darwin-lib/
stdio.h 624 # define fpurge rpl_fpurge
626 _GL_FUNCDECL_RPL (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1)));
627 _GL_CXXALIAS_RPL (fpurge, int, (FILE *gl_stream));
630 _GL_FUNCDECL_SYS (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1)));
632 _GL_CXXALIAS_SYS (fpurge, int, (FILE *gl_stream));
634 _GL_CXXALIASWARN (fpurge);
636 # undef fpurge macro
638 _GL_WARN_ON_USE (fpurge, "fpurge is not always present - "
639 "use gnulib module fpurge for portability")
    [all...]
  /external/bison/linux-lib/
stdio.h 624 # define fpurge rpl_fpurge
626 _GL_FUNCDECL_RPL (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1)));
627 _GL_CXXALIAS_RPL (fpurge, int, (FILE *gl_stream));
630 _GL_FUNCDECL_SYS (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1)));
632 _GL_CXXALIAS_SYS (fpurge, int, (FILE *gl_stream));
634 _GL_CXXALIASWARN (fpurge);
636 # undef fpurge macro
638 _GL_WARN_ON_USE (fpurge, "fpurge is not always present - "
639 "use gnulib module fpurge for portability")
    [all...]

Completed in 593 milliseconds