freebsd-dev/lib/libc/stdio
2002-09-21 14:25:58 +00:00
..
_flock_stub.c
asprintf.c Leave room for a trailing NUL not a NULL, that's not an ASCII character. 2002-08-19 03:52:36 +00:00
clrerr.c
fclose.3
fclose.c
fdopen.c
feof.c
ferror.3
ferror.c
fflush.3
fflush.c
fgetc.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
fgetln.3
fgetln.c
fgetpos.c
fgets.3 Grammar fix: "contents" is plural. 2002-05-31 05:01:17 +00:00
fgets.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
fgetwc.c Introduce unlocked versions of fputwc() and fgetwc() called __fputwc() 2002-09-20 13:20:41 +00:00
fgetws.3 Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
fgetws.c Lock the file once per call and use the unlocked fgetwc()/fputwc() variants. 2002-09-20 13:25:40 +00:00
fileno.c
findfp.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
flags.c
floatio.h
fopen.3
fopen.c
fprintf.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
fpurge.c
fputc.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
fputs.3
fputs.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
fputwc.c Introduce unlocked versions of fputwc() and fgetwc() called __fputwc() 2002-09-20 13:20:41 +00:00
fputws.3 Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
fputws.c Lock the file once per call and use the unlocked fgetwc()/fputwc() variants. 2002-09-20 13:25:40 +00:00
fread.3
fread.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
freopen.c
fscanf.c Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
fseek.3 Note that fseeko() and ftello() are standard in 1003.1-2001. 2002-07-15 19:42:25 +00:00
fseek.c
fsetpos.c
ftell.c
funopen.3
funopen.c Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
fvwrite.c
fvwrite.h Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
fwalk.c
fwide.3 FreeBSD-ify: use In macro for header files in Synopsis, St C-99 instead of 2002-08-13 10:47:17 +00:00
fwide.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
fwprintf.c Add implementations of the wprintf() family of functions, which perform 2002-09-21 13:00:30 +00:00
fwrite.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
getc.3 mdoc(7) police: fix markup for types. 2002-05-29 15:42:59 +00:00
getc.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
getchar.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
gets.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
getw.c
getwc.3 FreeBSD-ify: use In macro for header files in Synopsis, St C-99 instead of 2002-08-13 10:47:17 +00:00
getwc.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
getwchar.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
glue.h
local.h Add implementations of the wprintf() family of functions, which perform 2002-09-21 13:00:30 +00:00
makebuf.c
Makefile.inc Add implementations of the wprintf() family of functions, which perform 2002-09-21 13:00:30 +00:00
mktemp.3
mktemp.c Correct a check for NUL. 2002-05-27 19:27:43 +00:00
perror.c
printf.3 Implement the %ls and %lc conversions for printing wide character strings 2002-09-19 12:50:28 +00:00
printf.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
putc.3
putc.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
putchar.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
puts.c
putw.c
putwc.3 FreeBSD-ify: use In macro for header files in Synopsis, St C-99 instead of 2002-08-13 10:47:17 +00:00
putwc.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
putwchar.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
refill.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
remove.3
remove.c
rewind.c
rget.c
scanf.3 mdoc(7) police: markup nits. 2002-05-30 09:53:47 +00:00
scanf.c Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
setbuf.3 Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
setbuf.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
setbuffer.c
setvbuf.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
snprintf.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
sprintf.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
sscanf.c Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
stdio.3 Add implementations of the wprintf() family of functions, which perform 2002-09-21 13:00:30 +00:00
stdio.c
swprintf.c Add implementations of the wprintf() family of functions, which perform 2002-09-21 13:00:30 +00:00
tempnam.c
tmpfile.c
tmpnam.3
tmpnam.c
ungetc.3
ungetc.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
ungetwc.3 Remove the Bugs section, which is not relevant to FreeBSD: there is no 2002-08-13 10:50:22 +00:00
ungetwc.c Lock and unlock the file once per call and use the unlocked version of 2002-09-20 13:23:26 +00:00
vasprintf.c o Merge <machine/ansi.h> and <machine/types.h> into a new header 2002-08-21 16:20:02 +00:00
vfprintf.c Implement the %ls and %lc conversions for printing wide character strings 2002-09-19 12:50:28 +00:00
vfscanf.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
vfwprintf.c Add implementations of the wprintf() family of functions, which perform 2002-09-21 13:00:30 +00:00
vprintf.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
vscanf.c o Merge <machine/ansi.h> and <machine/types.h> into a new header 2002-08-21 16:20:02 +00:00
vsnprintf.c Fix vsnprintf(3) memory leak for size == 0. 2002-09-17 11:28:24 +00:00
vsprintf.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
vsscanf.c o Merge <machine/ansi.h> and <machine/types.h> into a new header 2002-08-21 16:20:02 +00:00
vswprintf.c Add implementations of the wprintf() family of functions, which perform 2002-09-21 13:00:30 +00:00
vwprintf.c Add implementations of the wprintf() family of functions, which perform 2002-09-21 13:00:30 +00:00
wbuf.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
wprintf.3 Delete stray reference to vsnprintf(). 2002-09-21 14:25:58 +00:00
wprintf.c Add implementations of the wprintf() family of functions, which perform 2002-09-21 13:00:30 +00:00
wsetup.c