Home
last modified time | relevance | path

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

/freebsd-src/lib/libc/string/
H A Dstpncpy.c34 stpncpy(char * __restrict dst, const char * __restrict src, size_t n) in stpncpy() function
/freebsd-src/lib/libc/amd64/string/
H A Dstpncpy.S36 .set stpncpy, __stpncpy define
/freebsd-src/include/ssp/
H A Dstring.h122 #define stpncpy(dst, src, len) __ssp_bos_check3(stpncpy, global() macro
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp330 INTERCEPTOR(char *, stpncpy, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() argument