freebsd-nq/lib/libc/stdio
Peter Wemm 64a965e707 Replace my original asprintf() and vasprintf() hacks with something
more cleanly integrated with stdio.  This should be faster and cleaner
since it doesn't memcpy() the data into a seperate buffer.  This lets
stdio allocate and manage the buffer and then hand it over to the user.

Obtained from: Todd Miller <Todd.Miller@courtesan.com> via OpenBSD
1998-07-08 00:44:56 +00:00
..
_flock_stub.c Remove leading underscores for the functions (weak symbols here) that 1998-05-05 21:56:42 +00:00
asprintf.c Replace my original asprintf() and vasprintf() hacks with something 1998-07-08 00:44:56 +00:00
clrerr.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
fclose.3
fclose.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
fdopen.c
feof.c
ferror.3
ferror.c
fflush.3
fflush.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
fgetc.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
fgetln.3
fgetln.c
fgetpos.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
fgets.3
fgets.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
fileno.c
findfp.c
flags.c
floatio.h
fopen.3
fopen.c
fprintf.c
fpurge.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
fputc.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
fputs.3
fputs.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
fread.3
fread.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
freopen.c
fscanf.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
fseek.3
fseek.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
fsetpos.c
ftell.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
funopen.3
funopen.c
fvwrite.c Replace my original asprintf() and vasprintf() hacks with something 1998-07-08 00:44:56 +00:00
fvwrite.h
fwalk.c
fwrite.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
getc.3
getc.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
getchar.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
gets.c
getw.c
glue.h
local.h
makebuf.c
Makefile.inc Remote the NetBSD kludge for vfprintf.c 1998-05-08 05:17:11 +00:00
mktemp.3
mktemp.c Fix a nasty flaw as a result of using the arc4random() pre-seeding of 1998-04-14 07:25:05 +00:00
perror.c
printf.3 Replace my original asprintf() and vasprintf() hacks with something 1998-07-08 00:44:56 +00:00
printf.c
putc.3
putc.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
putchar.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
puts.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
putw.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
refill.c
remove.3
remove.c
rewind.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
rget.c
scanf.3
scanf.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
setbuf.3
setbuf.c
setbuffer.c
setvbuf.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
snprintf.c
sprintf.c
sscanf.c
stdio.3
stdio.c
tempnam.c
tmpfile.c
tmpnam.3
tmpnam.c
ungetc.3
ungetc.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
vasprintf.c Replace my original asprintf() and vasprintf() hacks with something 1998-07-08 00:44:56 +00:00
vfprintf.c Don't assign the va_list variable 'ap' directly to the argtable because 1998-05-08 05:10:32 +00:00
vfscanf.c
vprintf.c
vscanf.c Add FILE locking stubs for libc. 1998-04-11 07:40:47 +00:00
vsnprintf.c
vsprintf.c
vsscanf.c
wbuf.c
wsetup.c