NetBSD/lib/libc/stdio
1998-11-15 17:16:27 +00:00
..
asprintf.c Make sure we free the buffer in all error cases. 1998-10-15 07:36:09 +00:00
clrerr.c
fclose.3
fclose.c Backed out previous fclose(NULL) change. 1998-10-18 23:48:18 +00:00
fdopen.c Need an internal name for fdopen(). 1998-10-13 14:07:04 +00:00
feof.c
ferror.3
ferror.c
fflush.3
fflush.c
fgetc.c
fgetln.3
fgetln.c Need an internal name for fgetln(). 1998-10-16 12:39:54 +00:00
fgetpos.c
fgets.3
fgets.c change len from size_t to int so that len = fp->_r does not get promoted 1998-11-15 17:15:18 +00:00
fileno.c
findfp.c Replace use of getdtablesize() with (the non-deprecated) sysconf(), hence no 1998-10-18 13:56:21 +00:00
flags.c
floatio.h
fopen.3
fopen.c
fprintf.c
fpurge.c
fputc.c
fputs.3
fputs.c
fread.3
fread.c
freopen.c
fscanf.c
fseek.3 Make the fseek() return value description match XSH5 (again). 1998-09-09 20:17:27 +00:00
fseek.c Sloppy stdio stream lock tracking. 1998-09-06 16:37:27 +00:00
fsetpos.c
ftell.c
funopen.3
funopen.c
fvwrite.c Allocate space exponentially, not linearly. 1998-10-15 07:10:38 +00:00
fvwrite.h s/c_plusplus/__cplusplus/ 1998-09-08 15:10:12 +00:00
fwalk.c
fwrite.c
getc.3
getc.c
getchar.c
gets.c
gettemp.c
getw.c
glue.h
local.h
makebuf.c st_blksize cannot be negative 1998-11-15 17:16:27 +00:00
Makefile.inc make sure asprintf and vasprintf get MLINKS to printf.3 1998-08-30 23:29:18 +00:00
mkdtemp.c
mkstemp.c
mktemp.3
mktemp.c
perror.3
perror.c Since perror() must be reentrant, change the storage class of the buffer used 1998-09-09 12:15:55 +00:00
printf.3 Document %ll[diouxX] as requested by <bgrayson@ece.utexas.edu> in PR 1998-09-14 21:10:18 +00:00
printf.c
putc.3
putc.c
putchar.c
puts.c Deploy stdio stream locking as necessary. 1998-09-07 14:37:13 +00:00
putw.c
refill.c
remove.3
remove.c Minor KNF nit. 1998-09-07 14:22:30 +00:00
rewind.c
rget.c
scanf.3
scanf.c
setbuf.3
setbuf.c
setbuffer.c
setvbuf.c
snprintf.c Need internal names for snprintf() and vsnprintf(). 1998-10-13 14:19:21 +00:00
sprintf.c
sscanf.c
stdio.3
stdio.c Need "namespace.h". 1998-10-14 11:56:28 +00:00
tempnam.c Need internal names for snprintf() and vsnprintf(). 1998-10-13 14:19:21 +00:00
tmpfile.c Need an internal name for fdopen(). 1998-10-13 14:07:04 +00:00
tmpnam.3
tmpnam.c Need internal names for snprintf() and vsnprintf(). 1998-10-13 14:19:21 +00:00
ungetc.3
ungetc.c Deploy stdio stream locking as necessary. 1998-09-07 14:37:13 +00:00
vasprintf.c Make sure we free the buffer in all error cases. 1998-10-15 07:36:09 +00:00
vfprintf.c Need internal names for isinf() and isnan(). 1998-10-13 14:43:36 +00:00
vfscanf.c Don't return immediately if EOF encountered while matching format string white 1998-10-25 18:25:43 +00:00
vprintf.c
vscanf.c
vsnprintf.c Need internal names for snprintf() and vsnprintf(). 1998-10-13 14:19:21 +00:00
vsprintf.c
vsscanf.c
wbuf.c
wsetup.c