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

/freebsd-11-stable/usr.sbin/usbdump/
H A Dusbdump.c120 static const char *errstr_table[USB_ERR_MAX] = { variable
310 if (error >= USB_ERR_MAX || errstr_table[error] == NULL)
313 return (errstr_table[error]);

Completed in 58 milliseconds