Home
last modified time | relevance | path

Searched defs:strncpy (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/sys/libkern/
Dstrncpy.c45 strncpy(char * __restrict dst, const char * __restrict src, size_t n) in strncpy() function
/freebsd-12-stable/lib/libc/string/
Dstrncpy.c48 strncpy(char * __restrict dst, const char * __restrict src, size_t n) in strncpy() function
/freebsd-12-stable/contrib/gcclibs/libssp/ssp/
Dstring.h133 #define strncpy(dest, src, len) \ macro
/freebsd-12-stable/contrib/wpa/src/utils/
Dos.h659 #define strncpy OS_DO_NOT_USE_strncpy macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/memprof/
Dmemprof_interceptors.cpp269 INTERCEPTOR(char *, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp462 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
/freebsd-12-stable/contrib/gcclibs/libmudflap/
Dmf-hooks2.c202 WRAPPER2(char *, strncpy, char *dest, const char *src, size_t n) in WRAPPER2() argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp296 INTERCEPTOR(char *, strncpy, char *dest, const char *src, SIZE_T n) { in INTERCEPTOR() argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp747 TSAN_INTERCEPTOR(char*, strncpy, char *dst, char *src, uptr n) { in TSAN_INTERCEPTOR() argument