walnux/libs/libc/stream
chao an 238cddde3a drivers/syslog: remove implement of syslog_putc()
syslog_putc() have a lot of duplicate logic with syslog_write().
remove syslog_putc() and reuse syslog_write() to simplify syslog printing.

Signed-off-by: chao an <anchao@lixiang.com>
2024-11-15 19:46:36 +08:00
..
CMakeLists.txt cmake:refine nuttx cmake build system fix CMake build missing part 2024-10-13 02:25:06 +08:00
Kconfig libc/stream: add base64 encoded stream output 2024-10-08 22:33:19 +08:00
lib_base64outstream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_blkoutstream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_bufferedoutstream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_fileoutstream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_hexdumpstream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_libnoflush.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_libsnoflush.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_lowoutstream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_lzfcompress.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_meminstream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_memoutstream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_memsistream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_memsostream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_mtdoutstream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_nullinstream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_nulloutstream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_rawinstream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_rawoutstream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_rawsistream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_rawsostream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_stdinstream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_stdoutstream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_stdsistream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_stdsostream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_syslograwstream.c drivers/syslog: remove implement of syslog_putc() 2024-11-15 19:46:36 +08:00
lib_syslogstream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
lib_zeroinstream.c stream: reduce int use, handle FS_LARGEFILE correctly. 2024-11-15 01:05:04 +08:00
Make.defs libc/stream: add base64 encoded stream output 2024-10-08 22:33:19 +08:00