OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ERR_BUFFER_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/libusb_aah/libusb/os/
windows_usb.c
135
static char err_string[
ERR_BUFFER_SIZE
];
143
safe_sprintf(err_string,
ERR_BUFFER_SIZE
, "[%d] ", error_code);
147
ERR_BUFFER_SIZE
- (DWORD)safe_strlen(err_string), NULL);
151
safe_sprintf(err_string,
ERR_BUFFER_SIZE
,
154
safe_sprintf(err_string,
ERR_BUFFER_SIZE
, "Unknown error code %u", error_code);
[
all
...]
windows_usb.h
88
#define
ERR_BUFFER_SIZE
256
Completed in 30 milliseconds