Home
last modified time | relevance | path

Searched refs:WCHAR (Results 1 – 5 of 5) sorted by relevance

/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.h135 typedef wchar_t WCHAR; typedef
136 typedef WCHAR *PWCHAR, *PWSTR;
137 typedef CONST WCHAR *LPCWSTR, *PCWSTR;
155 #define UNICODE_NULL ((WCHAR)0) /* winnt*/
/openbmc/qemu/qga/vss-win32/
H A Dinstall.cpp489 const_cast<WCHAR*>(QGA_PROVIDER_LNAME), in DllRegisterServer()
491 const_cast<WCHAR*>(QGA_PROVIDER_VERSION), in DllRegisterServer()
496 const_cast<WCHAR * > in DllRegisterServer()
499 const_cast<WCHAR * > in DllRegisterServer()
H A Drequester.cpp310 WCHAR short_volume_name[64], *display_name = short_volume_name; in requester_freeze()
450 WCHAR volume_path_name[PATH_MAX]; in requester_freeze()
/openbmc/qemu/qga/
H A Dcommands-win32.c1308 WCHAR guid[MAX_PATH] = L""; in qmp_guest_fstrim()
1348 uc_path = g_new(WCHAR, char_count); in qmp_guest_fstrim()
1518 static char *guest_wctomb_dup(WCHAR *wstr) in guest_wctomb_dup()
/openbmc/qemu/util/
H A Dcutils.c1163 PWSTR wdir = g_new(WCHAR, size); in get_relocated_path()