Searched defs:Strcpy (Results 1 – 2 of 2) sorted by relevance
101 #define Strcpy(d,s) wcscpy(d,s) macro157 #define Strcpy(d,s) strcpy(d,s) macro
489 #define Strcpy(a, b) strcpy(a, b) macro509 #define Strcpy(a, b) s_strcpy(a, b) macro