Searched defs:strcpy (Results 1 – 9 of 9) sorted by relevance
/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/uniproton/kernel/src/string/ |
D | strcpy.c | 2 char *strcpy(char *restrict dest, const char *restrict src) in strcpy() function
|
/third_party/musl/porting/liteos_m/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/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/musl/porting/linux/user/include/fortify/ |
D | string.h | 36 char *strcpy(char *const dest __DIAGNOSE_PASS_OBJECT_SIZE, const char *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
|