Searched refs:__strncpy_chk (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
D | fortify_strncpy_chk_test.cpp | 13 extern "C" void __strncpy_chk(char* dest, const char* src, size_t len, size_t dst_len); 25 __strncpy_chk(dstChar, srcChar, BUF_SIZE, BUF_SIZE); 41 __strncpy_chk(dstChar, srcChar, BUF_SIZE, static_cast<size_t>(-1));
|
/third_party/musl/porting/linux/user/src/fortify/ |
D | fortify.c | 241 char *__strncpy_chk(char *dest, const char *src, size_t len, size_t dst_len) in __strncpy_chk() function
|
/third_party/musl/ |
D | libc.map.txt | 231 __strncpy_chk;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 440 /// char *__strncpy_chk(char *s1, const char *s2, size_t n, size_t s1size); 442 TLI_DEFINE_STRING_INTERNAL("__strncpy_chk")
|
/third_party/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 65 __strcpy_chk __strncpy_chk __strcat_chk __strncat_chk
|