sortix--sortix/libc/stdio
Jonas 'Sortie' Termansen 534eb3ddd8 Fix libk being built with -mmmx, -msse and -msse2 on x86_64. 2014-05-28 17:42:19 +02:00
..
asprintf.cpp Add asprintf(3) and vasprintf(3). 2014-03-17 19:22:12 +01:00
clearerr.cpp
dprintf.cpp Add dprintf(3) and vdprintf(3). 2013-12-17 14:30:40 +01:00
fbufsize.cpp
fclose.cpp
fcloseall.cpp
fdeletefile.cpp
fdio.cpp Fix lseek changing errno in fdio_install_fd when no real error occurs. 2014-02-16 12:38:04 +01:00
fdio.h Split parts of <features.h> into <sys/cdefs.h>. 2013-12-17 14:30:44 +01:00
feof.cpp
ferror.cpp
fflush.cpp
fflush_stop_reading.cpp
fflush_stop_writing.cpp
fgetc.cpp
fgetpos.cpp
fgets.cpp
fileno.cpp
flbf.cpp
flockfile.cpp Add flockfile(3), ftrylockfile(3), and funlockfile(3). 2013-12-17 14:30:40 +01:00
flushlbf.cpp
fnewfile.cpp
fpending.cpp
fpipe.cpp
fprintf.cpp Split libc/stdio/print.cpp into multiple files. 2013-12-17 14:30:40 +01:00
fpurge.cpp
fputc.cpp
fputs.cpp
fread.cpp
freadable.cpp
freading.cpp
fregister.cpp
freopen.cpp
fresetfile.cpp
fscanf.cpp
fseek.cpp
fseeko.cpp
fsetdefaultbuf.cpp Fix incorrect usage of __is_sortix_foo macros in preprocessor conditionals. 2014-01-18 16:30:55 +01:00
fseterr.cpp
fsetlocking.cpp
fsetpos.cpp
fshutdown.cpp
ftell.cpp
ftello.cpp
ftrylockfile.cpp Add flockfile(3), ftrylockfile(3), and funlockfile(3). 2013-12-17 14:30:40 +01:00
funlockfile.cpp Add flockfile(3), ftrylockfile(3), and funlockfile(3). 2013-12-17 14:30:40 +01:00
fwritable.cpp
fwrite.cpp
fwriting.cpp
getc.cpp
getdelim.cpp
getline.cpp
perror.cpp Split gnu_error(3) and perror(3). 2013-12-17 14:30:40 +01:00
popen.cpp
printf.cpp Split libc/stdio/print.cpp into multiple files. 2013-12-17 14:30:40 +01:00
putc.cpp
remove.cpp
removeat.cpp
rename.cpp
renameat.cpp
rewind.cpp
scanf.cpp
setbuf.cpp
setvbuf.cpp
snprintf.cpp Split libc/stdio/sprint.cpp into multiple files. 2013-12-17 14:30:40 +01:00
sprintf.cpp Split libc/stdio/sprint.cpp into multiple files. 2013-12-17 14:30:40 +01:00
sscanf.cpp
stdio.cpp Remove sortix_gets(3). 2013-12-17 14:30:43 +01:00
tmpfile.cpp
tmpnam.cpp
ungetc.cpp
vasprintf.cpp Add asprintf(3) and vasprintf(3). 2014-03-17 19:22:12 +01:00
vdprintf.cpp Fix files relying on <unistd.h> including <ioleast.h>. 2014-04-06 00:19:05 +02:00
vfprintf.cpp Split libc/stdio/print.cpp into multiple files. 2013-12-17 14:30:40 +01:00
vfscanf.cpp Add vscanf_callback(3). 2014-03-17 19:22:12 +01:00
vprintf.cpp Split libc/stdio/print.cpp into multiple files. 2013-12-17 14:30:40 +01:00
vprintf_callback.cpp Fix libk being built with -mmmx, -msse and -msse2 on x86_64. 2014-05-28 17:42:19 +02:00
vscanf.cpp
vscanf_callback.cpp Fix vscanf_callback(3) not ungetcing the last character when stopping. 2014-03-17 19:22:12 +01:00
vsnprintf.cpp Split libc/stdio/sprint.cpp into multiple files. 2013-12-17 14:30:40 +01:00
vsprintf.cpp Split libc/stdio/sprint.cpp into multiple files. 2013-12-17 14:30:40 +01:00
vsscanf.cpp Add vscanf_callback(3). 2014-03-17 19:22:12 +01:00