Searched refs:strcpy (Results 1 – 1 of 1) sorted by relevance
185 return strcpy(dst, src); in Strcpy()236 private static extern IntPtr strcpy(IntPtr dst, IntPtr src); in strcpy() method in Antmicro.Renode.Utilities.LibCWrapper