Home
last modified time | relevance | path

Searched refs:fwrite (Results 1 – 18 of 18) sorted by relevance

/picolibc-latest/test/
Dtest-put.c84 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()
Dtest-fread-fwrite.c152 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()
Dt_fmemopen.c1063 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()
Dmeson.build86 'test-fread-fwrite',
620 'test-fread-fwrite',
/picolibc-latest/newlib/libc/stdio/
Dfwrite.c102 #define fwrite fwrite_unlocked macro
111 fwrite ( in fwrite() function
Dputw.c52 if (fwrite ((const char*)&w, sizeof (w), 1, fp) != 1) in putw()
Dstdio.tex74 * Function fwrite:: Write array elements from memory to a file or stream
214 @include stdio/fwrite.def
Dmeson.build68 'fwrite.c',
Dstdio.h374 size_t fwrite (const void *__restrict , size_t _size, size_t _n, FILE *);
/picolibc-latest/newlib/libc/xdr/
Dxdr_stdio.c127 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/
Dfwrite.c53 fwrite (const void *__restrict buf, in fwrite() function
/picolibc-latest/newlib/libc/tinystdio/
Dfwrite.c39 fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream) in fwrite() function
DCMakeLists.txt86 fwrite.c
Dmeson.build89 'fwrite.c',
Dstdio.h237 size_t fwrite(const void *__ptr, size_t __size, size_t __nmemb,
/picolibc-latest/
DREADME.md301 * 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
DCOPYING.picolibc888 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/
DChangeLog-20151221 * 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 …]