Lines Matching refs:EntryPoint
232 [DllImport("libc", EntryPoint = "open", SetLastError = true)]
235 [DllImport("libc", EntryPoint = "strcpy")]
238 [DllImport("libc", EntryPoint = "ioctl")]
241 [DllImport("libc", EntryPoint = "ioctl", SetLastError = true)]
244 [DllImport("libc", EntryPoint = "ioctl", SetLastError = true)]
247 [DllImport("libc", EntryPoint = "socket", SetLastError = true)]
250 [DllImport("libc", EntryPoint = "setsockopt", SetLastError = true)]
253 [DllImport("libc", EntryPoint = "bind", SetLastError = true)]
256 [DllImport("libc", EntryPoint = "close")]
259 [DllImport("libc", EntryPoint = "write", SetLastError = true)]
262 [DllImport("libc", EntryPoint = "read")]
265 [DllImport("libc", EntryPoint = "strerror")]