HomeSort by relevance Sort by last modified time
    Searched refs:safe_sprintf (Results 1 - 3 of 3) sorted by null

  /external/libusb/libusb/os/
windows_nt_common.c 79 safe_sprintf(err_string, ERR_BUFFER_SIZE, "[%u] ", (unsigned int)error_code);
101 safe_sprintf(err_string, ERR_BUFFER_SIZE,
105 safe_sprintf(err_string, ERR_BUFFER_SIZE, "Unknown error code %u", (unsigned int)error_code);
windows_common.h 60 #define safe_sprintf(dst, count, ...) do {_snprintf(dst, count, __VA_ARGS__); (dst)[(count)-1] = 0; } while(0) macro
windows_winusb.c 436 safe_sprintf(filter_path, sizeof("\\\\.\\libusb0-0000"), "\\\\.\\libusb0-%04u", (unsigned int)libusb0_symboliclink_index);
758 safe_sprintf(vptr, vlen, "%s %u.%u %s", (vi.dwPlatformId == VER_PLATFORM_WIN32_NT ? "NT" : "??"),
761 safe_sprintf(vptr, vlen, "%s SP%u.%u %s", w, vi.wServicePackMajor, vi.wServicePackMinor, w64);
763 safe_sprintf(vptr, vlen, "%s SP%u %s", w, vi.wServicePackMajor, w64);
765 safe_sprintf(vptr, vlen, "%s %s", w, w64);
    [all...]

Completed in 2553 milliseconds