Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/watchdog/
Dwatchdog-test.c23 static const struct option lopts[] = { variable
106 while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main()
136 while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main()
/Linux-v5.4/tools/spi/
Dspidev_test.c193 static const struct option lopts[] = { in parse_opts() local
218 lopts, NULL); in parse_opts()