Lines Matching defs:buf
1085 usb_get_string(usb_dev_handle *dev, int index, int langid, char *buf,
1098 return ((*hdl)(dev, index, langid, buf, buflen));
1102 usb_get_string_simple(usb_dev_handle *dev, int index, char *buf,
1115 return ((*hdl)(dev, index, buf, buflen));
1120 unsigned char type, unsigned char index, void *buf, int size)
1134 return ((*hdl)(dev, ep, type, index, buf, size));
1139 unsigned char index, void *buf, int size)
1152 return ((*hdl)(dev, type, index, buf, size));
1448 char buf[512];
1451 (void) vsnprintf(buf, sizeof (buf), format, ap);
1453 (void) fprintf(stderr, buf);