Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/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()
Dmeson.build536 plain_tests += ['test-fopen', 'test-mktemp', 'test-fread-fwrite']
632 test('test-fread-fwrite-native',
633 executable('test-fread-fwrite-native', 'test-fread-fwrite.c',
634 c_args: native_c_args + ['-DTEST_FILE_NAME="test-fread-fwrite-native.txt"'],
Dt_fmemopen.c1075 ATF_CHECK(fwrite(t->s, 1, t->n, fp) == (size_t)t->n); in ATF_TC_BODY()
1084 ATF_CHECK(fwrite("\x1", 1, 1, fp) == 0); in ATF_TC_BODY()
1090 ATF_CHECK(fwrite("\x0", 1, 1, fp) == 1); in ATF_TC_BODY()
1193 written = fwrite(t1->s, 1, t1->n, fp); in ATF_TC_BODY()
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dfwrite.c103 #define fwrite fwrite_unlocked macro
112 fwrite ( in fwrite() function
Dputw.c55 if (fwrite ((const char*)&w, sizeof (w), 1, fp) != 1) in putw()
Dstdio.tex74 * fwrite:: Write array elements from memory to a file or stream
214 @include stdio/fwrite.def
Dmeson.build65 'fwrite.c',
Dstdio.h376 size_t fwrite (const void *__restrict , size_t _size, size_t _n, FILE *);
/picolibc-3.7.0-3.6.0/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-3.7.0-3.6.0/newlib/libc/machine/spu/
Dfwrite.c52 fwrite (const void *__restrict buf, in fwrite() function
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dfwrite.c39 fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream) in fwrite() function
DCMakeLists.txt82 fwrite.c
Dmeson.build82 'fwrite.c',
Dstdio.h239 size_t fwrite(const void *__ptr, size_t __size, size_t __nmemb,
/picolibc-3.7.0-3.6.0/
DREADME.md173 * Add an option (-Dfast-bufio=true) for more efficient fread/fwrite
551 4. Fix fwrite(x,0,y,z) in both tinystdio and legacy stdio. tinystdio
DCOPYING.picolibc906 test/test-fread-fwrite.c
1918 newlib/libc/tinystdio/fwrite.c
2059 newlib/libc/machine/spu/fwrite.c
4382 newlib/libc/stdio/fwrite.c
/picolibc-3.7.0-3.6.0/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 …]