Searched defs:strcpy_s (Results 1 – 4 of 4) sorted by relevance
113 inline std::size_t strcpy_s( in strcpy_s() function
195 inline std::size_t strcpy_s( in strcpy_s() function
229 #define strcpy_s(dst, len, src) strcpy(dst, src) macro
22302 pub fn strcpy_s( in strcpy_s() function