1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/lib/libc/stdio
Andrey A. Chernov 031986c4f3 Fix error handling.
MFC after:      3 days
2016-09-05 06:46:04 +00:00
..
_flock_stub.c
asprintf.c
clrerr.c
dprintf.c Remove usage of _WITH_DPRINTF 2016-07-30 01:16:06 +00:00
fclose.3
fclose.c
fcloseall.c
fdopen.c
feof.c
ferror.3
ferror.c
fflush.3
fflush.c
fgetc.c
fgetln.3
fgetln.c Original fgetln() from 44lite return sucess for line tail errors, 2016-08-25 21:14:26 +00:00
fgetpos.c
fgets.3
fgets.c Fix error handling. 2016-09-05 06:46:04 +00:00
fgetwc.c If error happens, don't overwrite original errno comes from __mbrtowc() 2016-09-01 18:12:53 +00:00
fgetwln.3
fgetwln.c fgetwc(3) may set both __SEOF and __SERR at once (in case of incomplete 2016-09-01 20:45:04 +00:00
fgetws.3
fgetws.c Fix n == 1 case. Here should be no physical read (fill buffer) attempt 2016-09-05 06:10:51 +00:00
fileno.c
findfp.c
flags.c
floatio.h
flockfile.3
fmemopen.c
fopen.3
fopen.c
fopencookie.3
fopencookie.c
fprintf.c
fpurge.c
fputc.c
fputs.3
fputs.c
fputwc.c Remove "Fast path", it bypass __wcrtomb() and all its error checking. 2016-08-25 17:30:00 +00:00
fputws.3
fputws.c
fread.3
fread.c
freopen.c
fscanf.c
fseek.3
fseek.c
fsetpos.c
ftell.c
funopen.3
funopen.c
fvwrite.c
fvwrite.h
fwalk.c
fwide.3
fwide.c
fwprintf.c
fwrite.c
fwscanf.c
getc.3
getc.c
getchar.c
getdelim.c Don't check for __SERR which may stick from one of any previous stdio 2016-08-25 17:13:04 +00:00
getline.3 Remove _WITH_GETLINE and _WITH_DPRINTF guards 2016-07-30 01:00:16 +00:00
getline.c Remove last traces of _WITH_GETLINE 2016-07-30 01:13:54 +00:00
gets.c
getw.c
getwc.3
getwc.c
getwchar.c
glue.h
local.h
makebuf.c
Makefile.inc
mktemp.3
mktemp.c
open_memstream.3
open_memstream.c
open_wmemstream.c
perror.c
printf_l.3
printf-pos.c
printf.3 Remove _WITH_GETLINE and _WITH_DPRINTF guards 2016-07-30 01:00:16 +00:00
printf.c
printfcommon.h
printflocal.h
putc.3
putc.c
putchar.c
puts.c
putw.c
putwc.3
putwc.c
putwchar.c
refill.c
remove.3
remove.c
rewind.c
rget.c
scanf_l.3
scanf.3
scanf.c
setbuf.3
setbuf.c
setbuffer.c
setvbuf.c
snprintf.c
sprintf.c
sscanf.c
stdio.3
stdio.c
swprintf.c
swscanf.c
Symbol.map
tempnam.c
tmpfile.c
tmpnam.3
tmpnam.c
ungetc.3
ungetc.c
ungetwc.3
ungetwc.c
vasprintf.c
vdprintf.c
vfprintf.c Don't check for __SERR which may stick from one of any previous stdio 2016-08-25 17:13:04 +00:00
vfscanf.c 1) Eliminate possibility to call __*collate_range_cmp() with inclomplete 2016-07-14 09:07:25 +00:00
vfwprintf.c Don't check for __SERR which may stick from one of any previous stdio 2016-08-25 17:13:04 +00:00
vfwscanf.c
vprintf.c
vscanf.c
vsnprintf.c
vsprintf.c
vsscanf.c
vswprintf.c
vswscanf.c
vwprintf.c
vwscanf.c
wbuf.c
wprintf.3
wprintf.c
wscanf.3
wscanf.c
wsetup.c
xprintf_errno.c
xprintf_float.c
xprintf_hexdump.c
xprintf_int.c
xprintf_quote.c
xprintf_str.c
xprintf_time.c
xprintf_vis.c
xprintf.c