/picolibc-latest/test/ |
D | test-put.c | 84 s = fwrite("fwrite 1\n", 1, 9, stdout); in main() 87 s = fwrite("fwrite 2\n", 0, 9, stdout); in main() 90 s = fwrite("fwrite 3\n", 0, 0, stdout); in main()
|
D | test-fread-fwrite.c | 152 ret = fwrite(out + op * size * per_op, size, per_op, f); in main() 160 ret = fwrite(out + size * offsets[op], size, per_op, f); in main() 206 ret = fwrite(out, 1, BUF_SIZE, f); in main() 221 ret = fwrite(out + write_offset, 1, write_len, f); in main()
|
D | t_fmemopen.c | 1063 ATF_CHECK(fwrite(t->s, 1, t->n, fp) == (size_t)t->n); in ATF_TC_BODY() 1072 ATF_CHECK(fwrite("\x1", 1, 1, fp) == 0); in ATF_TC_BODY() 1078 ATF_CHECK(fwrite("\x0", 1, 1, fp) == 1); in ATF_TC_BODY() 1181 written = fwrite(t1->s, 1, t1->n, fp); in ATF_TC_BODY()
|
D | meson.build | 86 'test-fread-fwrite', 620 'test-fread-fwrite',
|
/picolibc-latest/newlib/libc/stdio/ |
D | fwrite.c | 102 #define fwrite fwrite_unlocked macro 111 fwrite ( in fwrite() function
|
D | putw.c | 52 if (fwrite ((const char*)&w, sizeof (w), 1, fp) != 1) in putw()
|
D | stdio.tex | 74 * Function fwrite:: Write array elements from memory to a file or stream 214 @include stdio/fwrite.def
|
D | meson.build | 68 'fwrite.c',
|
D | stdio.h | 374 size_t fwrite (const void *__restrict , size_t _size, size_t _n, FILE *);
|
/picolibc-latest/newlib/libc/xdr/ |
D | xdr_stdio.c | 127 if (fwrite (&temp, sizeof (int32_t), 1, (FILE *) xdrs->x_private) != 1) in xdrstdio_putlong() 148 if ((len != 0) && (fwrite (addr, (size_t) len, 1, in xdrstdio_putbytes() 205 if (fwrite (&temp, sizeof (int32_t), 1, (FILE *) xdrs->x_private) != 1) in xdrstdio_putint32()
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | fwrite.c | 53 fwrite (const void *__restrict buf, in fwrite() function
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | fwrite.c | 39 fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream) in fwrite() function
|
D | CMakeLists.txt | 86 fwrite.c
|
D | meson.build | 89 'fwrite.c',
|
D | stdio.h | 237 size_t fwrite(const void *__ptr, size_t __size, size_t __nmemb,
|
/picolibc-latest/ |
D | README.md | 301 * Add an option (-Dfast-bufio=true) for more efficient fread/fwrite 679 4. Fix fwrite(x,0,y,z) in both tinystdio and legacy stdio. tinystdio
|
D | COPYING.picolibc | 888 test/test-fread-fwrite.c 2002 newlib/libc/tinystdio/fwrite.c 2143 newlib/libc/machine/spu/fwrite.c 4476 newlib/libc/stdio/fwrite.c
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 1221 * libc/stdio/fwrite.c: Add __IMPL_UNLOCKED__ overrides. 2194 libc/stdio/freopen.c, libc/stdio/fwrite.c, libc/stdio/sscanf.c, 2381 libc/machine/spu/fwrite.c, libc/machine/spu/setbuf.c, 2390 libc/stdio/fscanf.c, libc/stdio/fwrite.c, 2446 fix fwrite() of > 2GByte buffers. 3140 * libc/stdio/fwrite.c (_fwrite_r): Ditto. 7433 * libc/stdio/fwrite.c (_fwrite_r): Set stream orientation. 10281 * libc/machine/spu/fwrite.c: Ditto. 10639 * libc/machine/spu/fwrite.c: Ditto. 10959 * libc/machine/spu/fwrite.c: Ditto. [all …]
|