Searched refs:wchar_name (Results 1 – 2 of 2) sorted by relevance
342 const wchar_t* wchar_name = next_interface->device_name; in find_usb_device() local344 L'\0' != *wchar_name; in find_usb_device()345 wchar_name++, copy_name++) { in find_usb_device()346 *copy_name = (char)(*wchar_name); in find_usb_device()
469 const wchar_t* wchar_name = next_interface->device_name; in find_devices() local471 L'\0' != *wchar_name; in find_devices()472 wchar_name++, copy_name++) { in find_devices()473 *copy_name = (char)(*wchar_name); in find_devices()