Searched defs:strncpy (Results 1 – 10 of 10) sorted by relevance
/freebsd/lib/libc/amd64/string/ |
H A D | strncpy.c | 37 strncpy(char *restrict dst, const char *restrict src, size_t len) in strncpy() function
|
/freebsd/sys/libkern/ |
H A D | strncpy.c | 43 strncpy(char * __restrict dst, const char * __restrict src, size_t n) in strncpy() function
|
/freebsd/include/ |
H A D | string.h | 117 char *(strncpy)(char * __restrict, const char * __restrict, size_t); variable
|
/freebsd/include/ssp/ |
H A D | string.h | 135 #define strncpy(dst, src, len) __ssp_bos_check3(strncpy, dst, src, len) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 158 INTERCEPTOR(char *, strncpy, char *dst, const char *src, uptr size) { in INTERCEPTOR() argument
|
/freebsd/contrib/wpa/src/utils/ |
H A D | os.h | 679 #define strncpy OS_DO_NOT_USE_strncpy macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_interceptors.cpp | 242 INTERCEPTOR(char *, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 620 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 307 INTERCEPTOR(char *, strncpy, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 753 TSAN_INTERCEPTOR(char*, strncpy, char *dst, char *src, uptr n) { in TSAN_INTERCEPTOR() argument
|