Home
last modified time | relevance | path

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

/external/libusb/examples/
Dxusb.c980 unsigned tmp_vid, tmp_pid; in main() local
1068 if (sscanf(argv[j], "%x:%x" , &tmp_vid, &tmp_pid) != 2) { in main()
1073 PID = (uint16_t)tmp_pid; in main()