freebsd-skq/lib/libc/stdio
Jason Evans 929273386f Add three-tier symbol naming in support of POSIX thread cancellation
points.  For library functions, the pattern is __sleep() <--
_libc_sleep() <-- sleep().  The arrows represent weak aliases.  For
system calls, the pattern is _read() <-- _libc_read() <-- read().
2000-01-12 09:23:48 +00:00
..
_flock_stub.c
asprintf.c
clrerr.c
fclose.3
fclose.c Make __sfp() even more thread-safe. 1999-11-21 22:34:57 +00:00
fdopen.c Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
feof.c
ferror.3
ferror.c
fflush.3
fflush.c
fgetc.c
fgetln.3
fgetln.c
fgetpos.c
fgets.3
fgets.c
fileno.c
findfp.c Make __sfp() (FILE allocator) thread-safe: added locking like in malloc(). 1999-11-20 14:01:48 +00:00
flags.c
floatio.h
fopen.3
fopen.c Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
fprintf.c
fpurge.c
fputc.c
fputs.3
fputs.c
fread.3
fread.c
freopen.c Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
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 Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
getw.c
glue.h
local.h
makebuf.c
Makefile.inc
mktemp.3 Fix HISTORY - the copyright header on the file of the GCC version was 1999-11-20 00:15:17 +00:00
mktemp.c Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
perror.c
printf.3
printf.c
putc.3
putc.c
putchar.c
puts.c
putw.c
refill.c
remove.3
remove.c
rewind.c
rget.c
scanf.3
scanf.c
setbuf.3
setbuf.c
setbuffer.c
setvbuf.c
snprintf.c
sprintf.c
sscanf.c
stdio.3
stdio.c Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
tempnam.c
tmpfile.c Add three-tier symbol naming in support of POSIX thread cancellation 2000-01-12 09:23:48 +00:00
tmpnam.3 Correct discrepancy between definition of argument to tempnam() and 2000-01-09 08:54:03 +00:00
tmpnam.c
ungetc.3
ungetc.c
vasprintf.c
vfprintf.c
vfscanf.c
vprintf.c
vscanf.c
vsnprintf.c
vsprintf.c
vsscanf.c
wbuf.c
wsetup.c