NetBSD/lib/libc/ssp
joerg a00bc98930 Provide explicit prototypes in case HAVE_SSP=no. 2014-09-17 00:39:28 +00:00
..
Makefile.inc add __stpncpy_chk 2014-04-06 19:29:37 +00:00
__builtin_object_size.3
fgets_chk.c
gets_chk.c avoid linker warning for compat symbols that are used internally in libc, 2013-10-04 20:49:16 +00:00
memcpy_chk.c Provide explicit prototypes in case HAVE_SSP=no. 2014-09-17 00:39:28 +00:00
memmove_chk.c Provide explicit prototypes in case HAVE_SSP=no. 2014-09-17 00:39:28 +00:00
memset_chk.c Provide explicit prototypes in case HAVE_SSP=no. 2014-09-17 00:39:28 +00:00
snprintf_chk.c
sprintf_chk.c
ssp.3 we don't support stpncpy until gcc does 2013-11-07 02:01:42 +00:00
stpcpy_chk.c fix incorrect bounds check 2014-04-06 19:29:25 +00:00
stpncpy_chk.c handle old gcc 2013-11-06 16:58:58 +00:00
strcat_chk.c Provide explicit prototypes in case HAVE_SSP=no. 2014-09-17 00:39:28 +00:00
strcpy_chk.c Provide explicit prototypes in case HAVE_SSP=no. 2014-09-17 00:39:28 +00:00
strncat_chk.c Provide explicit prototypes in case HAVE_SSP=no. 2014-09-17 00:39:28 +00:00
strncpy_chk.c Provide explicit prototypes in case HAVE_SSP=no. 2014-09-17 00:39:28 +00:00
vsnprintf_chk.c
vsprintf_chk.c