Searched refs:fwrite (Results 1 – 11 of 11) sorted by relevance
| /Zephyr-4.2.1/include/zephyr/shell/ |
| D | shell_fprintf.h | 32 shell_fprintf_fwrite fwrite; member 57 .fwrite = _fwrite, \
|
| /Zephyr-4.2.1/subsys/tracing/ |
| D | tracing_backend_posix_bottom.c | 31 int rc = fwrite(data, length, 1, (FILE *)out_stream); in tracing_backend_posix_output_bottom()
|
| /Zephyr-4.2.1/lib/libc/minimal/source/stdout/ |
| D | stdout_console.c | 51 ret = fwrite(s, 1, len, stream); in fputs() 110 size_t fwrite(const void *ZRESTRICT ptr, size_t size, size_t nitems, in fwrite() function
|
| /Zephyr-4.2.1/subsys/shell/ |
| D | shell_fprintf.c | 46 sh_fprintf->fwrite(sh_fprintf->user_ctx, sh_fprintf->buffer, in z_shell_fprintf_buffer_flush()
|
| /Zephyr-4.2.1/lib/libc/minimal/include/ |
| D | stdio.h | 61 size_t fwrite(const void *ZRESTRICT ptr, size_t size, size_t nitems,
|
| /Zephyr-4.2.1/tests/lib/sprintf/src/ |
| D | main.c | 901 ret = fwrite("This 3", 0, 0, stdout); in ZTEST() 904 ret = fwrite("This 3", 0, 4, stdout); in ZTEST() 907 ret = fwrite("This 3", 1, 4, stdout); in ZTEST() 910 ret = fwrite("This 3", 1, 4, stdin); in ZTEST()
|
| /Zephyr-4.2.1/scripts/coccinelle/ |
| D | symbols.txt | 68 fwrite
|
| /Zephyr-4.2.1/doc/services/portability/posix/option_groups/ |
| D | index.rst | 172 fwrite(),yes
|
| /Zephyr-4.2.1/doc/services/tracing/ |
| D | index.rst | 577 E.g. ``fwrite()`` or enqueuing into FIFO.
|
| /Zephyr-4.2.1/doc/contribute/coding_guidelines/ |
| D | index.rst | 1168 fwrite(),ISO/IEC 9899:2011
|
| /Zephyr-4.2.1/doc/releases/ |
| D | release-notes-2.6.rst | 1617 * :github:`33491` - fwrite() function will cause the program to crash when wrong parameters passed
|