sortix-mirror/libc/stdio
Jonas 'Sortie' Termansen 8b03a9ab94 Update printf family to current coding conventions. 2016-01-26 21:17:08 +01:00
..
asprintf.cpp Add asprintf(3) and vasprintf(3). 2014-03-17 19:22:12 +01:00
cbprintf.cpp Add cbprintf(3) and vcbprintf(3). 2014-12-01 21:39:05 +01:00
clearerr.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
clearerr_unlocked.cpp Revise stdio implementation. 2014-10-19 17:13:49 +02:00
dprintf.cpp Add dprintf(3) and vdprintf(3). 2013-12-17 14:30:40 +01:00
fclose.cpp Indirectly fflush(3) from fshutdown(3). 2014-12-01 18:45:11 +01:00
fdeletefile.cpp Move stdio.h functions into their own directory. 2013-12-17 14:30:39 +01:00
fdio.h Split fdio into multiple files. 2016-01-26 19:01:36 +01:00
fdio_close.cpp Split fdio into multiple files. 2016-01-26 19:01:36 +01:00
fdio_install_fd.cpp Split fdio into multiple files. 2016-01-26 19:01:36 +01:00
fdio_install_path.cpp Revise stdio implementation. 2014-10-19 17:13:49 +02:00
fdio_read.cpp Split fdio into multiple files. 2016-01-26 19:01:36 +01:00
fdio_seek.cpp Split fdio into multiple files. 2016-01-26 19:01:36 +01:00
fdio_write.cpp Split fdio into multiple files. 2016-01-26 19:01:36 +01:00
fdopen.cpp Revise stdio implementation. 2014-10-19 17:13:49 +02:00
feof.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
feof_unlocked.cpp Revise stdio implementation. 2014-10-19 17:13:49 +02:00
ferror.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
ferror_unlocked.cpp Revise stdio implementation. 2014-10-19 17:13:49 +02:00
fflush.cpp Split stdin, stdout and stderr into their own files. 2016-01-26 19:01:36 +01:00
fflush_stop_reading.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
fflush_stop_reading_unlocked.cpp Revise stdio implementation. 2014-10-19 17:13:49 +02:00
fflush_stop_writing.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
fflush_stop_writing_unlocked.cpp Add type limits and print/scan specifiers to <sys/types.h>. 2014-11-26 23:34:14 +01:00
fflush_unlocked.cpp Revise stdio implementation. 2014-10-19 17:13:49 +02:00
fgetc.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
fgetc_unlocked.cpp Create stdio buffers at FILE creation time. 2016-01-26 18:39:48 +01:00
fgetpos.cpp Move stdio.h functions into their own directory. 2013-12-17 14:30:39 +01:00
fgets.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
fgets_unlocked.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
fileno.cpp Split fdio into multiple files. 2016-01-26 19:01:36 +01:00
fileno_unlocked.cpp Split fdio into multiple files. 2016-01-26 19:01:36 +01:00
flockfile.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
fmemopen.cpp Split fdio into multiple files. 2016-01-26 19:01:36 +01:00
fnewfile.cpp Create stdio buffers at FILE creation time. 2016-01-26 18:39:48 +01:00
fopen.cpp Revise stdio implementation. 2014-10-19 17:13:49 +02:00
fparsemode.cpp Revise stdio implementation. 2014-10-19 17:13:49 +02:00
fpipe.cpp Move stdio.h functions into their own directory. 2013-12-17 14:30:39 +01:00
fprintf.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
fprintf_unlocked.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
fputc.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
fputc_unlocked.cpp Create stdio buffers at FILE creation time. 2016-01-26 18:39:48 +01:00
fputs.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
fputs_unlocked.cpp Optimize puts and fputs. 2015-08-26 16:29:18 +02:00
fread.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
fread_unlocked.cpp Create stdio buffers at FILE creation time. 2016-01-26 18:39:48 +01:00
fregister.cpp Remove dcloseall() and fcloseall(). 2014-12-01 16:29:43 +01:00
freopen.cpp Split fdio into multiple files. 2016-01-26 19:01:36 +01:00
fresetfile.cpp Create stdio buffers at FILE creation time. 2016-01-26 18:39:48 +01:00
fscanf.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
fscanf_unlocked.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
fseek.cpp Move stdio.h functions into their own directory. 2013-12-17 14:30:39 +01:00
fseeko.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
fseeko_unlocked.cpp Revise stdio implementation. 2014-10-19 17:13:49 +02:00
fsetpos.cpp Move stdio.h functions into their own directory. 2013-12-17 14:30:39 +01:00
fshutdown.cpp Create stdio buffers at FILE creation time. 2016-01-26 18:39:48 +01:00
ftell.cpp Move stdio.h functions into their own directory. 2013-12-17 14:30:39 +01:00
ftello.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
ftello_unlocked.cpp Revise stdio implementation. 2014-10-19 17:13:49 +02:00
ftrylockfile.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
funlockfile.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
funregister.cpp Remove dcloseall() and fcloseall(). 2014-12-01 16:29:43 +01:00
fwrite.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
fwrite_unlocked.cpp Create stdio buffers at FILE creation time. 2016-01-26 18:39:48 +01:00
getc.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
getc_unlocked.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
getchar.cpp Revise stdio implementation. 2014-10-19 17:13:49 +02:00
getchar_unlocked.cpp Revise stdio implementation. 2014-10-19 17:13:49 +02:00
getdelim.cpp Fix getdelim(3). 2015-05-15 16:18:40 +02:00
getline.cpp Move stdio.h functions into their own directory. 2013-12-17 14:30:39 +01:00
open_memstream.cpp Split fdio into multiple files. 2016-01-26 19:01:36 +01:00
perror.cpp Fix perror(3) compliance. 2015-06-27 17:06:32 +02:00
popen.cpp Split fdio into multiple files. 2016-01-26 19:01:36 +01:00
printf.cpp Split libc/stdio/print.cpp into multiple files. 2013-12-17 14:30:40 +01:00
putc.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
putc_unlocked.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
putchar.cpp Revise stdio implementation. 2014-10-19 17:13:49 +02:00
putchar_unlocked.cpp Revise stdio implementation. 2014-10-19 17:13:49 +02:00
puts.cpp Optimize puts and fputs. 2015-08-26 16:29:18 +02:00
remove.cpp Move stdio.h functions into their own directory. 2013-12-17 14:30:39 +01:00
removeat.cpp Move stdio.h functions into their own directory. 2013-12-17 14:30:39 +01:00
rename.cpp Move stdio.h functions into their own directory. 2013-12-17 14:30:39 +01:00
renameat.cpp Move stdio.h functions into their own directory. 2013-12-17 14:30:39 +01:00
rewind.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
scanf.cpp Move stdio.h functions into their own directory. 2013-12-17 14:30:39 +01:00
setbuf.cpp Move stdio.h functions into their own directory. 2013-12-17 14:30:39 +01:00
setvbuf.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
setvbuf_unlocked.cpp Use fflush_unlocked as stdio's fflush_indirect. 2016-01-26 18:39:49 +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 Move stdio.h functions into their own directory. 2013-12-17 14:30:39 +01:00
stderr.cpp Split fdio into multiple files. 2016-01-26 19:01:36 +01:00
stdin.cpp Split fdio into multiple files. 2016-01-26 19:01:36 +01:00
stdout.cpp Split fdio into multiple files. 2016-01-26 19:01:36 +01:00
tmpfile.cpp Fix tmpfile(3) insecure file creation. 2015-10-11 23:25:21 +02:00
ungetc.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
ungetc_unlocked.cpp Create stdio buffers at FILE creation time. 2016-01-26 18:39:48 +01:00
vasprintf.cpp Update printf family to current coding conventions. 2016-01-26 21:17:08 +01:00
vcbprintf.cpp Update printf family to current coding conventions. 2016-01-26 21:17:08 +01:00
vdprintf.cpp Update printf family to current coding conventions. 2016-01-26 21:17:08 +01:00
vfprintf.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
vfprintf_unlocked.cpp Update printf family to current coding conventions. 2016-01-26 21:17:08 +01:00
vfscanf.cpp Thread-secure stdio. 2014-07-08 17:41:52 +02:00
vfscanf_unlocked.cpp Revise stdio implementation. 2014-10-19 17:13:49 +02:00
vprintf.cpp Split libc/stdio/print.cpp into multiple files. 2013-12-17 14:30:40 +01:00
vscanf.cpp Move stdio.h functions into their own directory. 2013-12-17 14:30:39 +01:00
vscanf_callback.cpp Fix scanf integer parsing. 2016-01-22 20:01:33 +01:00
vsnprintf.cpp Update printf family to current coding conventions. 2016-01-26 21:17:08 +01:00
vsprintf.cpp Fix snprintf(NULL, 0, ...) undefined behavior. 2015-12-12 16:53:42 +01:00
vsscanf.cpp Add vscanf_callback(3). 2014-03-17 19:22:12 +01:00