NetBSD/lib/libc/stdio
wiz 71bd158b54 Mainly sort SEE ALSO, but also sort sections, and some punctuation and
paragraph fixes.
2001-09-16 02:17:15 +00:00
..
Makefile.inc Document getc_unlocked(3), getchar_unlocked(3), putc_unlocked(3) and 2001-04-25 22:06:53 +00:00
_fseeko.c XCU5: Add fseeko() and ftello() functions which provide the functionality of 2000-07-08 13:46:33 +00:00
_ftello.c XCU5: Add fseeko() and ftello() functions which provide the functionality of 2000-07-08 13:46:33 +00:00
asprintf.c Need an internal name for asprintf(3). 2001-04-13 14:18:09 +00:00
clrerr.c
fclose.3
fclose.c Do the lock *after* checking that the fp is valid. 2000-01-21 19:53:02 +00:00
fdopen.c This is for completeness only (to make fdopen symmetric with fopen and freopen) 2000-11-29 15:36:42 +00:00
feof.c
ferror.3 Boring whitespace fixes. 2001-09-16 02:08:55 +00:00
ferror.c
fflush.3 Mainly sort SEE ALSO, but also sort sections, and some punctuation and 2001-09-16 02:17:15 +00:00
fflush.c
fgetc.c
fgetln.3 Sprinkle some __restrict into stdio. 2000-12-29 15:22:48 +00:00
fgetln.c Delint. 2000-01-22 22:19:07 +00:00
fgetpos.c In fgetpos() and fsetpos(), use ftello() and fseeko(), respectively, to avoid 2000-07-08 13:51:27 +00:00
fgets.3 Mainly sort SEE ALSO, but also sort sections, and some punctuation and 2001-09-16 02:17:15 +00:00
fgets.c
fileno.c
findfp.c Just call fflush() from _cleanup(), since it does the right locking. 2000-01-21 19:55:02 +00:00
flags.c
floatio.h
fopen.3 Sprinkle some __restrict into stdio. 2000-12-29 15:22:48 +00:00
fopen.c make sure we preserve errno. 2000-11-29 15:30:20 +00:00
fprintf.c
fpurge.c Do the lock *after* checking that the fp is valid. 2000-01-21 19:53:02 +00:00
fputc.c
fputs.3 Mainly sort SEE ALSO, but also sort sections, and some punctuation and 2001-09-16 02:17:15 +00:00
fputs.c
fread.3 apparently ansi c only required fread(3) to return 0 if size or nmembs == 0. 2001-01-25 02:06:25 +00:00
fread.c apparently ansi c only required fread(3) to return 0 if size or nmembs == 0. 2001-01-25 02:06:25 +00:00
freopen.c Add checks for O_NDELAY [which indicates that we only want plain files], 2000-11-29 15:31:10 +00:00
fscanf.c
fseek.3 Boring whitespace fixes. 2001-09-16 02:08:55 +00:00
fseek.c
fseeko.c Oops, forgot to define weak aliases for public names. 2000-07-26 08:52:57 +00:00
fsetpos.c In fgetpos() and fsetpos(), use ftello() and fseeko(), respectively, to avoid 2000-07-08 13:51:27 +00:00
ftell.c
ftello.c Oops, forgot to define weak aliases for public names. 2000-07-26 08:52:57 +00:00
funopen.3 Boring whitespace fixes. 2001-09-16 02:08:55 +00:00
funopen.c
fvwrite.c
fvwrite.h
fwalk.c
fwrite.c apparently ansi c only required fread(3) to return 0 if size or nmembs == 0. 2001-01-25 02:06:25 +00:00
getc.3 Mainly sort SEE ALSO, but also sort sections, and some punctuation and 2001-09-16 02:17:15 +00:00
getc.c
getchar.c
gets.c
gettemp.c
getw.c
glue.h fix duplicate declaration of __glue. 2000-12-10 04:17:28 +00:00
local.h
makebuf.c
mkdtemp.c
mkstemp.c
mktemp.3 Draw attention to the fact that the created file/dir may not be readable 2001-06-22 20:09:05 +00:00
mktemp.c
perror.3
perror.c
printf.3 Mainly sort SEE ALSO, but also sort sections, and some punctuation and 2001-09-16 02:17:15 +00:00
printf.c
putc.3 Document getc_unlocked(3), getchar_unlocked(3), putc_unlocked(3) and 2001-04-25 22:06:53 +00:00
putc.c
putchar.c
puts.c
putw.c
refill.c
remove.3 Boring whitespace fixes. 2001-09-16 02:08:55 +00:00
remove.c
rewind.c Call __sclearerr(), nor clearerr(), so we don\`t try to double lock. 2000-01-21 19:54:13 +00:00
rget.c
scanf.3 Mainly sort SEE ALSO, but also sort sections, and some punctuation and 2001-09-16 02:17:15 +00:00
scanf.c
setbuf.3 Mainly sort SEE ALSO, but also sort sections, and some punctuation and 2001-09-16 02:17:15 +00:00
setbuf.c
setbuffer.c
setvbuf.c
snprintf.c Actually EINVAL fits the circumstances better. 2000-10-19 09:47:43 +00:00
sprintf.c
sscanf.c
stdio.3 Mainly sort SEE ALSO, but also sort sections, and some punctuation and 2001-09-16 02:17:15 +00:00
stdio.c
tempnam.c casts to size_t 2001-06-21 21:17:10 +00:00
tmpfile.c
tmpnam.3
tmpnam.c
ungetc.3 Mainly sort SEE ALSO, but also sort sections, and some punctuation and 2001-09-16 02:17:15 +00:00
ungetc.c
vasprintf.c
vfprintf.c * Move definitions of exact-width integer types from <machine/types.h> 2001-04-28 15:41:28 +00:00
vfscanf.c * Move definitions of exact-width integer types from <machine/types.h> 2001-04-28 15:41:28 +00:00
vprintf.c
vscanf.c
vsnprintf.c Actually EINVAL fits the circumstances better. 2000-10-19 09:47:43 +00:00
vsprintf.c
vsscanf.c
wbuf.c
wsetup.c