Home
last modified time | relevance | path

Searched refs:__strncpy_chk (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
Dfortify_strncpy_chk_test.cpp13 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/
Dfortify.c241 char *__strncpy_chk(char *dest, const char *src, size_t len, size_t dst_len) in __strncpy_chk() function
/third_party/musl/
Dlibc.map.txt231 __strncpy_chk;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def440 /// 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/
Ddependencies.txt65 __strcpy_chk __strncpy_chk __strcat_chk __strncat_chk