Home
last modified time | relevance | path

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

/tools/virtio/ringtest/
Dmain.c214 static const struct option longopts[] = { variable
308 int o = getopt_long(argc, argv, optstring, longopts, NULL); in main()
/tools/virtio/
Dvirtio_test.c210 const struct option longopts[] = { variable
270 o = getopt_long(argc, argv, optstring, longopts, NULL); in main()
/tools/testing/vsock/
Dvsock_diag_test.c552 static const struct option longopts[] = { variable
612 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
/tools/usb/usbip/src/
Dusbipd.c588 static const struct option longopts[] = { in main() local
623 opt = getopt_long(argc, argv, "46DdeP::t:hv", longopts, NULL); in main()
/tools/iio/
Diio_generic_buffer.c319 static const struct option longopts[] = { variable
356 while ((c = getopt_long(argc, argv, "aAc:egl:n:N:t:T:w:?", longopts, in main()