Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/console/daemon/
A Dmain.c96 const char *sopts = "hVvit:o:"; in main() local
117 while ((ch = getopt_long(argc, argv, sopts, lopts, &opt_ind)) != -1) { in main()
/xen-4.10.0-shim-comet/tools/misc/
A Dxen-detect.c224 const static char sopts[] = "hqPHN"; in main() local
234 while ( (ch = getopt_long(argc, argv, sopts, lopts, NULL)) != -1 ) in main()
/xen-4.10.0-shim-comet/tools/xenpaging/
A Dxenpaging.c218 static const char sopts[] = "hvd:f:m:r:"; in xenpaging_getopts() local
228 while ((ch = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) in xenpaging_getopts()
/xen-4.10.0-shim-comet/tools/xenstat/xentop/
A Dxentop.c1193 const char *sopts = "hVnxrvd:bi:f"; in main() local
1198 while ((opt = getopt_long(argc, argv, sopts, lopts, &optind)) != -1) { in main()
/xen-4.10.0-shim-comet/tools/xentrace/
A Dxenctx.c1108 static const char *sopts = "fs:hak:SCn:b:l:Dt" in main() local
1141 while ((ch = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main()

Completed in 9 milliseconds