freebsd-skq/lib/libc/stdio
kib e6083a98d8 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 With current pthread implementations, a mutex initialization will 2005-12-16 02:50:53 +00:00
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 Add missing #if's for NO_FLOATING_POINT 2006-04-01 19:06:54 +00:00
vfwprintf.c Use correct type in va_arg argument. 2006-09-21 14:40:20 +00:00
vfwscanf.c Add missing #if's for NO_FLOATING_POINT 2006-04-01 19:06:54 +00:00
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 Make the %V{is} extension handle a NULL pointer like %s does: output "(null)" 2006-01-25 12:45:24 +00:00
xprintf_float.c Add an extensible version of our *printf(3) implementation to libc 2005-12-16 18:56:39 +00:00
xprintf_hexdump.c Add an extensible version of our *printf(3) implementation to libc 2005-12-16 18:56:39 +00:00
xprintf_int.c Explicitely use a "signed char" instead of a "char", for those archs where 2005-12-22 14:23:54 +00:00
xprintf_quote.c Fix the %Q printf extension to behave as expected 2006-03-02 08:53:45 +00:00
xprintf_str.c Add an extensible version of our *printf(3) implementation to libc 2005-12-16 18:56:39 +00:00
xprintf_time.c Remove spurious "union arg" from printf.h 2006-02-04 14:35:01 +00:00
xprintf_vis.c Make the %V{is} extension handle a NULL pointer like %s does: output "(null)" 2006-01-25 12:45:24 +00:00
xprintf.c Revert the rev. 1.4, it causes breakage on most arches except i386. 2006-10-23 07:25:25 +00:00