freebsd-src/lib/libc/stdio
Kyle Evans e55512504d Prepare the system for _FORTIFY_SOURCE
Notably:
- libc needs to #undef some of the macros from ssp/* for underlying
  implementations
- ssp/* wants a __RENAME() macro (snatched more or less from NetBSD)

There's some extra hinkiness included for read(), since libc spells it
as "_read" while the rest of the world spells it "read."

Reviewed by:	imp, ngie
Sponsored by:	Stormshield
Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D32307
2024-05-13 00:23:50 -05:00
..
_flock_stub.c
asprintf.c
clrerr.c
dprintf.c
fclose.3 fclose.3: remove a confusing sentence 2024-02-16 18:50:12 +00:00
fclose.c
fcloseall.c
fdopen.c
feof.c
ferror.3
ferror.c
fflush.3
fflush.c
fgetc.c
fgetln.3
fgetln.c
fgetpos.c
fgets.3
fgets.c Prepare the system for _FORTIFY_SOURCE 2024-05-13 00:23:50 -05:00
fgetwc.c
fgetwln.3
fgetwln.c
fgetws.3
fgetws.c
fileno.c
findfp.c
flags.c
floatio.h
flockfile.3
fmemopen.c
fopen.3
fopen.c
fopencookie.3
fopencookie.c
fprintf.c
fpurge.c
fputc.c
fputs.3
fputs.c
fputwc.c
fputws.3
fputws.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
fwide.3
fwide.c
fwprintf.c
fwrite.c
fwscanf.c
getc.3
getc.c
getchar.c
getdelim.c
getline.3
getline.c
gets_s.c
gets.c
getw.c
getwc.3
getwc.c
getwchar.c
glue.h
local.h
makebuf.c
Makefile.inc
mktemp.3
mktemp.c
open_memstream.3
open_memstream.c
open_wmemstream.c
perror.c
printf_l.3
printf-pos.c
printf.3
printf.c
printfcommon.h
printflocal.h
putc.3
putc.c
putchar.c
puts.c
putw.c
putwc.3
putwc.c
putwchar.c
refill.c
remove.3
remove.c
rewind.c
rget.c
scanf_l.3
scanf.3
scanf.c
setbuf.3
setbuf.c
setbuffer.c
setvbuf.c
snprintf.c Prepare the system for _FORTIFY_SOURCE 2024-05-13 00:23:50 -05:00
sprintf.c Prepare the system for _FORTIFY_SOURCE 2024-05-13 00:23:50 -05:00
sscanf.c
stdio.3
stdio.c
swprintf.c
swscanf.c
Symbol.map libc: don't try to export __sF 2024-04-16 22:14:20 +01:00
tempnam.c
tmpfile.c
tmpnam.3
tmpnam.c
ungetc.3
ungetc.c
ungetwc.3
ungetwc.c
vasprintf.c
vdprintf.c
vfprintf.c __vprintf(): switch from strerror() to strerror_rl() 2024-04-23 22:43:01 +03:00
vfscanf.c
vfwprintf.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
vfwscanf.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
vprintf.c
vscanf.c
vsnprintf.c Prepare the system for _FORTIFY_SOURCE 2024-05-13 00:23:50 -05:00
vsprintf.c Prepare the system for _FORTIFY_SOURCE 2024-05-13 00:23:50 -05:00
vsscanf.c
vswprintf.c
vswscanf.c
vwprintf.c
vwscanf.c
wbuf.c
wprintf.3
wprintf.c
wscanf.3
wscanf.c
wsetup.c
xprintf_errno.c libc printf_render_errno(): do not use strerror() 2024-04-23 22:44:07 +03:00
xprintf_float.c
xprintf_hexdump.c
xprintf_int.c
xprintf_quote.c
xprintf_str.c
xprintf_time.c
xprintf_vis.c
xprintf.c