Searched refs:feof_unlocked (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/lib/libc/stdio/
H A Dfeof.c45 #undef feof_unlocked macro
59 feof_unlocked(FILE *fp) function
H A DMakefile.inc48 ferror.3 feof.3 ferror.3 feof_unlocked.3 \
/freebsd-10-stable/contrib/diff/lib/
H A Dunlocked-io.h51 # define feof(x) feof_unlocked (x)
53 # define feof_unlocked(x) feof (x) macro
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dsystem.h91 # define feof(Stream) feof_unlocked (Stream)
93 extern int feof_unlocked (FILE *);
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
5545 echo "$as_me:$LINENO: checking whether feof_unlocked is declared" >&5
5546 echo $ECHO_N "checking whether feof_unlocked is declared... $ECHO_C" >&6
5560 #ifndef feof_unlocked
5561 char *p = (char *) feof_unlocked;
/freebsd-10-stable/include/
H A Dstdio.h329 int feof_unlocked(FILE *);
512 #define feof_unlocked(p) __sfeof(p) macro
/freebsd-10-stable/contrib/gcc/
H A Dsystem.h99 # define feof(Stream) feof_unlocked (Stream)
101 extern int feof_unlocked (FILE *);
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

Completed in 264 milliseconds