Searched defs:strcpy_s (Results 1 – 3 of 3) sorted by relevance
55 char* strcpy_s(char (&dest)[len], const char* src) in strcpy_s() function
74 char* strcpy_s(char* dest, int len, const char* src) in strcpy_s() function