Searched defs:strcpy (Results 1 – 12 of 12) sorted by relevance
| /third_party/uboot/u-boot-2020.01/arch/powerpc/lib/ |
| D | ppcstring.S | 10 .globl strcpy symbol 11 strcpy: label
|
| /third_party/musl/src/string/ |
| D | strcpy.c | 3 char *strcpy(char *restrict dest, const char *restrict src) in strcpy() function
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| D | string.h | 121 #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/ |
| D | string.h | 117 #define strcpy(dst, src) __strcpy(dst, src) macro 128 #define strcpy(dst, src) __strcpy(dst, src) macro
|
| /third_party/gptfdisk/ |
| D | support.h | 38 #define strcpy strcpy_s macro
|
| /third_party/uboot/u-boot-2020.01/arch/sh/include/asm/ |
| D | string.h | 14 static inline char *strcpy(char *__dest, const char *__src) in strcpy() function
|
| /third_party/mingw-w64/mingw-w64-headers/crt/ |
| D | string.h | 226 char * strcpy(char * __restrict__ __dst, const char * __restrict__ __src) in strcpy() function
|
| /third_party/libwebsockets/lib/plat/optee/ |
| D | lws-plat-optee.c | 35 strcpy(char *dest, const char *src) in strcpy() function
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| D | os.h | 666 #define strcpy OS_DO_NOT_USE_strcpy macro
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| D | os.h | 666 #define strcpy OS_DO_NOT_USE_strcpy macro
|
| /third_party/uboot/u-boot-2020.01/lib/ |
| D | string.c | 74 char * strcpy(char * dest,const char *src) in strcpy() function
|
| /third_party/mingw-w64/mingw-w64-headers/include/ |
| D | strsafe.h | 1931 #define strcpy strcpy_instead_use_StringCbCopyA_or_StringCchCopyA; macro
|