freebsd-dev/lib/libc/stdio
Murray Stokely ac8b27d2ab Cross-reference the fdopen and fileno manpages.
PR:		docs/31866
Submitted by:	W. Campbell <wcampbel@botbay.net>
2001-11-14 16:24:51 +00:00
..
_flock_stub.c
asprintf.c
clrerr.c
fclose.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
fclose.c
fdopen.c Move all stdio internal flags processing and setting out of __sread(), 2001-09-02 19:10:10 +00:00
feof.c
ferror.3 Cross-reference the fdopen and fileno manpages. 2001-11-14 16:24:51 +00:00
ferror.c
fflush.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
fflush.c Re-arrange my funopen(3) fix to minimize differences with original stdio code, 2001-09-03 02:24:37 +00:00
fgetc.c
fgetln.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
fgetln.c
fgetpos.c
fgets.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
fgets.c
fileno.c
findfp.c Rip out the old __stdin/out/err stuff. It was completely 100% useless. :-( 2001-08-13 21:48:44 +00:00
flags.c
floatio.h
fopen.3 Cross-reference the fdopen and fileno manpages. 2001-11-14 16:24:51 +00:00
fopen.c Internal seeks are overoptimized. They should remember fp->_offset only for 2001-09-02 21:22:00 +00:00
fprintf.c
fpurge.c
fputc.c
fputs.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
fputs.c
fread.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
fread.c
freopen.c
fscanf.c
fseek.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
fseek.c In > LONG_MAX test use sseek return value and not _offset which can be not 2001-10-25 22:56:04 +00:00
fsetpos.c
ftell.c Move all stdio internal flags processing and setting out of __sread(), 2001-09-02 19:10:10 +00:00
funopen.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
funopen.c
fvwrite.c Re-arrange my funopen(3) fix to minimize differences with original stdio code, 2001-09-03 02:24:37 +00:00
fvwrite.h
fwalk.c
fwrite.c
getc.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
getc.c
getchar.c
gets.c
getw.c
glue.h
local.h Re-arrange my funopen(3) fix to minimize differences with original stdio code, 2001-09-03 02:24:37 +00:00
makebuf.c
Makefile.inc
mktemp.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
mktemp.c
perror.c
printf.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
printf.c
putc.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
putc.c
putchar.c
puts.c
putw.c
refill.c Re-arrange my funopen(3) fix to minimize differences with original stdio code, 2001-09-03 02:24:37 +00:00
remove.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
remove.c
rewind.c Save errno before function call and restore it on success (because many 2001-09-01 15:28:24 +00:00
rget.c
scanf.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
scanf.c
setbuf.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
setbuf.c
setbuffer.c
setvbuf.c When __SOPT is cleared, clear __SOFF too. 2001-09-03 02:35:10 +00:00
snprintf.c revert freeing of memory that gets allocated when str == NULL 2001-06-18 04:40:52 +00:00
sprintf.c revert freeing of memory that gets allocated when str == NULL 2001-06-18 04:40:52 +00:00
sscanf.c
stdio.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
stdio.c Help to recover from bad seek (i.e. negative or too big) happens beyond 2001-10-24 17:25:49 +00:00
tempnam.c
tmpfile.c Attempt to use the environment variable TMPDIR for the temporary 2001-07-07 04:08:32 +00:00
tmpnam.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
tmpnam.c
ungetc.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
ungetc.c Back out disabling ungetc() at 0, use different solution: 2001-09-01 01:56:54 +00:00
vasprintf.c
vfprintf.c Fixed style bugs in previous commit. 2001-10-15 04:29:06 +00:00
vfscanf.c
vprintf.c
vscanf.c
vsnprintf.c revert freeing of memory that gets allocated when str == NULL 2001-06-18 04:40:52 +00:00
vsprintf.c revert freeing of memory that gets allocated when str == NULL 2001-06-18 04:40:52 +00:00
vsscanf.c
wbuf.c
wsetup.c