NetBSD/lib/libc/stdio
kleink 5a4d11e445 Upon an attempt to write to a stream that can't be written to, set errno
to EBADF.
1997-05-03 09:01:48 +00:00
..
Makefile.inc RCSid police 1997-04-02 12:50:23 +00:00
clrerr.c
fclose.3
fclose.c
fdopen.c
feof.c
ferror.3
ferror.c
fflush.3
fflush.c
fgetc.c
fgetln.3
fgetln.c
fgetpos.c
fgets.3 fix pr-2664, second param to fgets is int not size_t, from SAITOH Masanobu 1997-01-17 02:38:19 +00:00
fgets.c
fileno.c
findfp.c
flags.c pull in local.h for prototypes. first arg to __sflags() is const char * 1996-12-20 20:26:00 +00:00
floatio.h
fopen.3
fopen.c
fprintf.c
fpurge.c
fputc.c
fputs.3
fputs.c
fread.3
fread.c
freopen.c Change suggested by Chris Torek to fix problem freopen()ing with a closed 1996-05-04 19:25:19 +00:00
fscanf.c
fseek.3 alternate -> alternative, per PR 2643 1997-03-08 13:36:38 +00:00
fseek.c
fsetpos.c
ftell.c
funopen.3 xref lseek(2) instead of seek(2); PR lib/2750 1997-01-23 08:10:04 +00:00
funopen.c
fvwrite.c Upon an attempt to write to a stream that can't be written to, set errno 1997-05-03 09:01:48 +00:00
fvwrite.h
fwalk.c
fwrite.c
getc.3
getc.c
getchar.c
gets.c
getw.c
glue.h
local.h
makebuf.c
mktemp.3 * clarify that tempnam and tmpnam still have problems 1997-03-24 11:39:10 +00:00
mktemp.c use lstat() instead of stat() when checking for existance. 1997-04-08 06:14:39 +00:00
perror.3
perror.c - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions. 1997-01-23 14:01:45 +00:00
printf.3 alternate -> alternative, per PR 2643 1997-03-08 13:36:38 +00:00
printf.c
putc.3
putc.c
putchar.c
puts.c
putw.c
refill.c Cute little bug with operator precedence in our stdio code. It appears 1996-08-13 07:54:00 +00:00
remove.3
remove.c
rewind.c
rget.c
scanf.3
scanf.c
setbuf.3
setbuf.c
setbuffer.c
setvbuf.c
snprintf.c
sprintf.c
sscanf.c
stdio.3 typo: DV -> Dv 1996-05-05 19:21:20 +00:00
stdio.c
tempnam.c add warn_refs for mktemp(), tempnam(), and tmpnam() since most code 1997-03-16 05:00:38 +00:00
tmpfile.c
tmpnam.3 * clarify that tempnam and tmpnam still have problems 1997-03-24 11:39:10 +00:00
tmpnam.c add warn_refs for mktemp(), tempnam(), and tmpnam() since most code 1997-03-16 05:00:38 +00:00
ungetc.3
ungetc.c
vfprintf.c Upon an attempt to write to a stream that can't be written to, set errno 1997-05-03 09:01:48 +00:00
vfscanf.c
vprintf.c
vscanf.c
vsnprintf.c
vsprintf.c
vsscanf.c
wbuf.c Upon an attempt to write to a stream that can't be written to, set errno 1997-05-03 09:01:48 +00:00
wsetup.c