NetBSD/lib/libc/stdio
roy 86eafd3e05 __getdelim works on strings up to SIZE_MAX - 2 and returns 0 on EOF.
getdelim works on strings up to SSIZE_MAX and returns -1 on EOF.
__fgetstr is now just a wrapper around __getdelim and ensures that
the buffer doesn't overflow the one provided by FILE.
__slbexpand is now static in fgetwln as it is the only consumer of that func.
2009-09-24 20:38:53 +00:00
..
Makefile.inc Add implementations for getdelim(3) and getline(3). 2009-07-13 22:19:24 +00:00
_fileno.c
_fseeko.c
_ftello.c
asprintf.c
clrerr.c
fclose.3
fclose.c
fdopen.c
feof.c
ferror.3
ferror.c
fflush.3
fflush.c
fgetc.c
fgetln.3
fgetln.c __getdelim works on strings up to SIZE_MAX - 2 and returns 0 on EOF. 2009-09-24 20:38:53 +00:00
fgetpos.c
fgets.3
fgets.c sign-compare fix 2009-02-05 03:22:37 +00:00
fgetstr.c __getdelim works on strings up to SIZE_MAX - 2 and returns 0 on EOF. 2009-09-24 20:38:53 +00:00
fgetwc.c
fgetwln.3
fgetwln.c __getdelim works on strings up to SIZE_MAX - 2 and returns 0 on EOF. 2009-09-24 20:38:53 +00:00
fgetws.3
fgetws.c
fileext.h
fileno.c
findfp.c
flags.c
floatio.h
flockfile.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
flockfile.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
fopen.3
fopen.c
fparseln.3
fparseln.c merge christos-time_t 2009-01-11 02:45:45 +00:00
fprintf.c
fpurge.c
fputc.c
fputs.3
fputs.c
fputwc.c
fputws.3
fputws.c
fread.3 merge christos-time_t 2009-01-11 02:45:45 +00:00
fread.c sign-compare fix 2009-01-31 00:08:05 +00:00
freopen.c
fscanf.c
fseek.3
fseek.c Convert to new 2 clause license 2008-04-29 06:53:00 +00:00
fseeko.c sign-compare fix 2009-01-31 00:08:05 +00:00
fsetpos.c
ftell.c
ftello.c
funopen.3
funopen.c
fvwrite.c Fix sign-compare issues. 2009-02-11 23:48:17 +00:00
fvwrite.h
fwalk.c
fwide.3
fwide.c
fwprintf.c
fwrite.c
fwscanf.c
getc.3
getc.c
getchar.c
getdelim.3 Note some restrictions for getdelim arguments noted by joerg. 2009-08-25 16:28:26 +00:00
getdelim.c __getdelim works on strings up to SIZE_MAX - 2 and returns 0 on EOF. 2009-09-24 20:38:53 +00:00
getline.c Add implementations for getdelim(3) and getline(3). 2009-07-13 22:19:24 +00:00
gets.c
gettemp.c The tools/compat versions of mkstemp() and mkdtemp() need to call the 2008-10-20 10:28:38 +00:00
getw.c
getwc.3
getwc.c
getwchar.c
glue.h
local.h __getdelim works on strings up to SIZE_MAX - 2 and returns 0 on EOF. 2009-09-24 20:38:53 +00:00
makebuf.c
mkdtemp.c The tools/compat versions of mkstemp() and mkdtemp() need to call the 2008-10-20 10:28:38 +00:00
mkstemp.c The tools/compat versions of mkstemp() and mkdtemp() need to call the 2008-10-20 10:28:38 +00:00
mktemp.3
mktemp.c
perror.c
printf.3 No .br after .Sh. 2009-04-09 00:04:34 +00:00
printf.c
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.3 Document the C99-required and already implemented hh modifier (pointer 2008-05-30 17:29:54 +00:00
scanf.c
setbuf.3
setbuf.c
setbuffer.c
setvbuf.c
snprintf.c
snprintf_ss.c
sprintf.c
sscanf.c
stdio.3 Fix typo added in previous. 2009-07-13 22:31:59 +00:00
stdio.c
swprintf.c
swscanf.c
tempnam.c
tmpfile.c
tmpnam.3
tmpnam.c
ungetc.3
ungetc.c
ungetwc.3
ungetwc.c
vasprintf.c
vfprintf.c
vfscanf.c sign-compare fix 2009-01-30 23:46:03 +00:00
vfwprintf.c If the current locale doesn't define the 'thousands' grouping info 2009-08-05 20:46:01 +00:00
vfwscanf.c fix sign comparison warning in debug build. 2009-02-21 17:20:01 +00:00
vprintf.c
vscanf.c
vsnprintf.c
vsnprintf_ss.c
vsprintf.c
vsscanf.c
vswprintf.c
vswscanf.c merge christos-time_t 2009-01-11 02:45:45 +00:00
vwprintf.c
vwscanf.c
wbuf.c
wcio.h
wprintf.3 merge christos-time_t 2009-01-11 02:45:45 +00:00
wprintf.c
wscanf.3
wscanf.c
wsetup.c