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

/netbsd-current/common/lib/libc/arch/i386/string/small/
H A Dstrcpy.S34 ENTRY(strcpy) function
/netbsd-current/common/lib/libc/arch/i386/string/
H A Dstrcpy.S25 ENTRY(strcpy) function
/netbsd-current/common/lib/libc/arch/m68k/string/
H A Dstrcpy.S46 ENTRY(strcpy) function
/netbsd-current/common/lib/libc/arch/x86_64/string/
H A Dstrcpy.S25 ENTRY(strcpy) function
/netbsd-current/lib/libc/string/
H A DLint_strcpy.c12 strcpy(dst, src) function
/netbsd-current/common/lib/libc/string/
H A Dstrcpy.c48 #undef strcpy macro
51 strcpy(char *to, const char *from) function
/netbsd-current/common/lib/libc/arch/arm/string/
H A Dstrcpy_thumb.S44 #define strcpy _strcpy define
/netbsd-current/include/ssp/
H A Dstring.h102 #define strcpy(dst, src) __ssp_bos_check2(strcpy, dst, src) macro
/netbsd-current/external/gpl3/gcc.old/dist/libssp/ssp/
H A Dstring.h47 #undef strcpy macro
110 #define strcpy(dest, src) \ macro
/netbsd-current/external/gpl3/gcc/dist/libssp/ssp/
H A Dstring.h47 #undef strcpy macro
110 #define strcpy(dest, src) \ macro
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_win_dll_thunk.cc74 INTERCEPT_LIBRARY_FUNCTION(strcpy); // NOLINT variable
/netbsd-current/sys/arch/vax/include/
H A Dmacros.h192 strcpy(char *cp, const char *c2) function
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_win_dll_thunk.cc71 INTERCEPT_LIBRARY_FUNCTION(strcpy); // NOLINT variable
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_win_dll_thunk.cpp73 INTERCEPT_LIBRARY_FUNCTION(strcpy); variable
/netbsd-current/sys/external/bsd/acpica/dist/utilities/
H A Dutclib.c388 strcpy ( function
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dos.h665 #define strcpy OS_DO_NOT_USE_strcpy macro
/netbsd-current/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-current/external/gpl3/binutils/dist/gprofng/common/
H A Dhwcdrv.h87 #define strcpy CALL_UTIL(strcpy) macro
/netbsd-current/sys/arch/pmax/include/
H A Ddec_prom.h159 #define strcpy (*callv -> _strcpy) macro
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dcollector_module.h87 int (*strcpy)(const char *s1, const char *s2); member in struct:CollectorUtilFuncs
/netbsd-current/external/gpl3/gdb.old/dist/gdb/stubs/
H A Dm32r-stub.c1736 strcpy (unsigned char *dest, const unsigned char *src) function
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/stubs/
H A Dm32r-stub.c1736 strcpy (unsigned char *dest, const unsigned char *src) function
[all...]

Completed in 164 milliseconds