Home
last modified time | relevance | path

Searched refs:safe_stprintf (Results 1 – 2 of 2) sorted by relevance

/external/libusb/libusb/os/
Dwince_usb.c56 safe_stprintf(wErr_string, ERR_BUFFER_SIZE, _T("[%u] "), (unsigned int)error_code); in windows_error_str()
64 safe_stprintf(wErr_string, ERR_BUFFER_SIZE, in windows_error_str()
68safe_stprintf(wErr_string, ERR_BUFFER_SIZE, _T("Unknown error code %u"), (unsigned int)error_code); in windows_error_str()
Dwindows_common.h61 #define safe_stprintf _sntprintf macro