This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
libc
/
stdio
History
Gregory Nutt
40b0acaded
sscanf should also support %F
2014-12-12 07:54:37 -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
…
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
…
lib_ftell.c
…
lib_fwrite.c
…
lib_gets_s.c
…
lib_gets.c
…
lib_libdtoa.c
…
lib_libfflush.c
…
lib_libfgets.c
…
lib_libflushall.c
…
lib_libfread.c
…
lib_libfwrite.c
…
lib_libnoflush.c
…
lib_libsnoflush.c
…
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
…
lib_memoutstream.c
…
lib_memsistream.c
…
lib_memsostream.c
…
lib_nullinstream.c
…
lib_nulloutstream.c
…
lib_perror.c
…
lib_printf.c
…
lib_puts.c
…
lib_rawinstream.c
…
lib_rawoutstream.c
…
lib_rawsistream.c
…
lib_rawsostream.c
…
lib_rdflush.c
…
lib_snprintf.c
…
lib_sprintf.c
…
lib_sscanf.c
sscanf should also support %F
2014-12-12 07:54:37 -06:00
lib_stdinstream.c
…
lib_stdoutstream.c
…
lib_stdsistream.c
…
lib_stdsostream.c
…
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
…
Make.defs
…