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

/freebsd-9.3-release/contrib/diff/lib/
H A Dunlocked-io.h93 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z)
95 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) macro
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dsystem.h55 fputs_unlocked, fwrite_unlocked, and fprintf_unlocked are
147 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
149 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
167 #undef fwrite_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
6245 echo "$as_me:$LINENO: checking whether fwrite_unlocked is declared" >&5
6246 echo $ECHO_N "checking whether fwrite_unlocked is declared... $ECHO_C" >&6
6260 #ifndef fwrite_unlocked
6261 char *p = (char *) fwrite_unlocked;
/freebsd-9.3-release/contrib/gcc/
H A Dsystem.h63 fputs_unlocked, fwrite_unlocked, and fprintf_unlocked are
155 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
157 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
175 #undef fwrite_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 136 milliseconds