HomeSort by: relevance | last modified time | path
    Searched defs:feof (Results 1 - 19 of 19) sorted by relevancy

  /src/lib/libc/stdio/
feof.c 1 /* $NetBSD: feof.c,v 1.12 2012/03/15 18:22:30 christos Exp $ */
38 static char sccsid[] = "@(#)feof.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: feof.c,v 1.12 2012/03/15 18:22:30 christos Exp $");
50 * A subroutine version of the macro feof.
52 #undef feof macro
55 feof(FILE *fp) function
  /src/external/apache2/llvm/dist/libcxx/include/
stdio.h 96 int feof(FILE* stream);
114 #undef feof macro
  /src/external/gpl2/diffutils/dist/lib/
unlocked-io.h 22 # undef feof macro
23 # define feof(x) feof_unlocked (x) macro
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/mingw/
msvc.c 120 #ifdef feof
121 #undef feof macro
124 feof (FILE *fp) function
129 #endif /* feof */
  /src/external/gpl3/gcc/dist/fixincludes/
system.h 89 # undef feof macro
90 # define feof(Stream) feof_unlocked (Stream) macro
  /src/external/gpl3/gcc.old/dist/fixincludes/
system.h 89 # undef feof macro
90 # define feof(Stream) feof_unlocked (Stream) macro
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
unlocked-io.h 45 # undef feof macro
46 # define feof(x) feof_unlocked (x) macro
48 # define feof_unlocked(x) feof (x)
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
unlocked-io.h 45 # undef feof macro
46 # define feof(x) feof_unlocked (x) macro
48 # define feof_unlocked(x) feof (x)
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
unlocked-io.h 45 # undef feof macro
46 # define feof(x) feof_unlocked (x) macro
48 # define feof_unlocked(x) feof (x)
  /src/external/gpl2/xcvs/dist/lib/
unlocked-io.h 45 # undef feof macro
46 # define feof(x) feof_unlocked (x) macro
48 # define feof_unlocked(x) feof (x)
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
localealias.c 99 # define FEOF(fp) feof_unlocked (fp)
102 # define FEOF(fp) feof (fp)
120 # undef feof macro
121 # define feof(s) feof_unlocked (s) macro
251 while (!FEOF (fp))
372 will exit at the `feof' test. */
  /src/external/gpl2/grep/dist/intl/
localealias.c 87 # define FEOF(fp) feof_unlocked (fp)
90 # define FEOF(fp) feof (fp)
108 # undef feof macro
109 # define feof(s) feof_unlocked (s) macro
233 while (!FEOF (fp))
257 will exit at the `feof' test. */
  /src/external/gpl2/texinfo/dist/intl/
localealias.c 99 # define FEOF(fp) feof_unlocked (fp)
102 # define FEOF(fp) feof (fp)
120 # undef feof macro
121 # define feof(s) feof_unlocked (s) macro
246 while (!FEOF (fp))
353 will exit at the `feof' test. */
  /src/external/gpl3/gcc.old/dist/intl/
localealias.c 97 # define FEOF(fp) feof_unlocked (fp)
100 # define FEOF(fp) feof (fp)
118 # undef feof macro
119 # define feof(s) feof_unlocked (s) macro
247 while (!FEOF (fp))
354 will exit at the `feof' test. */
  /src/external/gpl3/gcc/dist/libcpp/
system.h 110 # undef feof macro
111 # define feof(Stream) feof_unlocked (Stream) macro
  /src/external/gpl3/gcc.old/dist/libcpp/
system.h 110 # undef feof macro
111 # define feof(Stream) feof_unlocked (Stream) macro
  /src/include/
stdio.h 226 int feof(FILE *);
490 #define feof(p) __sfeof(p) macro
  /src/external/gpl3/gcc/dist/gcc/
system.h 120 # undef feof macro
121 # define feof(Stream) feof_unlocked (Stream) macro
  /src/external/gpl3/gcc.old/dist/gcc/
system.h 120 # undef feof macro
121 # define feof(Stream) feof_unlocked (Stream) macro

Completed in 74 milliseconds