Searched refs:fwrite (Results 1 - 25 of 38) sorted by relevance

12

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dputw.c23 # define fwrite(p, n, m, s) INTUSE(_IO_fwrite) (p, n, m, s) macro
31 if (fwrite ((const void *) &w, sizeof (w), 1, stream) < 1)
H A Dprintf_size.c44 # define PUT(f, s, n) fwrite (s, 1, n, f)
H A Dprintf_fphex.c53 # define PUT(f, s, n) fwrite (s, 1, n, f)
/haiku/src/system/libroot/posix/glibc/libio/
H A Diofwrite.c57 weak_alias (_IO_fwrite, fwrite)
58 libc_hidden_weak (fwrite)
/haiku/src/libs/stdc++/legacy/
H A Dstdiostream.cc89 _IO_ssize_t count = fwrite(buf, 1, n, _file);
140 return fwrite (s, 1, n, _file);
/haiku/src/tests/system/libroot/posix/
H A Dtst-fgetws.c43 fwrite(il_str1, sizeof(char), sizeof(il_str1), fp);
56 fwrite(il_str2, sizeof(char), sizeof(il_str2), fp);
H A Dfseek_test.cpp63 if (fwrite(outstr, sizeof(outstr) - 1, 1, fp) != 1) {
209 if (fwrite(outstr, sizeof(outstr) - 1, 1, fp) != 1) {
215 if (fwrite(outstr, sizeof(outstr) - 1, 1, fp) != 1) {
221 if (fwrite(outstr, sizeof(outstr) - 1, 1, fp) != 1) {
227 if (fwrite(outstr, sizeof(outstr) - 1, 1, fp) != 1) {
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdio_private.h98 libc_hidden_proto (fwrite)
103 libc_hidden_proto (fwrite)
/haiku/headers/cpp/
H A Diostdio.h80 #define fwrite _IO_fwrite macro
/haiku/src/bin/unzip/
H A Dcrypt.h175 #define zfwrite fwrite
H A Dfunzip.c71 3.7 9 Dec 93 G. Roelofs added extent typecasts to fwrite() checks
253 if (fwrite((char *)rawbuf,1,(extent)w,out) != (extent)w && !PIPE_ERROR)
287 if (fwrite((char *)slide,1,(extent)w,out) != (extent)w && !PIPE_ERROR)
519 if (fwrite((char *)slide, 1,(extent)G.outcnt,out) != (extent)G.outcnt
531 if (fwrite((char *)slide, 1,(extent)G.outcnt,out) != (extent)G.outcnt
H A Dcrypt.c349 * If requested, encrypt the data in buf, and in any case call fwrite()
350 * with the arguments to zfwrite(). Return what fwrite() returns.
370 return fwrite(buf, item_size, nb, f);
H A Dcryptf.c352 * If requested, encrypt the data in buf, and in any case call fwrite()
353 * with the arguments to zfwrite(). Return what fwrite() returns.
373 return fwrite(buf, item_size, nb, f);
/haiku/src/kits/storage/
H A DFileIO.cpp41 ssize_t bytesRead = fwrite(buffer, 1, size, fFile);
/haiku/headers/private/kernel/boot/
H A Dstdio.h66 extern size_t fwrite(const void *buffer, size_t size, size_t numItems, FILE *stream);
/haiku/src/libs/print/libprint/
H A DPackBits.cpp190 fwrite(destination, cnt, 1, output);
/haiku/src/tools/update_package_requires/
H A Dupdate_package_requires.cpp169 if (fwrite(configString.String(), configString.Length(), 1, file) != 1) {
/haiku/src/system/kernel/util/
H A Dkernel_cpp.cpp186 fwrite(const void *buffer, size_t size, size_t numItems, FILE *stream) function
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dbios.cpp207 fwrite(gInfo->rom, info.rom_size, 1, fp);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h399 fwrite (
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DStdLibFileIO.cpp181 *pBytesWritten = fwrite(pBuffer, 1, nBytesToWrite, m_pFile);
/haiku/headers/posix/
H A Dstdio.h141 extern size_t fwrite(const void *buffer, size_t size, size_t numItems, FILE *stream);
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dtracing.c46 fwrite(buffer, sz, 1, f);
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp514 err = fwrite(fLoggingView->Text(), 1, fLoggingView->TextLength(), f);
526 err = fwrite(buffer.String(), 1, end - start + 1, f);
/haiku/src/bin/pcmcia-cs/
H A Dpack_cis.c443 fwrite(buf, n, 1, f);

Completed in 199 milliseconds

12