Searched refs:winput (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dconsole.c72 WCHAR *winput; local
89 winput = malloc (capacity * sizeof (WCHAR));
90 if (winput == NULL)
93 status = ReadConsoleW (in, winput, capacity, &len, NULL);
94 WideCharToMultiByte (CP_UTF8, 0, winput, len, input, capacity, NULL, NULL);
95 free (winput);

Completed in 110 milliseconds