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