1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/lib/libc/stdio
James Raynard b83100194d Code cleanup:-
The usual stuff, adding missing function prototypes, argument types,
return values, etc. In mktemp.c, convert pid from u_int to pid_t, and
get rid of "extern int errno".
1996-06-12 22:58:21 +00:00
..
asprintf.c Add an implementation of the gnu-ish asprintf() and vasprintf(). They are 1996-05-27 10:49:43 +00:00
clrerr.c
fclose.3
fclose.c
fdopen.c
feof.c
ferror.3
ferror.c Code cleanup:- 1996-06-12 22:56:41 +00:00
fflush.3
fflush.c
fgetc.c
fgetln.3
fgetln.c Code cleanup:- 1996-06-12 22:56:41 +00:00
fgetpos.c
fgets.3 Say what happens to the buffer when fgets() returns NULL. 1996-03-27 17:43:38 +00:00
fgets.c Since n is int now, sanity check must be n <= 0, not simple n == 0 1996-03-25 12:03:11 +00:00
fileno.c Code cleanup:- 1996-06-12 22:56:41 +00:00
findfp.c
flags.c Code cleanup:- 1996-06-12 22:56:41 +00:00
floatio.h
fopen.3 Added missing section numbers to a bunch of .Xr macros, or 1996-03-27 20:49:07 +00:00
fopen.c
fprintf.c Code cleanup:- 1996-06-12 22:56:41 +00:00
fpurge.c
fputc.c
fputs.3
fputs.c
fread.3 Fixed various problems: typos, grammer, missing include files 1996-05-23 01:05:25 +00:00
fread.c
freopen.c
fscanf.c
fseek.3
fseek.c
fsetpos.c Code cleanup:- 1996-06-12 22:58:21 +00:00
ftell.c Removed now-bogus casts that were to hide the inconsistency between the 1996-03-27 18:07:29 +00:00
funopen.3
funopen.c
fvwrite.c Code cleanup:- 1996-06-12 22:58:21 +00:00
fvwrite.h
fwalk.c Code cleanup:- 1996-06-12 22:58:21 +00:00
fwrite.c
getc.3 Fixed bogus cross references. 1996-03-27 17:54:40 +00:00
getc.c
getchar.c
gets.c
getw.c Code cleanup:- 1996-06-12 22:58:21 +00:00
glue.h
local.h
makebuf.c
Makefile.inc Fix bogus MLINKS line from vasprintf change. 1996-05-29 05:00:12 +00:00
mktemp.3 Fix a typo. 1996-05-01 22:49:36 +00:00
mktemp.c Code cleanup:- 1996-06-12 22:58:21 +00:00
perror.c
printf.3 Reword the sentence about the required space for the result string. 1996-06-09 06:48:42 +00:00
printf.c Code cleanup:- 1996-06-12 22:58:21 +00:00
putc.3
putc.c
putchar.c
puts.c
putw.c
refill.c Code cleanup:- 1996-06-12 22:58:21 +00:00
remove.3
remove.c
rewind.c
rget.c
scanf.3 Added missing section numbers to a bunch of .Xr macros, or 1996-03-27 20:49:07 +00:00
scanf.c
setbuf.3
setbuf.c
setbuffer.c
setvbuf.c
snprintf.c
sprintf.c
sscanf.c
stdio.3 Fixed various problems: typos, grammer, missing include files 1996-05-23 01:05:25 +00:00
stdio.c
tempnam.c
tmpfile.c
tmpnam.3 Added missing section numbers to a bunch of .Xr macros, or 1996-03-27 20:49:07 +00:00
tmpnam.c
ungetc.3
ungetc.c
vasprintf.c Add an implementation of the gnu-ish asprintf() and vasprintf(). They are 1996-05-27 10:49:43 +00:00
vfprintf.c The 4.4-lite vfprintf counted the %# hex prefix and the sign in 1996-03-20 18:28:48 +00:00
vfscanf.c
vprintf.c
vscanf.c
vsnprintf.c
vsprintf.c
vsscanf.c
wbuf.c
wsetup.c