NetBSD/lib/libc/stdio
kleink 8e8595b01c Need to wrap stdio stream locking around the function body. On the bright
side, getchar_unlocked() can now be used instead of getchar().
1998-11-20 14:49:19 +00:00
..
Makefile.inc make sure asprintf and vasprintf get MLINKS to printf.3 1998-08-30 23:29:18 +00:00
asprintf.c delint 1998-11-15 17:19:53 +00:00
clrerr.c Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio 1998-01-19 07:38:41 +00:00
fclose.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
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 Deploy stdio stream locking. 1998-11-20 14:44:14 +00:00
ferror.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
ferror.c Deploy stdio stream locking. 1998-11-20 14:44:14 +00:00
fflush.3 first pass at fixing up capitalization of function names and 1998-08-29 08:32:32 +00:00
fflush.c remove obsolete register declarations 1998-02-03 18:38:12 +00:00
fgetc.c Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio 1998-01-19 07:38:41 +00:00
fgetln.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
fgetln.c delint 1998-11-15 17:19:53 +00:00
fgetpos.c
fgets.3 Implement a new manual page category ``SECURITY CONSIDERATIONS'' 1998-06-08 12:41:41 +00:00
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 Deploy stdio stream locking. 1998-11-20 14:44:14 +00:00
findfp.c delint 1998-11-15 17:19:53 +00:00
flags.c remove obsolete register declarations 1998-02-03 18:38:12 +00:00
floatio.h
fopen.3 fix mdoc references and other mistakes 1998-04-28 20:58:00 +00:00
fopen.c remove obsolete register declarations 1998-02-03 18:38:12 +00:00
fprintf.c
fpurge.c remove obsolete register declarations 1998-02-03 18:38:12 +00:00
fputc.c remove obsolete register declarations 1998-02-03 18:38:12 +00:00
fputs.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
fputs.c delint 1998-11-15 17:19:53 +00:00
fread.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
fread.c remove obsolete register declarations 1998-02-03 18:38:12 +00:00
freopen.c remove obsolete register declarations 1998-02-03 18:38:12 +00:00
fscanf.c
fseek.3 Make the fseek() return value description match XSH5 (again). 1998-09-09 20:17:27 +00:00
fseek.c delint 1998-11-15 17:19:53 +00:00
fsetpos.c
ftell.c delint 1998-11-15 17:19:53 +00:00
funopen.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
funopen.c delint 1998-11-15 17:19:53 +00:00
fvwrite.c delint 1998-11-15 17:19:53 +00:00
fvwrite.h s/c_plusplus/__cplusplus/ 1998-09-08 15:10:12 +00:00
fwalk.c remove obsolete register declarations 1998-02-03 18:38:12 +00:00
fwrite.c delint 1998-11-15 17:19:53 +00:00
getc.3 fix mdoc references and other mistakes 1998-04-28 20:58:00 +00:00
getc.c Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio 1998-01-19 07:38:41 +00:00
getchar.c Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio 1998-01-19 07:38:41 +00:00
gets.c Need to wrap stdio stream locking around the function body. On the bright 1998-11-20 14:49:19 +00:00
gettemp.c Add a mktempdir(), like mkstemp(), but it creates a directory. 1998-07-27 16:05:07 +00:00
getw.c
glue.h
local.h Add a mktempdir(), like mkstemp(), but it creates a directory. 1998-07-27 16:05:07 +00:00
makebuf.c st_blksize cannot be negative 1998-11-15 17:16:27 +00:00
mkdtemp.c Actually, FreeBSD calls this mkdtemp(). No point in creating a new name. 1998-07-27 16:12:01 +00:00
mkstemp.c Add a mktempdir(), like mkstemp(), but it creates a directory. 1998-07-27 16:05:07 +00:00
mktemp.3 Update the date on this man page. 1998-07-28 17:11:12 +00:00
mktemp.c Mention mkdtemp() in the warnings. 1998-07-27 16:39:11 +00:00
perror.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
perror.c revert previous change; this reveals another bug in lints LINTED option. 1998-11-17 16:13:59 +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 Fix RCSID's 1997-07-13 20:15:17 +00:00
putc.3 first pass at fixing up capitalization of function names and 1998-08-29 08:32:32 +00:00
putc.c Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio 1998-01-19 07:38:41 +00:00
putchar.c Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio 1998-01-19 07:38:41 +00:00
puts.c delint 1998-11-15 17:19:53 +00:00
putw.c Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio 1998-01-22 06:35:01 +00:00
refill.c remove obsolete register declarations 1998-02-03 18:38:12 +00:00
remove.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
remove.c Minor KNF nit. 1998-09-07 14:22:30 +00:00
rewind.c Oops, don't need <errno.h> any more. 1998-11-18 21:13:46 +00:00
rget.c remove obsolete register declarations 1998-02-03 18:38:12 +00:00
scanf.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
scanf.c Fix RCSID's 1997-07-13 20:15:17 +00:00
setbuf.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
setbuf.c Fix RCSID's 1997-07-13 20:15:17 +00:00
setbuffer.c delint 1998-11-15 17:19:53 +00:00
setvbuf.c remove obsolete register declarations 1998-02-03 18:38:12 +00:00
snprintf.c Need internal names for snprintf() and vsnprintf(). 1998-10-13 14:19:21 +00:00
sprintf.c Fix RCSID's 1997-07-13 20:15:17 +00:00
sscanf.c delint 1998-11-15 17:19:53 +00:00
stdio.3 fix mdoc references and other mistakes 1998-04-28 20:58:00 +00:00
stdio.c delint 1998-11-15 17:19:53 +00:00
tempnam.c delint 1998-11-15 17:19:53 +00:00
tmpfile.c Need an internal name for fdopen(). 1998-10-13 14:07:04 +00:00
tmpnam.3 Implement a new manual page category ``SECURITY CONSIDERATIONS'' 1998-06-08 12:41:41 +00:00
tmpnam.c Need internal names for snprintf() and vsnprintf(). 1998-10-13 14:19:21 +00:00
ungetc.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
ungetc.c delint 1998-11-15 17:19:53 +00:00
vasprintf.c delint 1998-11-15 17:19:53 +00:00
vfprintf.c This is ugly. There is a const castaway inside the print macro, so we cannot 1998-11-15 17:19:05 +00:00
vfscanf.c delint 1998-11-15 17:19:53 +00:00
vprintf.c Fix RCSID's 1997-07-13 20:15:17 +00:00
vscanf.c Fix RCSID's 1997-07-13 20:15:17 +00:00
vsnprintf.c Need internal names for snprintf() and vsnprintf(). 1998-10-13 14:19:21 +00:00
vsprintf.c Fix RCSID's 1997-07-13 20:15:17 +00:00
vsscanf.c delint 1998-11-15 17:19:53 +00:00
wbuf.c remove obsolete register declarations 1998-02-03 18:38:12 +00:00
wsetup.c remove obsolete register declarations 1998-02-03 18:38:12 +00:00