Home
last modified time | relevance | path

Searched refs:putc (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/lib/libc/minimal/include/
Dstdio.h63 #define putc(c, stream) fputc(c, stream) macro
64 #define putchar(c) putc(c, stdout)
/Zephyr-Core-3.5.0/lib/libc/minimal/source/stdout/
Dstdout_console.c56 #undef putc
57 int putc(int c, FILE *stream) in putc() function
/Zephyr-Core-3.5.0/doc/services/portability/
Dposix.rst440 putc(),yes
/Zephyr-Core-3.5.0/tests/lib/sprintf/src/
Dmain.c887 ret = putc('T', stdout); in ZTEST()
/Zephyr-Core-3.5.0/doc/contribute/coding_guidelines/
Dindex.rst1354 putc(),ISO/IEC 9899:2011