NetBSD/lib/libc/stdio
2011-09-11 07:37:06 +00:00
..
_fileno.c Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
_fseeko.c Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
_ftello.c Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
asprintf.c revert some of dsl's changes to make things build on i386; he can undo what 2009-10-25 20:44:13 +00:00
clrerr.c
dprintf.c add dprintf and vdprintf 2010-09-06 14:52:55 +00:00
fclose.3
fclose.c Use a proper char */size_t pair in __sfileext to keep track of the line 2010-01-11 20:39:29 +00:00
fdopen.c Since _file is a short, check that the fd fits in it, otherwise bail with 2008-03-13 15:40:00 +00:00
feof.c
ferror.3 Wording. 2010-05-08 11:35:14 +00:00
ferror.c
fflush.3
fflush.c
fgetc.c
fgetln.3
fgetln.c Reinstate __getdelim which does no locking. 2009-12-02 09:03:13 +00:00
fgetpos.c
fgets.3 Remove the note about the standard recommending fgets(3); 2010-05-13 18:38:24 +00:00
fgets.c revert some of dsl's changes to make things build on i386; he can undo what 2009-10-25 20:44:13 +00:00
fgetstr.c Use a proper char */size_t pair in __sfileext to keep track of the line 2010-01-11 20:39:29 +00:00
fgetwc.c revert some of dsl's changes to make things build on i386; he can undo what 2009-10-25 20:44:13 +00:00
fgetwln.3 Observe the following spelling: 2010-12-16 17:42:25 +00:00
fgetwln.c Use a proper char */size_t pair in __sfileext to keep track of the line 2010-01-11 20:39:29 +00:00
fgetws.3 Observe the following spelling: 2010-12-16 17:42:25 +00:00
fgetws.c SUSv3 said, if an encoding error occurs, the error indicator 2006-07-03 17:06:36 +00:00
fileext.h Use a proper char */size_t pair in __sfileext to keep track of the line 2010-01-11 20:39:29 +00:00
fileno.c
findfp.c add dprintf and vdprintf 2010-09-06 14:52:55 +00:00
flags.c * Arrange for interfaces that create new file descriptors to be able to 2011-06-26 16:42:39 +00:00
floatio.h Add the missing wide char support functions from freebsd. 2005-05-14 23:51:02 +00:00
flockfile.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
flockfile.c Don't redeclare __isthreaded. 2010-12-08 02:07:03 +00:00
fmemopen.3 The was is not an argument but simply a part of sentense. 2010-10-07 00:14:14 +00:00
fmemopen.c validate flags/oflags from __sflag() befere call __sfp(). 2010-09-27 17:08:29 +00:00
fopen.3 Use a list for clarity, update standards, etc. 2011-07-18 05:17:16 +00:00
fopen.c Since _file is a short, check that the fd fits in it, otherwise bail with 2008-03-13 15:40:00 +00:00
fparseln.3 Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
fparseln.c Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
fprintf.c
fpurge.c
fputc.c
fputs.3
fputs.c If the string to be printed is NULL substitute "(null)". Approved by core. 2005-06-22 19:45:22 +00:00
fputwc.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
fputws.3 Observe the following spelling: 2010-12-16 17:42:25 +00:00
fputws.c
fread.3 .Xr for fsetpos(3), not .Fn. 2011-09-11 04:55:48 +00:00
fread.c revert some of dsl's changes to make things build on i386; he can undo what 2009-10-25 20:44:13 +00:00
freopen.c Use a proper char */size_t pair in __sfileext to keep track of the line 2010-01-11 20:39:29 +00:00
fscanf.c
fseek.3 Fix return value documentation. Add EOVERFLOW for ftell, but not for fseek. 2010-10-22 21:29:31 +00:00
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 Replace _FPOS_OVERFLOW() macro with a static inline function called 2010-10-24 17:44:32 +00:00
ftello.c
funopen.3 It is not just funopen(3) that is a BSDism. 2011-09-11 07:37:06 +00:00
funopen.c WARNS=4 2005-11-29 03:11:58 +00:00
fvwrite.c Eliminate dead store. From Henning Petersen in PR 42776. Doesn't change 2011-03-24 02:29:33 +00:00
fvwrite.h
fwalk.c
fwide.3
fwide.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
fwprintf.c Add the missing wide char support functions from freebsd. 2005-05-14 23:51:02 +00:00
fwrite.c WARNS=4 2005-11-29 03:11:58 +00:00
fwscanf.c Add the missing wide char support functions from freebsd. 2005-05-14 23:51:02 +00:00
getc.3
getc.c
getchar.c
getdelim.3 - Put empty line after the local variable definition in the sample code 2011-04-20 23:37:51 +00:00
getdelim.c Set error indicator on invalid arguments. From Carsten Hey. 2011-07-22 23:12:30 +00:00
getline.c Protect getline. 2009-12-02 08:46:33 +00:00
gets.c Make these work with _FORTIFY_SOURCE, by overriding the fortified definitions 2007-06-03 17:39:26 +00:00
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 Observe the following spelling: 2010-12-16 17:42:25 +00:00
getwc.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
getwchar.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
glue.h
local.h Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
makebuf.c Since _file is a short, check that the fd fits in it, otherwise bail with 2008-03-13 15:40:00 +00:00
Makefile.inc document vsnprintf_ss 2010-12-22 16:59:10 +00:00
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 Fix trailing whitespace 2010-05-14 03:22:49 +00:00
mktemp.c
perror.c Must include "namespace.h" for strerror_r()'s internal name. 2006-01-26 11:13:42 +00:00
printf.3 vsnprintf_ss does NOT handle floating point formats 2010-12-26 12:39:54 +00:00
printf.c
putc.3 Put the historical note to its own section. Note that also the other 2010-05-06 09:01:34 +00:00
putc.c
putchar.c
puts.c Move strlen(s) to after s is known to be not NULL, or set to "(null)" . 2006-03-17 02:25:23 +00:00
putw.c
putwc.3 Observe the following spelling: 2010-12-16 17:42:25 +00:00
putwc.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
putwchar.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
refill.c apply an 11 years old fix from FreeBSD: 2010-09-10 10:29:23 +00:00
remove.3
remove.c
rewind.c
rget.c
scanf.3 Fix markup 2010-05-14 03:04:32 +00:00
scanf.c
setbuf.3
setbuf.c
setbuffer.c revert some of dsl's changes to make things build on i386; he can undo what 2009-10-25 20:44:13 +00:00
setvbuf.c
snprintf_ss.c Instead of abusing stdio to get a signal-safe version of sprintf, provide one. 2007-02-02 23:00:28 +00:00
snprintf.c make _FORTIFY_SOURCE play nicely with lint 2007-10-26 19:48:14 +00:00
sprintf.c Make these work with _FORTIFY_SOURCE, by overriding the fortified definitions 2007-06-03 17:39:26 +00:00
sscanf.c Use a proper char */size_t pair in __sfileext to keep track of the line 2010-01-11 20:39:29 +00:00
stdio.3 Upon lukem@'s request, put the list of functions back. 2010-05-05 04:13:16 +00:00
stdio.c revert some of dsl's changes to make things build on i386; he can undo what 2009-10-25 20:44:13 +00:00
swprintf.c Add the missing wide char support functions from freebsd. 2005-05-14 23:51:02 +00:00
swscanf.c Add the missing wide char support functions from freebsd. 2005-05-14 23:51:02 +00:00
tempnam.c revert some of dsl's changes to make things build on i386; he can undo what 2009-10-25 20:44:13 +00:00
tmpfile.c
tmpnam.3 Also tmpnam(3) and tempnam(3) are now obsolete in POSIX. 2010-04-30 04:55:10 +00:00
tmpnam.c
ungetc.3 Add HISTORY. 2010-04-30 05:56:14 +00:00
ungetc.c revert some of dsl's changes to make things build on i386; he can undo what 2009-10-25 20:44:13 +00:00
ungetwc.3 Observe the following spelling: 2010-12-16 17:42:25 +00:00
ungetwc.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
vasprintf.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
vdprintf.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
vfprintf.c Reverse previous, committed by mistake. 2009-10-15 06:19:35 +00:00
vfscanf.c Observe the following spelling: 2010-12-16 17:42:25 +00:00
vfwprintf.c fix the rest of libc mi gcc-4.5 hacks. portmasters should fix the md ones. 2011-08-17 09:53:53 +00:00
vfwscanf.c fix sign comparison warning in debug build. 2009-02-21 17:20:01 +00:00
vprintf.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
vscanf.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
vsnprintf_ss.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
vsnprintf.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
vsprintf.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
vsscanf.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
vswprintf.c fix the rest of libc mi gcc-4.5 hacks. portmasters should fix the md ones. 2011-08-17 09:53:53 +00:00
vswscanf.c Use a proper char */size_t pair in __sfileext to keep track of the line 2010-01-11 20:39:29 +00:00
vwprintf.c Add the missing wide char support functions from freebsd. 2005-05-14 23:51:02 +00:00
vwscanf.c Add the missing wide char support functions from freebsd. 2005-05-14 23:51:02 +00:00
wbuf.c
wcio.h
wprintf.3 Observe the following spelling: 2010-12-16 17:42:25 +00:00
wprintf.c Add the missing wide char support functions from freebsd. 2005-05-14 23:51:02 +00:00
wscanf.3 Observe the following spelling: 2010-12-16 17:42:25 +00:00
wscanf.c Add the missing wide char support functions from freebsd. 2005-05-14 23:51:02 +00:00
wsetup.c