Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/powerpc/lib/
Dppcstring.S10 .globl strcpy symbol
11 strcpy: label
/third_party/musl/src/string/
Dstrcpy.c3 char *strcpy(char *restrict dest, const char *restrict src) in strcpy() function
/third_party/musl/porting/liteos_m/kernel/include/
Dstring.h121 #define strcpy(dst, src) __strcpy(dst, src) macro
132 #define strcpy(dst, src) __strcpy(dst, src) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstring.h117 #define strcpy(dst, src) __strcpy(dst, src) macro
128 #define strcpy(dst, src) __strcpy(dst, src) macro
/third_party/gptfdisk/
Dsupport.h38 #define strcpy strcpy_s macro
/third_party/uboot/u-boot-2020.01/arch/sh/include/asm/
Dstring.h14 static inline char *strcpy(char *__dest, const char *__src) in strcpy() function
/third_party/mingw-w64/mingw-w64-headers/crt/
Dstring.h226 char * strcpy(char * __restrict__ __dst, const char * __restrict__ __src) in strcpy() function
/third_party/libwebsockets/lib/plat/optee/
Dlws-plat-optee.c35 strcpy(char *dest, const char *src) in strcpy() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos.h666 #define strcpy OS_DO_NOT_USE_strcpy macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos.h666 #define strcpy OS_DO_NOT_USE_strcpy macro
/third_party/uboot/u-boot-2020.01/lib/
Dstring.c74 char * strcpy(char * dest,const char *src) in strcpy() function
/third_party/mingw-w64/mingw-w64-headers/include/
Dstrsafe.h1931 #define strcpy strcpy_instead_use_StringCbCopyA_or_StringCchCopyA; macro