NetBSD/lib/libc/stdio
njoly 17568cd1bf Kill some extra spaces in function arguments. 2012-10-08 18:15:09 +00:00
..
Makefile.inc - widen the internal read and write calls to match the syscalls 2012-03-27 15:05:42 +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 - ansify, knf. 2012-03-15 18:22:30 +00:00
clrerr.c - ansify, knf. 2012-03-15 18:22:30 +00:00
dprintf.c add dprintf and vdprintf 2010-09-06 14:52:55 +00:00
fclose.3
fclose.c - ansify, knf. 2012-03-15 18:22:30 +00:00
fdopen.c - ansify, knf. 2012-03-15 18:22:30 +00:00
feof.c - ansify, knf. 2012-03-15 18:22:30 +00:00
ferror.3 Wording. 2010-05-08 11:35:14 +00:00
ferror.c - ansify, knf. 2012-03-15 18:22:30 +00:00
fflush.3 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
fflush.c - widen the internal read and write calls to match the syscalls 2012-03-27 15:05:42 +00:00
fgetc.c - ansify, knf. 2012-03-15 18:22:30 +00:00
fgetln.3
fgetln.c Reinstate __getdelim which does no locking. 2009-12-02 09:03:13 +00:00
fgetpos.c From tnozaki@: make fpos_t a complex object that keeps track of the parse 2012-01-22 18:36:14 +00:00
fgets.3 Remove the note about the standard recommending fgets(3); 2010-05-13 18:38:24 +00:00
fgets.c - ansify, knf. 2012-03-15 18:22:30 +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 - ansify, knf. 2012-03-15 18:22:30 +00:00
fgetwln.3 Observe the following spelling: 2010-12-16 17:42:25 +00:00
fgetwln.c - ansify, knf. 2012-03-15 18:22:30 +00:00
fgetws.3 Observe the following spelling: 2010-12-16 17:42:25 +00:00
fgetws.c - ansify, knf. 2012-03-15 18:22:30 +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 - ansify, knf. 2012-03-15 18:22:30 +00:00
findfp.c - widen the internal read and write calls to match the syscalls 2012-03-27 15:05:42 +00:00
flags.c - ansify, knf. 2012-03-15 18:22:30 +00:00
floatio.h
flockfile.3 Sort SECTIONS. 2011-10-15 21:43:19 +00:00
flockfile.c - ansify, knf. 2012-03-15 18:22:30 +00:00
fmemopen.3 Kill some extra spaces in function arguments. 2012-10-08 18:15:09 +00:00
fmemopen.c The flush function makes the tests fail. So undo it for now until we decide 2012-03-29 14:27:33 +00:00
fopen.3 Sort description of flags. 2012-07-02 20:02:43 +00:00
fopen.c - ansify, knf. 2012-03-15 18:22:30 +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 - ansify, knf. 2012-03-15 18:22:30 +00:00
fpurge.c - ansify, knf. 2012-03-15 18:22:30 +00:00
fputc.c - ansify, knf. 2012-03-15 18:22:30 +00:00
fputs.3
fputs.c PR/45989: Martin Husemann: lint invocation does include -w only on i386 2012-03-13 21:13:30 +00:00
fputwc.c - ansify, knf. 2012-03-15 18:22:30 +00:00
fputws.3 Observe the following spelling: 2010-12-16 17:42:25 +00:00
fputws.c - ansify, knf. 2012-03-15 18:22:30 +00:00
fread.3 .Xr for fsetpos(3), not .Fn. 2011-09-11 04:55:48 +00:00
fread.c - ansify, knf. 2012-03-15 18:22:30 +00:00
freopen.c - widen the internal read and write calls to match the syscalls 2012-03-27 15:05:42 +00:00
fscanf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
fseek.3 Remove trailing whitespace. 2012-01-22 19:13:42 +00:00
fseek.c Convert to new 2 clause license 2008-04-29 06:53:00 +00:00
fseeko.c - widen the internal read and write calls to match the syscalls 2012-03-27 15:05:42 +00:00
fsetpos.c From tnozaki@: make fpos_t a complex object that keeps track of the parse 2012-01-22 18:36:14 +00:00
ftell.c - widen the internal read and write calls to match the syscalls 2012-03-27 15:05:42 +00:00
ftello.c - widen the internal read and write calls to match the syscalls 2012-03-27 15:05:42 +00:00
funopen.3 Kill some extra spaces in function arguments. 2012-10-08 18:15:09 +00:00
funopen.c only provide compatibility i/o functions to the ones provided by the caller. 2012-03-28 15:21:11 +00:00
fvwrite.c - widen the internal read and write calls to match the syscalls 2012-03-27 15:05:42 +00:00
fvwrite.h PR/45989: Martin Husemann: lint invocation does include -w only on i386 2012-03-13 21:13:30 +00:00
fwalk.c - ansify, knf. 2012-03-15 18:22:30 +00:00
fwide.3
fwide.c
fwprintf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
fwrite.c - ansify, knf. 2012-03-15 18:22:30 +00:00
fwscanf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
getc.3
getc.c - ansify, knf. 2012-03-15 18:22:30 +00:00
getchar.c - ansify, knf. 2012-03-15 18:22:30 +00:00
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 - ansify, knf. 2012-03-15 18:22:30 +00:00
gettemp.c - ansify, knf. 2012-03-15 18:22:30 +00:00
getw.c - ansify, knf. 2012-03-15 18:22:30 +00:00
getwc.3 Observe the following spelling: 2010-12-16 17:42:25 +00:00
getwc.c
getwchar.c - ansify, knf. 2012-03-15 18:22:30 +00:00
glue.h
local.h - widen the internal read and write calls to match the syscalls 2012-03-27 15:05:42 +00:00
makebuf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
mkdtemp.c - ansify, knf. 2012-03-15 18:22:30 +00:00
mkstemp.c - ansify, knf. 2012-03-15 18:22:30 +00:00
mktemp.3 Fix trailing whitespace 2010-05-14 03:22:49 +00:00
mktemp.c - ansify, knf. 2012-03-15 18:22:30 +00:00
perror.c
printf.3 vsnprintf_ss does NOT handle floating point formats 2010-12-26 12:39:54 +00:00
printf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
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 - ansify, knf. 2012-03-15 18:22:30 +00:00
putchar.c - ansify, knf. 2012-03-15 18:22:30 +00:00
puts.c - ansify, knf. 2012-03-15 18:22:30 +00:00
putw.c - ansify, knf. 2012-03-15 18:22:30 +00:00
putwc.3 Observe the following spelling: 2010-12-16 17:42:25 +00:00
putwc.c
putwchar.c
refill.c - widen the internal read and write calls to match the syscalls 2012-03-27 15:05:42 +00:00
remove.3
remove.c - ansify, knf. 2012-03-15 18:22:30 +00:00
rewind.c - ansify, knf. 2012-03-15 18:22:30 +00:00
rget.c - ansify, knf. 2012-03-15 18:22:30 +00:00
scanf.3 Fix markup 2010-05-14 03:04:32 +00:00
scanf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
setbuf.3
setbuf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
setbuffer.c - ansify, knf. 2012-03-15 18:22:30 +00:00
setvbuf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
snprintf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
snprintf_ss.c
sprintf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
sscanf.c - widen the internal read and write calls to match the syscalls 2012-03-27 15:05:42 +00:00
stdio.3 Upon lukem@'s request, put the list of functions back. 2010-05-05 04:13:16 +00:00
stdio.c - widen the internal read and write calls to match the syscalls 2012-03-27 15:05:42 +00:00
swprintf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
swscanf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
tempnam.c - ansify, knf. 2012-03-15 18:22:30 +00:00
tmpfile.c - ansify, knf. 2012-03-15 18:22:30 +00:00
tmpnam.3 Also tmpnam(3) and tempnam(3) are now obsolete in POSIX. 2010-04-30 04:55:10 +00:00
tmpnam.c - ansify, knf. 2012-03-15 18:22:30 +00:00
ungetc.3 Add HISTORY. 2010-04-30 05:56:14 +00:00
ungetc.c - ansify, knf. 2012-03-15 18:22:30 +00:00
ungetwc.3 Observe the following spelling: 2010-12-16 17:42:25 +00:00
ungetwc.c
vasprintf.c - ansify, knf. 2012-03-15 18:22: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 - ansify, knf. 2012-03-15 18:22:30 +00:00
vfwprintf.c - widen the internal read and write calls to match the syscalls 2012-03-27 15:05:42 +00:00
vfwscanf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
vprintf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
vscanf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
vsnprintf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
vsnprintf_ss.c - ansify, knf. 2012-03-15 18:22:30 +00:00
vsprintf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
vsscanf.c - widen the internal read and write calls to match the syscalls 2012-03-27 15:05:42 +00:00
vswprintf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
vswscanf.c - widen the internal read and write calls to match the syscalls 2012-03-27 15:05:42 +00:00
vwprintf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
vwscanf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
wbuf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
wcio.h
wprintf.3 Observe the following spelling: 2010-12-16 17:42:25 +00:00
wprintf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
wscanf.3 Observe the following spelling: 2010-12-16 17:42:25 +00:00
wscanf.c - ansify, knf. 2012-03-15 18:22:30 +00:00
wsetup.c - ansify, knf. 2012-03-15 18:22:30 +00:00