Home
last modified time | relevance | path

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

/linux-6.1.9/tools/virtio/ringtest/
Dmain.c214 static const struct option longopts[] = { variable
308 int o = getopt_long(argc, argv, optstring, longopts, NULL); in main()
/linux-6.1.9/tools/testing/vsock/
Dvsock_diag_test.c443 static const struct option longopts[] = { variable
525 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
Dvsock_test.c761 static const struct option longopts[] = { variable
843 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
/linux-6.1.9/tools/virtio/
Dvirtio_test.c279 const struct option longopts[] = { variable
352 o = getopt_long(argc, argv, optstring, longopts, NULL); in main()
/linux-6.1.9/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()
/linux-6.1.9/tools/iio/
Diio_generic_buffer.c322 static const struct option longopts[] = { variable
361 while ((c = getopt_long(argc, argv, "aAb:c:egl:n:N:t:T:w:?", longopts, in main()
/linux-6.1.9/tools/vm/
Dpage_owner_sort.c698 struct option longopts[] = { in main() local
707 while ((opt = getopt_long(argc, argv, "adfmnprstP", longopts, NULL)) != -1) in main()