NetBSD/lib/libc/stdio
christos 1665d5e960 fix spelling of accommodate; from Zapher. 2006-11-24 19:46:58 +00:00
..
Makefile.inc Add signal-safe versions of snprintf and vsnprintf 2006-10-27 19:59:58 +00:00
_fileno.c compat core reorg. 2005-09-13 01:44:08 +00:00
_fseeko.c compat core reorg. 2005-09-13 01:44:08 +00:00
_ftello.c compat core reorg. 2005-09-13 01:44:08 +00:00
asprintf.c A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
clrerr.c
fclose.3
fclose.c
fdopen.c
feof.c
ferror.3
ferror.c
fflush.3
fflush.c
fgetc.c
fgetln.3 put back the CAVEATS section 2004-05-10 17:15:28 +00:00
fgetln.c After discussion with christos, turn fgetstr() into an internal function. 2004-05-10 16:47:11 +00:00
fgetpos.c
fgets.3 simplify a sentence 2003-12-09 21:40:54 +00:00
fgets.c remove superfluous assignment 2003-12-14 23:56:28 +00:00
fgetstr.c fix spelling of accommodate; from Zapher. 2006-11-24 19:46:58 +00:00
fgetwc.c SUSv3 said, if an encoding error occurs, the error indicator 2006-07-03 17:06:36 +00:00
fgetwln.3 Add the missing wide char support functions from freebsd. 2005-05-14 23:51:02 +00:00
fgetwln.c Add the missing wide char support functions from freebsd. 2005-05-14 23:51:02 +00:00
fgetws.3
fgetws.c SUSv3 said, if an encoding error occurs, the error indicator 2006-07-03 17:06:36 +00:00
fileext.h
fileno.c We now need an internal name for fileno(), since when buildling libc 2004-05-09 17:27:53 +00:00
findfp.c Grr, adjust last so that it works with our busted lint(1). 2006-10-07 21:40:46 +00:00
flags.c
floatio.h Add the missing wide char support functions from freebsd. 2005-05-14 23:51:02 +00:00
flockfile.3
flockfile.c
fopen.3 Add restrict qualifiers to fopen()/freopen() arguments. 2005-05-25 16:01:24 +00:00
fopen.c
fparseln.3
fparseln.c Completely rework how tools/compat is done. Purge all uses/references to 2004-06-20 22:20:14 +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
fputws.c
fread.3
fread.c
freopen.c
fscanf.c
fseek.3
fseek.c Must include "namespace.h" for fseeko()'s internal name. 2006-01-26 10:48:18 +00:00
fseeko.c de __P 2005-03-04 16:04:58 +00:00
fsetpos.c
ftell.c
ftello.c
funopen.3
funopen.c WARNS=4 2005-11-29 03:11:58 +00:00
fvwrite.c Add signal-safe versions of snprintf and vsnprintf 2006-10-27 19:59:58 +00:00
fvwrite.h
fwalk.c
fwide.3 Use St -isoC-9X instead of St -isoC9X, to be in sync with groff. 2003-09-08 17:54:31 +00:00
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
gets.c
gettemp.c Spaces. 2003-12-05 00:57:36 +00:00
getw.c
getwc.3 Use St -isoC-9X instead of St -isoC9X, to be in sync with groff. 2003-09-08 17:54:31 +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 Add the missing wide char support functions from freebsd. 2005-05-14 23:51:02 +00:00
makebuf.c
mkdtemp.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
mkstemp.c A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
mktemp.3 Remove inappropriate comma. 2006-08-04 20:55:45 +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 As suggested by Johan Veenhuizen in PR 32981, reword slightly to avoid 2006-09-25 08:55:33 +00:00
printf.c
putc.3
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 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +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
remove.3
remove.c
rewind.c
rget.c
scanf.3 Use St -isoC-9X instead of St -isoC9X, to be in sync with groff. 2003-09-08 17:54:31 +00:00
scanf.c
setbuf.3
setbuf.c
setbuffer.c
setvbuf.c
snprintf.c A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
snprintf_ss.c Don't expose _ss functions for 4.0. Requested by core. 2006-11-22 17:23:24 +00:00
sprintf.c A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
sscanf.c WARNS=4 2005-11-29 03:11:58 +00:00
stdio.3
stdio.c
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 get the trailing-slash logics right 2005-07-27 13:23:07 +00:00
tmpfile.c
tmpnam.3 use "tempnam" instead of "tmpname" 2005-06-18 10:50:25 +00:00
tmpnam.c
ungetc.3
ungetc.c
ungetwc.3 Use St -isoC-9X instead of St -isoC9X, to be in sync with groff. 2003-09-08 17:54:31 +00:00
ungetwc.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
vasprintf.c A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
vfprintf.c set n properly so that we can terminate. 2006-10-30 05:10:40 +00:00
vfscanf.c - s/notyet/WIDE_DOUBLE/ 2006-02-16 23:26:19 +00:00
vfwprintf.c fwprintf(stderr) may coredump, when LC_CTYPE locale is set none C/POSIX. 2006-10-01 10:29:21 +00:00
vfwscanf.c Appease gcc -Wuninitialized 2005-06-12 05:48:41 +00:00
vprintf.c
vscanf.c
vsnprintf.c A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
vsnprintf_ss.c Don't expose _ss functions for 4.0. Requested by core. 2006-11-22 17:23:24 +00:00
vsprintf.c A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
vsscanf.c WARNS=4 2005-11-29 03:11:58 +00:00
vswprintf.c Add the missing wide char support functions from freebsd. 2005-05-14 23:51:02 +00:00
vswscanf.c remove an unnecessary __UNCONST. 2005-12-02 13:51:22 +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 Sort options. 2005-06-03 20:32:20 +00:00
wprintf.c Add the missing wide char support functions from freebsd. 2005-05-14 23:51:02 +00:00
wscanf.3 Add the missing wide char support functions from freebsd. 2005-05-14 23:51:02 +00:00
wscanf.c Add the missing wide char support functions from freebsd. 2005-05-14 23:51:02 +00:00
wsetup.c