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

  /bionic/libc/upstream-freebsd/lib/libc/stdio/
fpurge.c 34 static char sccsid[] = "@(#)fpurge.c 8.1 (Berkeley) 6/4/93";
48 * fpurge: like fflush, but without writing anything: leave the
52 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 124 milliseconds