NetBSD/lib/libc/stdio
thorpej 42320e8223 * Move the prototype of __svfscanf from <stdio.h> to libc/stdio/local.h.
* Add prototype for vfscanf to <stdio.h>.
* Remove #define of vfscanf to __svfscanf from <stdio.h>.
* Include local.h in libc files which need __svfscanf.
* Add vfscanf weak alias to __svfscanf.

Fixes standards/16997.

NOTE: libc minor not bumped -- ride on the bump to 12.84 made by
itojun today.
2002-05-24 22:17:20 +00:00
..
Makefile.inc - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
_fseeko.c
_ftello.c
asprintf.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
clrerr.c
fclose.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
fclose.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
fdopen.c This is for completeness only (to make fdopen symmetric with fopen and freopen) 2000-11-29 15:36:42 +00:00
feof.c
ferror.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
ferror.c
fflush.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
fflush.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
fgetc.c
fgetln.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
fgetln.c
fgetpos.c In fgetpos() and fsetpos(), use ftello() and fseeko(), respectively, to avoid 2000-07-08 13:51:27 +00:00
fgets.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
fgets.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
fgetwc.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
fileext.h add files forgotten in my previous commit. 2001-12-07 12:02:07 +00:00
fileno.c
findfp.c fully initialize the structure to avoid gcc complaints. 2002-03-12 22:56:16 +00:00
flags.c
floatio.h Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
fopen.3 Consistent wording: plain files -> regular files. 2002-05-15 07:00:22 +00:00
fopen.c make sure we preserve errno. 2000-11-29 15:30:20 +00:00
fprintf.c
fpurge.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
fputc.c
fputs.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
fputs.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
fputwc.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
fread.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
fread.c apparently ansi c only required fread(3) to return 0 if size or nmembs == 0. 2001-01-25 02:06:25 +00:00
freopen.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
fscanf.c * Move the prototype of __svfscanf from <stdio.h> to libc/stdio/local.h. 2002-05-24 22:17:20 +00:00
fseek.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
fseek.c
fseeko.c Oops, forgot to define weak aliases for public names. 2000-07-26 08:52:57 +00:00
fsetpos.c In fgetpos() and fsetpos(), use ftello() and fseeko(), respectively, to avoid 2000-07-08 13:51:27 +00:00
ftell.c
ftello.c Oops, forgot to define weak aliases for public names. 2000-07-26 08:52:57 +00:00
funopen.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
funopen.c delint 1998-11-15 17:19:53 +00:00
fvwrite.c
fvwrite.h
fwalk.c
fwide.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
fwide.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
fwrite.c apparently ansi c only required fread(3) to return 0 if size or nmembs == 0. 2001-01-25 02:06:25 +00:00
getc.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
getc.c
getchar.c
gets.c
gettemp.c Revert addition of mkdtemp() to libnbcompat. I don't think we need mktemp(1) 2002-04-01 13:59:34 +00:00
getw.c
getwc.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
getwc.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
getwchar.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
glue.h fix duplicate declaration of __glue. 2000-12-10 04:17:28 +00:00
local.h * Move the prototype of __svfscanf from <stdio.h> to libc/stdio/local.h. 2002-05-24 22:17:20 +00:00
makebuf.c
mkdtemp.c Revert addition of mkdtemp() to libnbcompat. I don't think we need mktemp(1) 2002-04-01 13:59:34 +00:00
mkstemp.c
mktemp.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
mktemp.c
perror.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
perror.c
printf.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
printf.c
putc.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
putc.c
putchar.c
puts.c
putw.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
putwc.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
putwc.c putwc and putwchar's argument is wchar_t, not wint_t. 2002-03-14 21:21:00 +00:00
putwchar.c putwc and putwchar's argument is wchar_t, not wint_t. 2002-03-14 21:21:00 +00:00
refill.c
remove.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
remove.c
rewind.c
rget.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
scanf.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
scanf.c * Move the prototype of __svfscanf from <stdio.h> to libc/stdio/local.h. 2002-05-24 22:17:20 +00:00
setbuf.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
setbuf.c
setbuffer.c
setvbuf.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
snprintf.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
sprintf.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
sscanf.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
stdio.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
stdio.c
tempnam.c casts to size_t 2001-06-21 21:17:10 +00:00
tmpfile.c
tmpnam.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
tmpnam.c
ungetc.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
ungetc.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
ungetwc.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
ungetwc.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
vasprintf.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
vfprintf.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
vfscanf.c * Move the prototype of __svfscanf from <stdio.h> to libc/stdio/local.h. 2002-05-24 22:17:20 +00:00
vprintf.c
vscanf.c * Move the prototype of __svfscanf from <stdio.h> to libc/stdio/local.h. 2002-05-24 22:17:20 +00:00
vsnprintf.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
vsprintf.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
vsscanf.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
wbuf.c - make FILE structure extensible without breaking binary-compatibility. 2001-12-07 11:47:40 +00:00
wcio.h g/c #if 0. 2001-12-07 12:18:53 +00:00
wsetup.c