Home
last modified time | relevance | path

Searched refs:Strcpy (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/TAPHelper/
DTAPTools.cs61 LibCWrapper.Strcpy(ifr, ifrIn); in Up_TUNTAP()
153 LibCWrapper.Strcpy(dev, ifr); in Open_TUNTAP()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLibCWrapper.cs180 public static IntPtr Strcpy(IntPtr dst, IntPtr src) in Strcpy() method in Antmicro.Renode.Utilities.LibCWrapper