Home
last modified time | relevance | path

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

/linux-4.4.14/tools/virtio/
Dvirtio_test.c209 const struct option longopts[] = { variable
269 o = getopt_long(argc, argv, optstring, longopts, NULL); in main()
/linux-4.4.14/tools/usb/usbip/src/
Dusbipd.c584 static const struct option longopts[] = { in main() local
617 opt = getopt_long(argc, argv, "46DdP::t:hv", longopts, NULL); in main()