Home
last modified time | relevance | path

Searched defs:fwrite (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/lib/libc/stdio/
H A Dfwrite.c48 fwrite(const void *buf, size_t size, size_t count, FILE *fp) in fwrite() function
/openbsd-src/gnu/usr.bin/binutils/include/mpw/
H A Dmpw.h116 #define fwrite mpw_fwrite macro
/openbsd-src/gnu/gcc/fixincludes/
H A Dsystem.h147 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream) macro
/openbsd-src/gnu/gcc/libcpp/
H A Dsystem.h147 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream) macro
/openbsd-src/gnu/usr.bin/perl/
H A Dnostdio.h101 # define fwrite(b,s,c,f) _CANNOT _fwrite_ macro
H A Dfakesdio.h92 #define fwrite(b,s,c,f) _CANNOT fwrite macro
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsystem.h85 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream) macro
/openbsd-src/gnu/gcc/gcc/
H A Dsystem.h155 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream) macro
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32iop.h218 #define fwrite(buf,size,count,f) win32_fwrite(buf,size,count,f) macro
/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvmsish.h407 # define fwrite my_fwrite /* for PerlSIO_fwrite */ macro
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c862 WRAPPER2(size_t, fwrite, const void *ptr, size_t size, size_t nmemb, in WRAPPER2() argument