Home
last modified time | relevance | path

Searched defs:strcpy (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libc/amd64/string/
H A Dstrcpy.c33 strcpy(char * __restrict to, const char * __restrict from) in strcpy() function
/freebsd/contrib/cortex-strings/src/thumb-2/
H A Dstrcpy.c45 strcpy (char* dst, const char* src) in strcpy() function
/freebsd/sys/sys/
H A Dlibkern.h241 #define strcpy(d, s) SAN_INTERCEPTOR(strcpy)((d), (s)) macro
246 #define strcpy(d, s) __builtin_strcpy((d), (s)) macro
/freebsd/sys/dev/hptrr/
H A Dosm.h168 #define strcpy(dst, src) __builtin_strcpy((dst), (src)) macro
/freebsd/contrib/wpa/src/utils/
H A Dos.h665 #define strcpy OS_DO_NOT_USE_strcpy macro
/freebsd/sys/dev/hptnr/
H A Dosm.h201 #define strcpy(dst, src) __builtin_strcpy((dst), (src)) macro
/freebsd/sys/dev/hpt27xx/
H A Dosm.h203 #define strcpy(dst, src) __builtin_strcpy((dst), (src)) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp201 INTERCEPTOR(char *, strcpy, char *to, const char *from) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp539 INTERCEPTOR(char *, strcpy, char *to, const char *from) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp297 INTERCEPTOR(char *, strcpy, char *dest, const char *src) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp745 TSAN_INTERCEPTOR(char *, strcpy, char *dst, const char *src) { in TSAN_INTERCEPTOR() argument