Searched refs:sopts (Results 1 – 5 of 5) sorted by relevance
/xen/tools/console/daemon/ |
A D | main.c | 98 const char *sopts = "hVvit:o:"; in main() local 120 while ((ch = getopt_long(argc, argv, sopts, lopts, &opt_ind)) != -1) { in main()
|
/xen/tools/misc/ |
A D | xen-detect.c | 224 const static char sopts[] = "hqPHN"; in main() local 234 while ( (ch = getopt_long(argc, argv, sopts, lopts, NULL)) != -1 ) in main()
|
/xen/tools/xenpaging/ |
A D | xenpaging.c | 218 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/tools/xenstat/xentop/ |
A D | xentop.c | 1247 const char *sopts = "hVnxrvd:bi:f"; in main() local 1252 while ((opt = getopt_long(argc, argv, sopts, lopts, &optind)) != -1) { in main()
|
/xen/tools/xentrace/ |
A D | xenctx.c | 1110 static const char *sopts = "fs:hak:SCn:b:l:Dt" in main() local 1143 while ((ch = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main()
|
Completed in 11 milliseconds