Searched refs:fread_unlocked (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/diff/lib/
H A Dunlocked-io.h87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z)
89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) macro
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dsystem.h140 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream)
142 extern size_t fread_unlocked (void *, size_t, size_t, FILE *);
164 /* ??? Glibc's fwrite/fread_unlocked macros cause
166 #undef fread_unlocked macro
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
6175 echo "$as_me:$LINENO: checking whether fread_unlocked is declared" >&5
6176 echo $ECHO_N "checking whether fread_unlocked is declared... $ECHO_C" >&6
6190 #ifndef fread_unlocked
6191 char *p = (char *) fread_unlocked;
/freebsd-9.3-release/contrib/gcc/
H A Dsystem.h148 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream)
150 extern size_t fread_unlocked (void *, size_t, size_t, FILE *);
172 /* ??? Glibc's fwrite/fread_unlocked macros cause
174 #undef fread_unlocked macro
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 242 milliseconds