Home
last modified time | relevance | path

Searched defs:strncpy (Results 1 – 6 of 6) sorted by relevance

/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrncpy.c42 strncpy(char *dst, const char *src, size_t n) in strncpy() function
/aosp12/system/chre/apps/test/chqts/src/shared/
H A Dnano_string.cc55 char *strncpy(char *dest, const char *src, size_t len) { in strncpy() function
/aosp12/bionic/libc/arch-x86/
H A Ddynamic_function_dispatch.cpp77 DEFINE_IFUNC_FOR(strncpy) { in DEFINE_IFUNC_FOR() argument
/aosp12/bionic/libc/include/bits/fortify/
H A Dstring.h174 char* strncpy(char* const dst __pass_object_size, const char* const src __pass_object_size, size_t … in strncpy() function
/aosp12/bionic/tests/
H A Dfortify_test.cpp866 TEST(TEST_NAME, strncpy) { in TEST() argument
H A Dstring_test.cpp716 TEST(STRING_TEST, strncpy) { in TEST() argument