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 - 3
of
3
) sorted by null
/external/libusb/libusb/os/
windows_nt_common.c
71
static char err_string[
ERR_BUFFER_SIZE
];
79
safe_sprintf(err_string,
ERR_BUFFER_SIZE
, "[%u] ", (unsigned int)error_code);
97
ERR_BUFFER_SIZE
- (DWORD)safe_strlen(err_string), NULL);
101
safe_sprintf(err_string,
ERR_BUFFER_SIZE
,
105
safe_sprintf(err_string,
ERR_BUFFER_SIZE
, "Unknown error code %u", (unsigned int)error_code);
wince_usb.c
47
static TCHAR wErr_string[
ERR_BUFFER_SIZE
];
48
static char err_string[
ERR_BUFFER_SIZE
];
56
safe_stprintf(wErr_string,
ERR_BUFFER_SIZE
, _T("[%u] "), (unsigned int)error_code);
60
ERR_BUFFER_SIZE
- (DWORD)safe_tcslen(wErr_string), NULL);
64
safe_stprintf(wErr_string,
ERR_BUFFER_SIZE
,
68
safe_stprintf(wErr_string,
ERR_BUFFER_SIZE
, _T("Unknown error code %u"), (unsigned int)error_code);
75
if (WideCharToMultiByte(CP_ACP, 0, wErr_string, -1, err_string,
ERR_BUFFER_SIZE
, NULL, NULL) < 0)
windows_common.h
69
#define
ERR_BUFFER_SIZE
256
Completed in 169 milliseconds