Searched refs:__strcpy_chk (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/lib/libc/ssp/ |
| D | strcpy_chk.c | 41 char *__strcpy_chk(char * __restrict, const char * __restrict, size_t); 44 __strcpy_chk(char * __restrict dst, const char * __restrict src, size_t slen) in __strcpy_chk() function
|
| /netbsd/src/external/gpl3/gcc/dist/libssp/ |
| D | ssp.map | 15 __strcpy_chk;
|
| D | strcpy-chk.c | 44 __strcpy_chk (char *__restrict__ dest, const char *__restrict__ src, in __strcpy_chk() function
|
| /netbsd/src/include/ssp/ |
| D | string.h | 43 char *__strcpy_chk(char *, const char *, size_t);
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | builtins.def | 983 DEF_EXT_LIB_BUILTIN (BUILT_IN_STRCPY_CHK, "__strcpy_chk", BT_FN_STRING_STRING_CONST_STRING_SIZE,…
|