1fe0d386cSPedro F. GiffuniFBSD_1.0 { 2fe0d386cSPedro F. Giffuni __chk_fail; 3fe0d386cSPedro F. Giffuni __stack_chk_fail; 4fe0d386cSPedro F. Giffuni __stack_chk_guard; 5fe0d386cSPedro F. Giffuni}; 6be04fec4SKyle Evans 7be04fec4SKyle EvansFBSD_1.8 { 8be04fec4SKyle Evans __fgets_chk; 9be04fec4SKyle Evans __memcpy_chk; 10be04fec4SKyle Evans __memmove_chk; 11*0c47b9c2SKyle Evans __mempcpy_chk; 12be04fec4SKyle Evans __memset_chk; 13be04fec4SKyle Evans __snprintf_chk; 14be04fec4SKyle Evans __sprintf_chk; 15be04fec4SKyle Evans __stpcpy_chk; 16be04fec4SKyle Evans __stpncpy_chk; 17be04fec4SKyle Evans __strcat_chk; 18be04fec4SKyle Evans __strcpy_chk; 19cf8e5289SKyle Evans __strlcat_chk; 20be04fec4SKyle Evans __strncat_chk; 21cf8e5289SKyle Evans __strlcpy_chk; 22be04fec4SKyle Evans __strncpy_chk; 23be04fec4SKyle Evans __vsnprintf_chk; 24be04fec4SKyle Evans __vsprintf_chk; 25be04fec4SKyle Evans}; 26