Searched refs:inlined_strcpy (Results 1 – 1 of 1) sorted by relevance
257 char *inlined_strcpy(char *dest, const char *src) in inlined_strcpy() function264 #define strcpy(dest, src) inlined_strcpy(dest, src)
Completed in 2 milliseconds