Searched defs:strcpy (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/lib/libc/amd64/string/ |
| H A D | strcpy.c | 33 strcpy(char * __restrict to, const char * __restrict from) in strcpy() function
|
| /freebsd-14.2/contrib/cortex-strings/src/thumb-2/ |
| H A D | strcpy.c | 45 strcpy (char* dst, const char* src) in strcpy() function
|
| /freebsd-14.2/sys/sys/ |
| H A D | libkern.h | 244 #define strcpy(d, s) SAN_INTERCEPTOR(strcpy)((d), (s)) macro 249 #define strcpy(d, s) __builtin_strcpy((d), (s)) macro
|
| /freebsd-14.2/sys/dev/hptrr/ |
| H A D | osm.h | 168 #define strcpy(dst, src) __builtin_strcpy((dst), (src)) macro
|
| /freebsd-14.2/sys/dev/hptnr/ |
| H A D | osm.h | 201 #define strcpy(dst, src) __builtin_strcpy((dst), (src)) macro
|
| /freebsd-14.2/sys/dev/hpt27xx/ |
| H A D | osm.h | 203 #define strcpy(dst, src) __builtin_strcpy((dst), (src)) macro
|
| /freebsd-14.2/contrib/wpa/src/utils/ |
| H A D | os.h | 685 #define strcpy OS_DO_NOT_USE_strcpy macro
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_interceptors.cpp | 201 INTERCEPTOR(char *, strcpy, char *to, const char *from) { in INTERCEPTOR() argument
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 539 INTERCEPTOR(char *, strcpy, char *to, const char *from) { in INTERCEPTOR() argument
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 297 INTERCEPTOR(char *, strcpy, char *dest, const char *src) { in INTERCEPTOR() argument
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 745 TSAN_INTERCEPTOR(char *, strcpy, char *dst, const char *src) { in TSAN_INTERCEPTOR() argument
|