Home
last modified time | relevance | path

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

/third_party/musl/src/string/
Dstrcpy.c3 char *strcpy(char *restrict dest, const char *restrict src) in strcpy() function
/third_party/musl/porting/uniproton/kernel/src/string/
Dstrcpy.c2 char *strcpy(char *restrict dest, const char *restrict src) in strcpy() function
/third_party/musl/porting/liteos_m/kernel/include/
Dstring.h117 #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/
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/musl/porting/linux/user/include/fortify/
Dstring.h36 char *strcpy(char *const dest __DIAGNOSE_PASS_OBJECT_SIZE, const char *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