.. |
_flock_stub.c
|
To be consistent, use the __weak_reference macro from <sys/cdefs.h>
|
2001-04-10 04:11:50 +00:00 |
asprintf.c
|
libc MT-safety, part 2.
|
2001-02-11 22:06:43 +00:00 |
clrerr.c
|
|
|
fclose.3
|
.St -ansiC -> .St -isoC
|
2001-02-26 13:23:47 +00:00 |
fclose.c
|
libc MT-safety, part 2.
|
2001-02-11 22:06:43 +00:00 |
fdopen.c
|
|
|
feof.c
|
libc MT-safety, part 2.
|
2001-02-11 22:06:43 +00:00 |
ferror.3
|
.St -ansiC -> .St -isoC
|
2001-02-26 13:23:47 +00:00 |
ferror.c
|
libc MT-safety, part 2.
|
2001-02-11 22:06:43 +00:00 |
fflush.3
|
.St -ansiC -> .St -isoC
|
2001-02-26 13:23:47 +00:00 |
fflush.c
|
libc MT-safety, part 2.
|
2001-02-11 22:06:43 +00:00 |
fgetc.c
|
libc MT-safety, part 2.
|
2001-02-11 22:06:43 +00:00 |
fgetln.3
|
|
|
fgetln.c
|
libc MT-safety, part 2.
|
2001-02-11 22:06:43 +00:00 |
fgetpos.c
|
libc MT-safety, part 2.
|
2001-02-11 22:06:43 +00:00 |
fgets.3
|
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
|
2001-07-09 09:54:33 +00:00 |
fgets.c
|
|
|
fileno.c
|
libc MT-safety, part 2.
|
2001-02-11 22:06:43 +00:00 |
findfp.c
|
Place some hooks (__stdin, __stdout, __stderr) into libc for a future
|
2001-02-20 01:56:52 +00:00 |
flags.c
|
|
|
floatio.h
|
|
|
fopen.3
|
.St -ansiC -> .St -isoC
|
2001-02-26 13:23:47 +00:00 |
fopen.c
|
libc MT-safety, part 2.
|
2001-02-11 22:06:43 +00:00 |
fprintf.c
|
|
|
fpurge.c
|
|
|
fputc.c
|
|
|
fputs.3
|
.St -ansiC -> .St -isoC
|
2001-02-26 13:23:47 +00:00 |
fputs.c
|
|
|
fread.3
|
.St -ansiC -> .St -isoC
|
2001-02-26 13:23:47 +00:00 |
fread.c
|
|
|
freopen.c
|
libc MT-safety, part 2.
|
2001-02-11 22:06:43 +00:00 |
fscanf.c
|
|
|
fseek.3
|
.St -ansiC -> .St -isoC
|
2001-02-26 13:23:47 +00:00 |
fseek.c
|
Fix the current libc breakage in current:
|
2001-02-16 06:11:22 +00:00 |
fsetpos.c
|
|
|
ftell.c
|
|
|
funopen.3
|
|
|
funopen.c
|
|
|
fvwrite.c
|
|
|
fvwrite.h
|
|
|
fwalk.c
|
libc MT-safety, part 2.
|
2001-02-11 22:06:43 +00:00 |
fwrite.c
|
|
|
getc.3
|
.St -ansiC -> .St -isoC
|
2001-02-26 13:23:47 +00:00 |
getc.c
|
libc MT-safety, part 2.
|
2001-02-11 22:06:43 +00:00 |
getchar.c
|
|
|
gets.c
|
|
|
getw.c
|
|
|
glue.h
|
|
|
local.h
|
(cantwrite): do not allocate memory for a NULL string
|
2001-06-18 04:44:23 +00:00 |
makebuf.c
|
|
|
Makefile.inc
|
MAN[1-9] -> MAN.
|
2001-03-27 17:27:19 +00:00 |
mktemp.3
|
.St -ansiC -> .St -isoC
|
2001-02-26 13:23:47 +00:00 |
mktemp.c
|
|
|
perror.c
|
|
|
printf.3
|
mdoc(7) police: fixed/simplified formatting.
|
2001-07-04 11:59:14 +00:00 |
printf.c
|
|
|
putc.3
|
.St -ansiC -> .St -isoC
|
2001-02-26 13:23:47 +00:00 |
putc.c
|
|
|
putchar.c
|
|
|
puts.c
|
|
|
putw.c
|
|
|
refill.c
|
Fix style breakage.
|
2001-03-05 11:06:18 +00:00 |
remove.3
|
.St -ansiC -> .St -isoC
|
2001-02-26 13:23:47 +00:00 |
remove.c
|
|
|
rewind.c
|
|
|
rget.c
|
Fix style nit.
|
2001-03-05 11:10:12 +00:00 |
scanf.3
|
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
|
2001-07-09 09:54:33 +00:00 |
scanf.c
|
|
|
setbuf.3
|
.St -ansiC -> .St -isoC
|
2001-02-26 13:23:47 +00:00 |
setbuf.c
|
|
|
setbuffer.c
|
|
|
setvbuf.c
|
|
|
snprintf.c
|
revert freeing of memory that gets allocated when str == NULL
|
2001-06-18 04:40:52 +00:00 |
sprintf.c
|
revert freeing of memory that gets allocated when str == NULL
|
2001-06-18 04:40:52 +00:00 |
sscanf.c
|
Properly initialize a temporary FILE that is allocated off the stack.
|
2001-06-04 12:36:07 +00:00 |
stdio.3
|
.St -ansiC -> .St -isoC
|
2001-02-26 13:23:47 +00:00 |
stdio.c
|
|
|
tempnam.c
|
|
|
tmpfile.c
|
Attempt to use the environment variable TMPDIR for the temporary
|
2001-07-07 04:08:32 +00:00 |
tmpnam.3
|
Attempt to use the environment variable TMPDIR for the temporary
|
2001-07-07 04:08:32 +00:00 |
tmpnam.c
|
|
|
ungetc.3
|
.St -ansiC -> .St -isoC
|
2001-02-26 13:23:47 +00:00 |
ungetc.c
|
Fix the current libc breakage in current:
|
2001-02-16 06:11:22 +00:00 |
vasprintf.c
|
|
|
vfprintf.c
|
Remove freelists managed by Balloc/Bfree.
|
2001-02-15 22:12:50 +00:00 |
vfscanf.c
|
|
|
vprintf.c
|
|
|
vscanf.c
|
|
|
vsnprintf.c
|
revert freeing of memory that gets allocated when str == NULL
|
2001-06-18 04:40:52 +00:00 |
vsprintf.c
|
revert freeing of memory that gets allocated when str == NULL
|
2001-06-18 04:40:52 +00:00 |
vsscanf.c
|
|
|
wbuf.c
|
|
|
wsetup.c
|
|
|