Home
last modified time | relevance | path

Searched defs:stpncpy (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/string/
Dstpncpy.c38 stpncpy(char *dst, const char *src, size_t n) __overloadable in stpncpy() function
/bionic/libc/include/
Dstring.h276 char* stpncpy(char* __restrict const _Nonnull dst __pass_object_size, const char* __restrict const … in stpncpy() function
467 char* stpncpy(char* _Nonnull __restrict dst, const char* _Nonnull __restrict src, size_t n) { in stpncpy() function
/bionic/tests/
Dfortify_test.cpp822 TEST(TEST_NAME, stpncpy) { in TEST() argument
Dstring_test.cpp676 TEST(STRING_TEST, stpncpy) { in TEST() argument