This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
NetBSD
/
lib
/
libc
/
stdio
History
mycroft
605490369c
Delint.
...
Remove trailing ; from uses of __weak_alias(). The macro inserts this if needed.
2000-01-22 22:19:07 +00:00
..
asprintf.c
…
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
Delint.
2000-01-22 22:19:07 +00:00
feof.c
…
ferror.3
…
ferror.c
…
fflush.3
…
fflush.c
…
fgetc.c
…
fgetln.3
…
fgetln.c
Delint.
2000-01-22 22:19:07 +00:00
fgetpos.c
…
fgets.3
…
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
…
fopen.c
…
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
…
fputs.c
…
fread.3
…
fread.c
…
freopen.c
…
fscanf.c
…
fseek.3
…
fseek.c
…
fsetpos.c
…
ftell.c
…
funopen.3
…
funopen.c
…
fvwrite.c
…
fvwrite.h
…
fwalk.c
…
fwrite.c
…
getc.3
…
getc.c
…
getchar.c
…
gets.c
…
gettemp.c
…
getw.c
…
glue.h
…
local.h
…
makebuf.c
…
Makefile.inc
…
mkdtemp.c
…
mkstemp.c
…
mktemp.3
…
mktemp.c
…
perror.3
…
perror.c
…
printf.3
…
printf.c
…
putc.3
…
putc.c
…
putchar.c
…
puts.c
…
putw.c
…
refill.c
…
remove.3
…
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
…
scanf.c
…
setbuf.3
…
setbuf.c
…
setbuffer.c
…
setvbuf.c
…
snprintf.c
Delint.
2000-01-22 22:19:07 +00:00
sprintf.c
…
sscanf.c
…
stdio.3
…
stdio.c
…
tempnam.c
…
tmpfile.c
…
tmpnam.3
…
tmpnam.c
…
ungetc.3
…
ungetc.c
…
vasprintf.c
…
vfprintf.c
…
vfscanf.c
Need to include "reentrant.h" for FLOCKFILE macros.
2000-01-21 23:12:33 +00:00
vprintf.c
…
vscanf.c
…
vsnprintf.c
Delint.
2000-01-22 22:19:07 +00:00
vsprintf.c
…
vsscanf.c
…
wbuf.c
…
wsetup.c
…