Home
last modified time | relevance | path

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

/xen/tools/fuzz/x86_instruction_emulator/
A Dafl-harness.c25 static const struct option lopts[] = { in main() local
29 int c = getopt_long_only(argc, argv, "", lopts, NULL); in main()
/xen/tools/console/daemon/
A Dmain.c99 struct option lopts[] = { in main() local
120 while ((ch = getopt_long(argc, argv, sopts, lopts, &opt_ind)) != -1) { in main()
/xen/tools/misc/
A Dxen-detect.c225 const static struct option lopts[] = { in main() local
234 while ( (ch = getopt_long(argc, argv, sopts, lopts, NULL)) != -1 ) in main()
/xen/tools/xenpaging/
A Dxenpaging.c219 static const struct option lopts[] = { in xenpaging_getopts() local
228 while ((ch = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) in xenpaging_getopts()
/xen/tools/xenstat/xentop/
A Dxentop.c1234 struct option lopts[] = { in main() local
1252 while ((opt = getopt_long(argc, argv, sopts, lopts, &optind)) != -1) { in main()
/xen/tools/xentrace/
A Dxenctx.c1115 static const struct option lopts[] = { in main() local
1143 while ((ch = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main()

Completed in 10 milliseconds