1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/libc/stdio
Jonas 'Sortie' Termansen dbe6b32b1f Fix scanf integer parsing.
2016-01-22 20:01:33 +01:00
..
asprintf.cpp
cbprintf.cpp Add cbprintf(3) and vcbprintf(3). 2014-12-01 21:39:05 +01:00
clearerr.cpp
clearerr_unlocked.cpp
dprintf.cpp
fclose.cpp Indirectly fflush(3) from fshutdown(3). 2014-12-01 18:45:11 +01:00
fdeletefile.cpp
fdio.cpp
fdio.h Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
fdio_install_fd.cpp
fdio_install_path.cpp
fdopen.cpp
feof.cpp
feof_unlocked.cpp
ferror.cpp
ferror_unlocked.cpp
fflush.cpp Fix fflush(NULL) flushing input streams. 2015-12-12 16:53:42 +01:00
fflush_stop_reading.cpp
fflush_stop_reading_unlocked.cpp
fflush_stop_writing.cpp
fflush_stop_writing_unlocked.cpp
fflush_unlocked.cpp
fgetc.cpp
fgetc_unlocked.cpp
fgetpos.cpp
fgets.cpp
fgets_unlocked.cpp
fileno.cpp
fileno_unlocked.cpp
flockfile.cpp
fmemopen.cpp
fnewfile.cpp
fopen.cpp
fparsemode.cpp
fpipe.cpp
fprintf.cpp
fprintf_unlocked.cpp
fputc.cpp
fputc_unlocked.cpp Fix incorrect flush error check in fputc_unlocked(3). 2015-12-12 16:53:42 +01:00
fputs.cpp
fputs_unlocked.cpp Optimize puts and fputs. 2015-08-26 16:29:18 +02:00
fread.cpp
fread_unlocked.cpp Fix fread/fwrite zero division when size is zero. 2015-12-12 16:53:42 +01:00
fregister.cpp
freopen.cpp
fresetfile.cpp Remove __fsetlocking(3). 2014-12-01 21:39:05 +01:00
fscanf.cpp
fscanf_unlocked.cpp
fseek.cpp
fseeko.cpp
fseeko_unlocked.cpp
fsetdefaultbuf.cpp
fsetdefaultbuf_unlocked.cpp
fsetpos.cpp
fshutdown.cpp Indirectly fflush(3) from fshutdown(3). 2014-12-01 18:45:11 +01:00
ftell.cpp
ftello.cpp
ftello_unlocked.cpp
ftrylockfile.cpp
funlockfile.cpp
funregister.cpp
fwrite.cpp
fwrite_unlocked.cpp Fix fread/fwrite zero division when size is zero. 2015-12-12 16:53:42 +01:00
getc.cpp
getc_unlocked.cpp
getchar.cpp
getchar_unlocked.cpp
getdelim.cpp Fix getdelim(3). 2015-05-15 16:18:40 +02:00
getline.cpp
open_memstream.cpp Add open_memstream(3). 2015-08-26 18:10:24 +02:00
perror.cpp Fix perror(3) compliance. 2015-06-27 17:06:32 +02:00
popen.cpp
printf.cpp
putc.cpp
putc_unlocked.cpp
putchar.cpp
putchar_unlocked.cpp
puts.cpp Optimize puts and fputs. 2015-08-26 16:29:18 +02:00
remove.cpp
removeat.cpp
rename.cpp
renameat.cpp
rewind.cpp
scanf.cpp
setbuf.cpp
setvbuf.cpp
setvbuf_unlocked.cpp Indirectly fflush(3) from fshutdown(3). 2014-12-01 18:45:11 +01:00
snprintf.cpp Fix snprintf(NULL, 0, ...) undefined behavior. 2015-12-12 16:53:42 +01:00
sprintf.cpp Fix snprintf(NULL, 0, ...) undefined behavior. 2015-12-12 16:53:42 +01:00
sscanf.cpp
stdio.cpp Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
tmpfile.cpp Fix tmpfile(3) insecure file creation. 2015-10-11 23:25:21 +02:00
ungetc.cpp
ungetc_unlocked.cpp Fix ungetc EOF having side effects. 2015-04-05 01:20:09 +02:00
vasprintf.cpp Add cbprintf(3) and vcbprintf(3). 2014-12-01 21:39:05 +01:00
vcbprintf.cpp Add cbprintf(3) and vcbprintf(3). 2014-12-01 21:39:05 +01:00
vdprintf.cpp Add cbprintf(3) and vcbprintf(3). 2014-12-01 21:39:05 +01:00
vfprintf.cpp
vfprintf_unlocked.cpp Add cbprintf(3) and vcbprintf(3). 2014-12-01 21:39:05 +01:00
vfscanf.cpp
vfscanf_unlocked.cpp
vprintf.cpp
vscanf.cpp
vscanf_callback.cpp Fix scanf integer parsing. 2016-01-22 20:01:33 +01:00
vsnprintf.cpp Fix snprintf(NULL, 0, ...) undefined behavior. 2015-12-12 16:53:42 +01:00
vsprintf.cpp Fix snprintf(NULL, 0, ...) undefined behavior. 2015-12-12 16:53:42 +01:00
vsscanf.cpp