incubator-nuttx/libc/stdio
Gregory Nutt ec57ab6391 Implement setlogmask(); move some syslog logic from libc/syslog to fs/syslog 2014-10-08 19:08:26 -06:00
..
Make.defs Move syslog logic from libc/misc and libc/stdio to libc/syslog 2014-10-08 17:16:41 -06:00
lib_asprintf.c
lib_avsprintf.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_clearerr.c
lib_dprintf.c
lib_dtoa.c Support /proc/uptime 2013-12-14 10:34:08 -06:00
lib_fclose.c
lib_feof.c
lib_ferror.c Complete fragmentary support for ferror(). From Macs N 2014-03-31 09:39:10 -06:00
lib_fflush.c
lib_fgetc.c
lib_fgetpos.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_fgets.c Minor fixes to lib_fgets() typing 2014-01-08 11:24:28 -06:00
lib_fileno.c
lib_fopen.c Add x qualifier to fopen to support exlusive open 2014-01-07 17:18:38 -06:00
lib_fprintf.c
lib_fputc.c
lib_fputs.c
lib_fread.c Complete fragmentary support for ferror(). From Macs N 2014-03-31 09:39:10 -06:00
lib_fseek.c
lib_fsetpos.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_ftell.c Fix ftell() bug: It was not accounting for data buffered in memory. From Macs N 2014-03-31 09:47:28 -06:00
lib_fwrite.c
lib_gets.c Minor fixes to lib_fgets() typing 2014-01-08 11:24:28 -06:00
lib_gets_s.c Minor fixes to lib_fgets() typing 2014-01-08 11:24:28 -06:00
lib_libdtoa.c Change to lib_dtoa() to fix prescision error from trailing zeroes 2014-09-26 05:49:50 -06:00
lib_libfflush.c Complete fragmentary support for ferror(). From Macs N 2014-03-31 09:39:10 -06:00
lib_libfgets.c Make sure that there is one space after for 2014-04-12 13:28:22 -06:00
lib_libflushall.c
lib_libfread.c Complete fragmentary support for ferror(). From Macs N 2014-03-31 09:39:10 -06:00
lib_libfwrite.c Complete fragmentary support for ferror(). From Macs N 2014-03-31 09:39:10 -06:00
lib_libnoflush.c Implement setlogmask(); move some syslog logic from libc/syslog to fs/syslog 2014-10-08 19:08:26 -06:00
lib_libsnoflush.c Add support for seekable memory streams 2014-06-14 15:35:18 -06:00
lib_libsprintf.c
lib_libvsprintf.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_lowinstream.c
lib_lowoutstream.c
lib_meminstream.c Add support for seekable memory streams 2014-06-14 15:35:18 -06:00
lib_memoutstream.c Add support for seekable memory streams 2014-06-14 15:35:18 -06:00
lib_memsistream.c Add support for seekable memory streams 2014-06-14 15:35:18 -06:00
lib_memsostream.c Add support for seekable memory streams 2014-06-14 15:35:18 -06:00
lib_nullinstream.c
lib_nulloutstream.c
lib_perror.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_printf.c make standard syslog and vsyslog POSIX compliant (also modify non-standard syslog functions for compatibility). This will break a lot of things until ALL usage of syslog is updated to use the modified interfaces 2014-10-08 09:44:15 -06:00
lib_puts.c
lib_rawinstream.c Add support for seekable raw streams 2014-06-14 15:46:59 -06:00
lib_rawoutstream.c Add support for seekable raw streams 2014-06-14 15:46:59 -06:00
lib_rawsistream.c Add support for seekable raw streams 2014-06-14 15:46:59 -06:00
lib_rawsostream.c Mostly cosmetic changes 2014-09-04 10:28:38 -06:00
lib_rdflush.c
lib_snprintf.c snprintf(): If size is zero, then snprintf() should return the size of the required buffer without writing anyting. From Sami Pelkonen 2014-05-30 08:53:43 -06:00
lib_sprintf.c
lib_sscanf.c sscanf(): NuttX libc tried to guess how many characters to parse, extracted them into a buffer, then ran strtol() on that buffer. That guess is often wrong. A better approach would be to call strtol() directly on the input data, using the endptr return value to determine how many characters to skip after parsing. From Kosma Moczek 2014-08-18 07:33:17 -06:00
lib_stdinstream.c Add seekable standard streams 2014-06-14 16:19:42 -06:00
lib_stdoutstream.c Add seekable standard streams 2014-06-14 16:19:42 -06:00
lib_stdsistream.c Add seekable standard streams 2014-06-14 16:19:42 -06:00
lib_stdsostream.c Add seekable standard streams 2014-06-14 16:19:42 -06:00
lib_ungetc.c
lib_vdprintf.c
lib_vfprintf.c Add a patch to work around the bug in the ZDS-II 5.0.1 toolchain 2014-01-24 11:58:30 -06:00
lib_vprintf.c
lib_vsnprintf.c
lib_vsprintf.c
lib_wrflush.c
lib_zeroinstream.c