Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libiberty/src/
H A Dstpncpy.c41 stpncpy (char *dst, const char *src, size_t len) in stpncpy() function
/openbsd/lib/libc/string/
H A Dstpncpy.c38 stpncpy(char *dst, const char *src, size_t n) in stpncpy() function
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp314 INTERCEPTOR(char *, stpncpy, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() argument
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1690 TEST(MemorySanitizer, stpncpy) { in TEST() argument