incubator-nuttx/libc/stdio
Gregory Nutt 40b0acaded sscanf should also support %F 2014-12-12 07:54:37 -06:00
..
Make.defs Add tmpnam() and tempnam() 2014-11-05 10:43:17 -06:00
lib_asprintf.c
lib_avsprintf.c avsprintf(): Fix a bug in usage of va_list on x86. On x86, va_list is a pointer to a single copy on the stack. avsprintf() calls lib_vsprintf() twice and so traverses the va_list twice using va_start. va_start modifies that single copy on the stack so that the second call to lib_vsprintf() fails. This appears to be an issue with x86 only so far 2014-12-08 10:40:06 -06:00
lib_clearerr.c
lib_dprintf.c
lib_dtoa.c
lib_fclose.c
lib_feof.c
lib_ferror.c
lib_fflush.c
lib_fgetc.c
lib_fgetpos.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_fgets.c
lib_fileno.c
lib_fopen.c
lib_fprintf.c
lib_fputc.c
lib_fputs.c
lib_fread.c
lib_fseek.c
lib_fsetpos.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_ftell.c
lib_fwrite.c
lib_gets.c
lib_gets_s.c
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
lib_libfgets.c
lib_libflushall.c
lib_libfread.c
lib_libfwrite.c
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 Traveler: Change the way that the world path is managed. 2014-12-08 09:28:53 -06:00
lib_lowinstream.c More fixes to problems noted by cppcheck. Some are kind of risky; some are real bugs. 2014-11-25 13:46:14 -06:00
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 should also support %F 2014-12-12 07:54:37 -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_tempnam.c Add tmpnam() and tempnam() 2014-11-05 10:44:16 -06:00
lib_tmpnam.c Add tmpnam() and tempnam() 2014-11-05 10:44:16 -06:00
lib_ungetc.c
lib_vdprintf.c
lib_vfprintf.c
lib_vprintf.c
lib_vsnprintf.c
lib_vsprintf.c
lib_wrflush.c
lib_zeroinstream.c