Searched refs:USB_LINE_LEN (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-usb-linux.c79 #define USB_LINE_LEN 4096 macro
344 char full_path[USB_LINE_LEN];
367 snprintf(full_path, USB_LINE_LEN, LINUX_USB_MON_DEV"%d", handlep->bus_index);
402 snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR"/%dt", handlep->bus_index);
412 snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR_OLD"/%dt", handlep->bus_index);
474 char etype, pipeid1, pipeid2, status[16], urb_tag, line[USB_LINE_LEN];
484 ret = read(handle->fd, line, USB_LINE_LEN - 1);
675 char string[USB_LINE_LEN];
676 char token[USB_LINE_LEN];
680 snprintf(string, USB_LINE_LEN, USB_TEXT_DI
[all...]

Completed in 63 milliseconds