Searched refs:errcode_index (Results 1 – 1 of 1) sorted by relevance
194 int errcode_index = -errcode; in libusb_strerror() local196 if ((errcode_index < 0) || (errcode_index >= LIBUSB_ERROR_COUNT)) { in libusb_strerror()198 errcode_index = LIBUSB_ERROR_COUNT - 1; in libusb_strerror()201 return usbi_localized_errors[usbi_locale][errcode_index]; in libusb_strerror()