Home
last modified time | relevance | path

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

/netbsd/common/lib/libc/arch/arm/string/
H A Dstrcpy_thumb.S44 #define strcpy _strcpy macro
/netbsd/lib/libc/string/
H A DLint_strcpy.c12 strcpy(dst, src) in strcpy() function
/netbsd/common/lib/libc/string/
H A Dstrcpy.c51 strcpy(char *to, const char *from) in strcpy() function
/netbsd/sys/lib/libkern/
H A Dlibkern.h409 #define strcpy(d, s) kasan_strcpy(d, s) macro
416 #define strcpy(d, s) kcsan_strcpy(d, s) macro
423 #define strcpy(d, s) kmsan_strcpy(d, s) macro
427 #define strcpy(d, s) __builtin_strcpy(d, s) macro
/netbsd/include/ssp/
H A Dstring.h102 #define strcpy(dst, src) __ssp_bos_check2(strcpy, dst, src) macro
/netbsd/external/gpl3/gcc.old/dist/libssp/ssp/
H A Dstring.h110 #define strcpy(dest, src) \ macro
/netbsd/external/gpl3/gcc/dist/libssp/ssp/
H A Dstring.h110 #define strcpy(dest, src) \ macro
/netbsd/sys/external/bsd/acpica/dist/utilities/
H A Dutclib.c388 strcpy ( in strcpy() function
/netbsd/external/gpl3/binutils/dist/gprofng/common/
H A Dhwcdrv.h87 #define strcpy CALL_UTIL(strcpy) macro
/netbsd/external/bsd/wpa/dist/src/utils/
H A Dos.h665 #define strcpy OS_DO_NOT_USE_strcpy macro
/netbsd/sys/arch/pmax/include/
H A Ddec_prom.h159 #define strcpy (*callv -> _strcpy) macro
/netbsd/external/gpl3/gdb/dist/gdb/stubs/
H A Dm32r-stub.c1736 strcpy (unsigned char *dest, const unsigned char *src) in strcpy() function
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A Dcollector_module.h87 int (*strcpy)(const char *s1, const char *s2); member
/netbsd/external/gpl3/gdb.old/dist/gdb/stubs/
H A Dm32r-stub.c1736 strcpy (unsigned char *dest, const unsigned char *src) in strcpy() function
/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_interceptors.cc420 INTERCEPTOR(char*, strcpy, char *to, const char *from) { // NOLINT in INTERCEPTOR() argument
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interceptors.cc417 INTERCEPTOR(char*, strcpy, char *to, const char *from) { // NOLINT in INTERCEPTOR() argument
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_interceptors.cc420 INTERCEPTOR(char*, strcpy, char *to, const char *from) { // NOLINT in INTERCEPTOR() argument
/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc286 INTERCEPTOR(char *, strcpy, char *dest, const char *src) { // NOLINT in INTERCEPTOR() argument
/netbsd/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc729 TSAN_INTERCEPTOR(char*, strcpy, char *dst, const char *src) { // NOLINT in TSAN_INTERCEPTOR() argument
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc740 TSAN_INTERCEPTOR(char*, strcpy, char *dst, const char *src) { // NOLINT in TSAN_INTERCEPTOR() argument
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc729 TSAN_INTERCEPTOR(char*, strcpy, char *dst, const char *src) { // NOLINT in TSAN_INTERCEPTOR() argument
/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc1658 TEST(MemorySanitizer, strcpy) { // NOLINT in TEST() argument