freebsd-skq/lib/libc/stdio
Konstantin Belousov 525cd732f9 Revert the rev. 1.4, it causes breakage on most arches except i386.
Remove the const qualifier from ap argument for __v2printf, that induced
that breakage, and seems to be the real reason for bad code. ap is modified
inside the __v2printf body by va_arg macro.

Pointy hat to:	kib
Approved by:	pjd (mentor)
2006-10-23 07:25:25 +00:00
..
_flock_stub.c
asprintf.c
clrerr.c
fclose.3 Markup fixes. 2006-09-17 21:27:35 +00:00
fclose.c
fcloseall.c Oops, correct the weak reference (s/fclose/fcloseall). 2006-04-22 16:47:59 +00:00
fdopen.c
feof.c
ferror.3
ferror.c
fflush.3
fflush.c
fgetc.c
fgetln.3
fgetln.c
fgetpos.c
fgets.3
fgets.c
fgetwc.c
fgetwln.3
fgetwln.c
fgetws.3
fgetws.c
fileno.c
findfp.c Remove alpha left-overs. 2006-08-22 08:03:01 +00:00
flags.c
floatio.h
flockfile.3
fopen.3
fopen.c
fprintf.c
fpurge.c
fputc.c
fputs.3
fputs.c
fputwc.c
fputws.3
fputws.c
fread.3
fread.c
freopen.c file == NULL: 2006-10-16 14:31:56 +00:00
fscanf.c
fseek.3
fseek.c
fsetpos.c
ftell.c
funopen.3
funopen.c
fvwrite.c
fvwrite.h
fwalk.c
fwide.3
fwide.c
fwprintf.c
fwrite.c
fwscanf.c
getc.3
getc.c
getchar.c
gets.c
getw.c
getwc.3
getwc.c
getwchar.c
glue.h
local.h Add fcloseall() to libc. This removes the need to export _cleanup(). 2006-04-22 15:09:15 +00:00
makebuf.c
Makefile.inc Add fcloseall() to libc. This removes the need to export _cleanup(). 2006-04-22 15:09:15 +00:00
mktemp.3
mktemp.c
perror.c
printf.3
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
scanf.c
setbuf.3
setbuf.c
setbuffer.c
setvbuf.c
snprintf.c
sprintf.c
sscanf.c
stdio.3
stdio.c
swprintf.c
swscanf.c
Symbol.map Now that libc has fcloseall(), remove _cleanup() from the list 2006-04-22 15:11:33 +00:00
tempnam.c
tmpfile.c
tmpnam.3
tmpnam.c
ungetc.3
ungetc.c
ungetwc.3
ungetwc.c
unlocked.c
vasprintf.c
vfprintf.c Use correct type in va_arg argument. 2006-09-21 14:40:20 +00:00
vfscanf.c
vfwprintf.c Use correct type in va_arg argument. 2006-09-21 14:40:20 +00:00
vfwscanf.c
vprintf.c
vscanf.c
vsnprintf.c
vsprintf.c
vsscanf.c
vswprintf.c
vswscanf.c
vwprintf.c
vwscanf.c
wbuf.c
wprintf.3
wprintf.c
wscanf.3
wscanf.c
wsetup.c
xprintf_errno.c
xprintf_float.c
xprintf_hexdump.c
xprintf_int.c
xprintf_quote.c
xprintf_str.c
xprintf_time.c
xprintf_vis.c
xprintf.c Revert the rev. 1.4, it causes breakage on most arches except i386. 2006-10-23 07:25:25 +00:00