incubator-nuttx/libs/libc/stdio
hujun5 638716504d fdcheck: update fdcheck impl
1 store fd in the high position
2 removing the pid information , as the tag information is sufficient.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-04-11 10:45:44 +08:00
..
CMakeLists.txt libs/libc/wchar: add ungetwc implementation 2023-12-17 01:39:06 -08:00
Kconfig
Make.defs libs/libc/wchar: add ungetwc implementation 2023-12-17 01:39:06 -08:00
lib_asprintf.c
lib_clearerr.c stdio: Implement [clearerr|putc|fflush]_unlocked 2023-10-29 17:09:18 +02:00
lib_dprintf.c
lib_dtoa_data.c
lib_dtoa_engine.c
lib_dtoa_engine.h
lib_fclose.c stdio/file: unify group file list to common single queue 2024-03-18 19:32:49 +08:00
lib_feof.c
lib_ferror.c
lib_fflush.c stdio: Implement [clearerr|putc|fflush]_unlocked 2023-10-29 17:09:18 +02:00
lib_fgetc.c
lib_fgetpos.c
lib_fgets.c
lib_fgetwc.c libs/libc/wchar: add fgetwc implementation 2023-12-17 01:39:06 -08:00
lib_fileno.c libc: add support for custom streams with fopencookie() 2023-10-18 21:13:01 +08:00
lib_fmemopen.c libc: add support for memory buffer stream with fmemopen() 2023-10-27 08:55:24 +08:00
lib_fopen.c fdcheck: update fdcheck impl 2024-04-11 10:45:44 +08:00
lib_fopencookie.c libc: add support for custom streams with fopencookie() 2023-10-18 21:13:01 +08:00
lib_fprintf.c
lib_fputc.c libc/stdio: Remove bforce from lib_fflush[_unlocked] 2023-10-29 17:09:18 +02:00
lib_fputs.c libc/stdio: Remove bforce from lib_fflush[_unlocked] 2023-10-29 17:09:18 +02:00
lib_fputwc.c stdio: Implement [clearerr|putc|fflush]_unlocked 2023-10-29 17:09:18 +02:00
lib_fputws.c libs/libc/wchar: add fputws implementation 2023-09-22 08:51:07 +08:00
lib_fread.c
lib_freopen.c libc/stdio: Remove bforce from lib_fflush[_unlocked] 2023-10-29 17:09:18 +02:00
lib_fscanf.c
lib_fseek.c
lib_fseeko.c libc: add support for custom streams with fopencookie() 2023-10-18 21:13:01 +08:00
lib_fsetpos.c
lib_ftell.c
lib_ftello.c libc: add support for custom streams with fopencookie() 2023-10-18 21:13:01 +08:00
lib_fwrite.c
lib_getc.c
lib_getchar.c
lib_getdelim.c libc/stdio: Change FILE buffer field from "unsigned char *" to "char *" 2023-10-22 21:18:46 +03:00
lib_gets.c
lib_gets_s.c
lib_getwc.c libs/libc/wchar: add getwc implementation 2023-12-17 01:39:06 -08:00
lib_libdgets.c
lib_libfflush.c libc/stdio: Remove bforce from lib_fflush[_unlocked] 2023-10-29 17:09:18 +02:00
lib_libfgets.c libc: add support for custom streams with fopencookie() 2023-10-18 21:13:01 +08:00
lib_libfilelock.c
lib_libflushall.c stdio/file: unify group file list to common single queue 2024-03-18 19:32:49 +08:00
lib_libfread_unlocked.c libc/stdio: Change FILE buffer field from "unsigned char *" to "char *" 2023-10-22 21:18:46 +03:00
lib_libfwrite.c libc/stdio: Remove bforce from lib_fflush[_unlocked] 2023-10-29 17:09:18 +02:00
lib_libgetstreams.c
lib_libsprintf.c c++ compatibility: rename reserved c++ keywords 'public' and 'this' 2023-09-16 19:45:02 +08:00
lib_libvscanf.c the bug of sscanf exception output in arm64 platform 2023-11-15 03:45:32 -08:00
lib_libvsprintf.c Fix -nan issue with f32 2023-12-01 18:49:46 -08:00
lib_open_memstream.c libc: add support for open_memstream 2023-11-29 02:13:19 -08:00
lib_perror.c
lib_printf.c
lib_putc.c stdio: Implement [clearerr|putc|fflush]_unlocked 2023-10-29 17:09:18 +02:00
lib_putchar.c
lib_puts.c libc/stdio: Remove bforce from lib_fflush[_unlocked] 2023-10-29 17:09:18 +02:00
lib_putwc.c libs/libc/wchar: add putwc implementation 2023-09-22 08:51:07 +08:00
lib_putwchar.c stdio: Implement [clearerr|putc|fflush]_unlocked 2023-10-29 17:09:18 +02:00
lib_rdflush_unlocked.c libc: add support for custom streams with fopencookie() 2023-10-18 21:13:01 +08:00
lib_remove.c libc: Change errno to set_errno and get_errno 2023-10-29 17:16:09 +02:00
lib_renameat.c
lib_rewind.c
lib_scanf.c
lib_setbuf.c
lib_setbuffer.c
lib_setvbuf.c libc/stdio: Change FILE buffer field from "unsigned char *" to "char *" 2023-10-22 21:18:46 +03:00
lib_snprintf.c c++ compatibility: rename reserved c++ keywords 'public' and 'this' 2023-09-16 19:45:02 +08:00
lib_sprintf.c libc/stdio: Change FILE buffer field from "unsigned char *" to "char *" 2023-10-22 21:18:46 +03:00
lib_sscanf.c
lib_tempnam.c
lib_tmpfile.c
lib_tmpnam.c
lib_ultoa_invert.c
lib_ultoa_invert.h
lib_ungetc.c libc: add support for custom streams with fopencookie() 2023-10-18 21:13:01 +08:00
lib_ungetwc.c libs/libc/wchar: add ungetwc implementation 2023-12-17 01:39:06 -08:00
lib_vasprintf.c libc/stdio: Change FILE buffer field from "unsigned char *" to "char *" 2023-10-22 21:18:46 +03:00
lib_vdprintf.c c++ compatibility: rename reserved c++ keywords 'public' and 'this' 2023-09-16 19:45:02 +08:00
lib_vfprintf.c c++ compatibility: rename reserved c++ keywords 'public' and 'this' 2023-09-16 19:45:02 +08:00
lib_vfscanf.c c++ compatibility: rename reserved c++ keywords 'public' and 'this' 2023-09-16 19:45:02 +08:00
lib_vprintf.c
lib_vscanf.c
lib_vsnprintf.c c++ compatibility: rename reserved c++ keywords 'public' and 'this' 2023-09-16 19:45:02 +08:00
lib_vsprintf.c libc/stdio: Change FILE buffer field from "unsigned char *" to "char *" 2023-10-22 21:18:46 +03:00
lib_vsscanf.c libc/stdio: Change FILE buffer field from "unsigned char *" to "char *" 2023-10-22 21:18:46 +03:00
lib_wrflush_unlocked.c libc/stdio: Remove bforce from lib_fflush[_unlocked] 2023-10-29 17:09:18 +02:00