Home
last modified time | relevance | path

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

/freebsd/lib/libc/string/
H A Dstpncpy.c34 stpncpy(char * __restrict dst, const char * __restrict src, size_t n) in stpncpy() function
/freebsd/lib/libc/amd64/string/
H A Dstpncpy.S36 .set stpncpy, __stpncpy define
/freebsd/include/
H A Dstring.h79 char *(stpncpy)(char * __restrict, const char * __restrict, size_t); variable
/freebsd/include/ssp/
H A Dstring.h130 #define stpncpy(dst, src, len) __ssp_bos_check3(stpncpy, dst, src, len) macro
/freebsd/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