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

  /src/lib/libc/stdio/
ferror.c 1 /* $NetBSD: ferror.c,v 1.12 2012/03/15 18:22:30 christos Exp $ */
38 static char sccsid[] = "@(#)ferror.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: ferror.c,v 1.12 2012/03/15 18:22:30 christos Exp $");
50 * A subroutine version of the macro ferror.
52 #undef ferror macro
55 ferror(FILE *fp) function
  /src/external/apache2/llvm/dist/libcxx/include/
stdio.h 97 int ferror(FILE* stream);
115 #undef ferror macro
  /src/external/gpl2/diffutils/dist/lib/
unlocked-io.h 26 # undef ferror macro
27 # define ferror(x) ferror_unlocked (x) macro
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/mingw/
msvc.c 131 #ifdef ferror
132 #undef ferror macro
135 ferror (FILE *fp) function
140 #endif /* ferror */
  /src/external/gpl3/gcc/dist/fixincludes/
system.h 131 # undef ferror macro
132 # define ferror(Stream) ferror_unlocked (Stream) macro
  /src/external/gpl3/gcc.old/dist/fixincludes/
system.h 131 # undef ferror macro
132 # define ferror(Stream) ferror_unlocked (Stream) macro
  /src/bin/sh/bltin/
bltin.h 60 #undef ferror macro
77 #define ferror(f) ((f)->flags & OUTPUT_ERR) macro
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
unlocked-io.h 52 # undef ferror macro
53 # define ferror(x) ferror_unlocked (x) macro
55 # define ferror_unlocked(x) ferror (x)
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
unlocked-io.h 52 # undef ferror macro
53 # define ferror(x) ferror_unlocked (x) macro
55 # define ferror_unlocked(x) ferror (x)
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
unlocked-io.h 52 # undef ferror macro
53 # define ferror(x) ferror_unlocked (x) macro
55 # define ferror_unlocked(x) ferror (x)
  /src/external/gpl2/xcvs/dist/lib/
unlocked-io.h 52 # undef ferror macro
53 # define ferror(x) ferror_unlocked (x) macro
55 # define ferror_unlocked(x) ferror (x)
  /src/external/gpl3/gcc/dist/libcpp/
system.h 152 # undef ferror macro
153 # define ferror(Stream) ferror_unlocked (Stream) macro
  /src/external/gpl3/gcc.old/dist/libcpp/
system.h 152 # undef ferror macro
153 # define ferror(Stream) ferror_unlocked (Stream) macro
  /src/include/
stdio.h 227 int ferror(FILE *);
491 #define ferror(p) __sferror(p) macro
  /src/external/gpl3/gcc/dist/gcc/
system.h 162 # undef ferror macro
163 # define ferror(Stream) ferror_unlocked (Stream) macro
  /src/external/gpl3/gcc.old/dist/gcc/
system.h 162 # undef ferror macro
163 # define ferror(Stream) ferror_unlocked (Stream) macro

Completed in 31 milliseconds