Searched refs:ferror_unlocked (Results 1 - 7 of 7) sorted by path

/freebsd-10-stable/contrib/diff/lib/
H A Dunlocked-io.h57 # define ferror(x) ferror_unlocked (x)
59 # define ferror_unlocked(x) ferror (x) macro
/freebsd-10-stable/contrib/gcc/
H A Dconfigure9293 clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked
11395 free basename getopt clock getpagesize clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked
H A Dsystem.h141 # define ferror(Stream) ferror_unlocked (Stream)
143 extern int ferror_unlocked (FILE *);
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dconfigure5024 for ac_func in clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked
5615 echo "$as_me:$LINENO: checking whether ferror_unlocked is declared" >&5
5616 echo $ECHO_N "checking whether ferror_unlocked is declared... $ECHO_C" >&6
5630 #ifndef ferror_unlocked
5631 char *p = (char *) ferror_unlocked;
H A Dsystem.h133 # define ferror(Stream) ferror_unlocked (Stream)
135 extern int ferror_unlocked (FILE *);
/freebsd-10-stable/include/
H A Dstdio.h330 int ferror_unlocked(FILE *);
513 #define ferror_unlocked(p) __sferror(p) macro
/freebsd-10-stable/lib/libc/stdio/
H A Dferror.c45 #undef ferror_unlocked macro
59 ferror_unlocked(FILE *fp) function

Completed in 275 milliseconds