Searched refs:sopts (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/watchdog/ |
H A D | watchdog-test.c | 22 static const char sopts[] = "bdehp:t:Tn:NLf:i"; 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/watchdog/ |
H A D | watchdog-test.c | 30 static const char sopts[] = "bdehp:st:Tn:NLf:i"; variable 184 while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main() 214 while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main()
|
Completed in 2 milliseconds