freebsd-nq/lib/libc/stdio
Dag-Erling Smørgrav 096ad1042a Don't forget to va_end() the va_list we get from va_copy().
Submitted by:	Sean McNeil <sean@mcneil.com>
MFC after:	3 days
2004-08-26 06:25:28 +00:00
..
_flock_stub.c
asprintf.c
clrerr.c
fclose.3
fclose.c
fdopen.c
feof.c
ferror.3
ferror.c
fflush.3
fflush.c Add commentary explaining why we return EBADF upon attempts to fflush() a 2004-07-04 20:17:00 +00:00
fgetc.c
fgetln.3 Add a cross reference to fgetwln(3). 2004-07-16 06:07:12 +00:00
fgetln.c Rename slbexpand() to __slbexpand() and make it available outside 2004-07-16 05:52:51 +00:00
fgetpos.c
fgets.3
fgets.c
fgetwc.c Call __mbrtowc() and __wcrtomb() directly instead of taking detours 2004-07-20 08:27:27 +00:00
fgetwln.3 Add fgetwln(), a wide character version of fgetln(). 2004-07-16 06:06:09 +00:00
fgetwln.c Fix an off-by-one bug that caused the first character of the buffer to 2004-08-06 17:00:09 +00:00
fgetws.3
fgetws.c Read directly from the stdio buffer using the new __mbsnrtowcs() interface 2004-07-21 12:12:48 +00:00
fileno.c
findfp.c Associate a multibyte conversion state object with each stream. Reset it 2004-05-22 15:19:41 +00:00
flags.c
floatio.h
flockfile.3
fopen.3
fopen.c
fprintf.c
fpurge.c
fputc.c
fputs.3
fputs.c
fputwc.c Call __mbrtowc() and __wcrtomb() directly instead of taking detours 2004-07-20 08:27:27 +00:00
fputws.3
fputws.c Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are 2004-07-21 10:54:57 +00:00
fread.3
fread.c
freopen.c Associate a multibyte conversion state object with each stream. Reset it 2004-05-22 15:19:41 +00:00
fscanf.c
fseek.3
fseek.c Associate a multibyte conversion state object with each stream. Reset it 2004-05-22 15:19:41 +00:00
fsetpos.c
ftell.c
funopen.3 Eliminate double whitespace. 2004-07-03 22:30:10 +00:00
funopen.c
fvwrite.c Rename cantwrite() to prepwrite(). The latter is less confusing, 2004-06-08 05:45:48 +00:00
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 Provide trivial macro implementations of getwc(), getwchar(), putwc() and 2004-05-25 10:42:52 +00:00
getwchar.c Provide trivial macro implementations of getwc(), getwchar(), putwc() and 2004-05-25 10:42:52 +00:00
glue.h
local.h Rename slbexpand() to __slbexpand() and make it available outside 2004-07-16 05:52:51 +00:00
makebuf.c
Makefile.inc Add fgetwln(), a wide character version of fgetln(). 2004-07-16 06:06:09 +00:00
mktemp.3
mktemp.c
perror.c
printf.3 Markup, grammar, and spelling fixes. 2004-06-30 20:09:10 +00:00
printf.c
putc.3
putc.c
putchar.c
puts.c
putw.c
putwc.3
putwc.c Provide trivial macro implementations of getwc(), getwchar(), putwc() and 2004-05-25 10:42:52 +00:00
putwchar.c Provide trivial macro implementations of getwc(), getwchar(), putwc() and 2004-05-25 10:42:52 +00:00
refill.c
remove.3
remove.c
rewind.c
rget.c
scanf.3
scanf.c
setbuf.3 note that it is the caller's responsibility to free any buffer passed 2004-08-24 21:48:21 +00:00
setbuf.c
setbuffer.c
setvbuf.c
snprintf.c
sprintf.c
sscanf.c
stdio.3 Mechanically kill hard sentence breaks. 2004-07-02 23:52:20 +00:00
stdio.c
swprintf.c
swscanf.c
tempnam.c
tmpfile.c
tmpnam.3 Spelling fixes. 2004-06-21 19:38:25 +00:00
tmpnam.c
ungetc.3
ungetc.c
ungetwc.3
ungetwc.c Call __mbrtowc() and __wcrtomb() directly instead of taking detours 2004-07-20 08:27:27 +00:00
unlocked.c
vasprintf.c
vfprintf.c Don't forget to va_end() the va_list we get from va_copy(). 2004-08-26 06:25:28 +00:00
vfscanf.c
vfwprintf.c Don't forget to va_end() the va_list we get from va_copy(). 2004-08-26 06:25:28 +00:00
vfwscanf.c Remove bogus FBSDID. 2004-05-02 20:13:29 +00:00
vprintf.c
vscanf.c
vsnprintf.c
vsprintf.c
vsscanf.c
vswprintf.c
vswscanf.c
vwprintf.c
vwscanf.c
wbuf.c Rename cantwrite() to prepwrite(). The latter is less confusing, 2004-06-08 05:45:32 +00:00
wprintf.3
wprintf.c
wscanf.3
wscanf.c
wsetup.c Set errno to EBADF on attempts to write to a stream that is not 2004-06-08 05:44:52 +00:00