Searched defs:format (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/libusb/wrapper/src/ |
H A D | wr_libusb.c | 92 static void usb_dprintf(int level, char *format, ...); 1445 usb_dprintf(int level, char *format, ...) argument 1450 va_start(ap, format); 1451 (void) vsnprintf(buf, sizeof (buf), format, ap);
|
/solaris-userland/components/libusb/ugen/src/ |
H A D | libusbugen.c | 69 static void usb_error_str(int x, char *format, ...); 71 static void usb_dprintf(int level, char *format, ...); 2562 * take a raw buffer and pads it according to format 2567 usb_parse_data(char *format, uchar_t *data, size_t datalen, argument 2577 if ((format == NULL) || (data == NULL) || (structure == NULL)) { 2582 while ((fmt = *format) != '\0') { 2585 * Could some one pass a "format" that is greater than 2587 * that is less than the "format" length. 2609 format++; 2628 format 2961 usb_error_str(int x, char *format, ...) argument 2983 usb_dprintf(int level, char *format, ...) argument [all...] |
Completed in 580 milliseconds