freebsd-dev/lib/libc/stdio
Tim J. Robbins 79db40061f The ORIENTLOCK macro is no longer needed since all functions use
FLOCKFILE/FUNLOCKFILE explicitly.
2002-10-25 07:01:56 +00:00
..
_flock_stub.c
asprintf.c Back out previous and solve the problems a different way: move va_start/ 2002-09-26 13:09:48 +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 Add restrict type-qualifier. 2002-10-12 16:13:41 +00:00
fgets.3 Add restrict type-qualifier. 2002-10-12 16:13:41 +00:00
fgets.c Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), 2002-08-13 09:30:41 +00:00
fgetwc.c Set the error bit on the stream if an encoding error occurs. Improve 2002-10-16 12:09:43 +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 Give in on the __sF stuff. I have a better fix in mind that is future 2002-10-19 22:28:07 +00:00
flags.c
floatio.h
fopen.3 Add restrict type-qualifier. 2002-10-12 16:13:41 +00:00
fopen.c Add restrict type-qualifier. 2002-10-12 16:13:41 +00:00
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 Cross-reference between byte and wide-character stdio functions. Remove 2002-10-10 04:12:40 +00:00
fputs.c Add restrict type-qualifier. 2002-10-12 16:13:41 +00:00
fputwc.c Set the error bit on the stream if an encoding error occurs. Improve 2002-10-16 12:09:43 +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 Add restrict type-qualifier. 2002-10-12 16:13:41 +00:00
fread.c Add restrict type-qualifier. 2002-10-12 16:13:41 +00:00
freopen.c Add restrict type-qualifier. 2002-10-12 16:13:41 +00:00
fscanf.c Add restrict type-qualifier. 2002-10-12 16:13:41 +00:00
fseek.3 Add restrict type-qualifier. 2002-10-12 16:13:41 +00:00
fseek.c
fsetpos.c
ftell.c
funopen.3
funopen.c
fvwrite.c
fvwrite.h
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 Add restrict type-qualifier. 2002-10-12 16:13:41 +00:00
fwscanf.c Add implementations of wscanf() and related functions: fwscanf(), swscanf(), 2002-09-23 12:40:06 +00:00
getc.3 Cross-reference between byte and wide-character stdio functions. Remove 2002-10-10 04:12:40 +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 Cross-reference between byte and wide-character stdio functions. Remove 2002-10-10 04:12:40 +00:00
getwc.c Remove masking macros for getwc(), putwc(), putwchar() and getwchar(). 2002-09-28 07:43:44 +00:00
getwchar.c Remove masking macros for getwc(), putwc(), putwchar() and getwchar(). 2002-09-28 07:43:44 +00:00
glue.h
local.h The ORIENTLOCK macro is no longer needed since all functions use 2002-10-25 07:01:56 +00:00
makebuf.c
Makefile.inc Add implementations of wscanf() and related functions: fwscanf(), swscanf(), 2002-09-23 12:40:06 +00:00
mktemp.3
mktemp.c
perror.c
printf.3 Cross-reference fmtcheck(3). 2002-10-20 03:56:37 +00:00
printf.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
putc.3 Cross-reference between byte and wide-character stdio functions. Remove 2002-10-10 04:12:40 +00:00
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 Cross-reference between byte and wide-character stdio functions. Remove 2002-10-10 04:12:40 +00:00
putwc.c Remove masking macros for getwc(), putwc(), putwchar() and getwchar(). 2002-09-28 07:43:44 +00:00
putwchar.c Remove masking macros for getwc(), putwc(), putwchar() and getwchar(). 2002-09-28 07:43:44 +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 Add restrict type-qualifier. 2002-10-12 16:13:41 +00:00
scanf.c Add restrict type-qualifier. 2002-10-12 16:13:41 +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 Add restrict type-qualifier. 2002-10-12 16:13:41 +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
swscanf.c Add implementations of wscanf() and related functions: fwscanf(), swscanf(), 2002-09-23 12:40:06 +00:00
tempnam.c
tmpfile.c Ignore TMPDIR if the application is setugid. 2002-10-13 11:22:16 +00:00
tmpnam.3
tmpnam.c
ungetc.3 Cross-reference between byte and wide-character stdio functions. Remove 2002-10-10 04:12:40 +00:00
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 Set the error bit on the stream if an encoding error occurs. Improve 2002-10-16 12:09:43 +00:00
vasprintf.c Back out previous, free the buffer when __vfprintf() fails and don't bother 2002-09-26 13:11:24 +00:00
vfprintf.c Set the error bit on the stream if an encoding error occurs. Improve 2002-10-16 12:09:43 +00:00
vfscanf.c Fix off-by-one error when pushing back a multibyte sequence in 2002-10-17 13:04:00 +00:00
vfwprintf.c Set the error bit on the stream if an encoding error occurs. Improve 2002-10-16 12:09:43 +00:00
vfwscanf.c The field width for single-byte string conversions (%c, %s, %[) is the 2002-10-17 12:02:36 +00:00
vprintf.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
vscanf.c Add restrict type-qualifier. 2002-10-12 16:13:41 +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 Add restrict type-qualifier. 2002-10-12 16:13:41 +00:00
vswprintf.c Correctly handle the case where __vfwprintf() fails because it runs out 2002-09-26 08:26:16 +00:00
vswscanf.c Add implementations of wscanf() and related functions: fwscanf(), swscanf(), 2002-09-23 12:40:06 +00:00
vwprintf.c Add implementations of the wprintf() family of functions, which perform 2002-09-21 13:00:30 +00:00
vwscanf.c Add implementations of wscanf() and related functions: fwscanf(), swscanf(), 2002-09-23 12:40:06 +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
wscanf.3 Add cross-references between wide character and single-byte character 2002-09-24 09:22:47 +00:00
wscanf.c Add implementations of wscanf() and related functions: fwscanf(), swscanf(), 2002-09-23 12:40:06 +00:00
wsetup.c