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

/linux-master/tools/counter/
H A Dcounter_watch_events.c133 static const struct option longopts[] = { variable in typeref:struct:option
206 while ((c = getopt_long(argc, argv, "dhn:l:w:", longopts, NULL)) != -1) {
251 while ((c = getopt_long(argc, argv, "dhn:l:w:", longopts, NULL)) != -1) {
/linux-master/tools/virtio/ringtest/
H A Dmain.c214 static const struct option longopts[] = { variable in typeref:struct:option
308 int o = getopt_long(argc, argv, optstring, longopts, NULL);
/linux-master/tools/testing/vsock/
H A Dvsock_uring_test.c229 static const struct option longopts[] = { variable in typeref:struct:option
298 int opt = getopt_long(argc, argv, optstring, longopts, NULL);
H A Dvsock_perf.c356 static const struct option longopts[] = { variable in typeref:struct:option
447 int opt = getopt_long(argc, argv, optstring, longopts, NULL);
H A Dvsock_diag_test.c445 static const struct option longopts[] = { variable in typeref:struct:option
535 int opt = getopt_long(argc, argv, optstring, longopts, NULL);
H A Dvsock_test.c1530 static const struct option longopts[] = { variable in typeref:struct:option
1624 int opt = getopt_long(argc, argv, optstring, longopts, NULL);
/linux-master/tools/usb/usbip/src/
H A Dusbipd.c588 static const struct option longopts[] = { local
623 opt = getopt_long(argc, argv, "46DdeP::t:hv", longopts, NULL);
/linux-master/tools/virtio/
H A Dvirtio_test.c279 const struct option longopts[] = { variable in typeref:struct:option
354 o = getopt_long(argc, argv, optstring, longopts, NULL);
H A Dvhost_net_test.c411 static const struct option longopts[] = { variable in typeref:struct:option
486 o = getopt_long(argc, argv, optstring, longopts, NULL);
/linux-master/tools/iio/
H A Diio_generic_buffer.c333 static const struct option longopts[] = { variable in typeref:struct:option
372 while ((c = getopt_long(argc, argv, "aAb:c:egl:n:N:t:T:w:?", longopts,
/linux-master/tools/mm/
H A Dpage_owner_sort.c667 struct option longopts[] = { local
678 while ((opt = getopt_long(argc, argv, "admnpstP", longopts, NULL)) != -1)

Completed in 157 milliseconds