Searched defs:stpncpy (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libc/string/ |
H A D | stpncpy.c | 34 stpncpy(char * __restrict dst, const char * __restrict src, size_t n) in stpncpy() function
|
/freebsd/lib/libc/amd64/string/ |
H A D | stpncpy.S | 36 .set stpncpy, __stpncpy define
|
/freebsd/include/ |
H A D | string.h | 79 char *(stpncpy)(char * __restrict, const char * __restrict, size_t); variable
|
/freebsd/include/ssp/ |
H A D | string.h | 130 #define stpncpy(dst, src, len) __ssp_bos_check3(stpncpy, dst, src, len) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 330 INTERCEPTOR(char *, stpncpy, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() argument
|