Home
last modified time | relevance | path

Searched refs:l_opts (Results 1 – 9 of 9) sorted by relevance

/external/blktrace/btt/
Dbno_plot.py59 l_opts = [ 'help', 'keys-below', 'verbose' ]
62 (opts, args) = getopt.getopt(in_args, s_opts, l_opts)
Dargs.c33 static struct option l_opts[] = { variable
288 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in handle_args()
Dbtt_plot.py204 l_opts = [ 'generate-all', 'type', 'no-legend', 'output', 'title',
208 (opts, args) = getopt.getopt(args[1:], s_opts, l_opts)
/external/fio/
Dinit.c89 static struct option l_opts[FIO_NR_OPTIONS] = { variable
2210 while (l_opts[i].name) { in fio_options_fill_optstring()
2211 ostr[c++] = l_opts[i].val; in fio_options_fill_optstring()
2212 if (l_opts[i].has_arg == required_argument) in fio_options_fill_optstring()
2214 else if (l_opts[i].has_arg == optional_argument) { in fio_options_fill_optstring()
2228 while (l_opts[i].name) { in client_flag_set()
2229 int val = l_opts[i].val; in client_flag_set()
2256 while (l_opts[i].name) { in show_closest_option()
2257 distance = string_distance(name, l_opts[i].name); in show_closest_option()
2266 log_err("Did you mean %s?\n", l_opts[best_option].name); in show_closest_option()
[all …]
/external/blktrace/btreplay/
Dbtrecord.c123 static struct option l_opts[] = { variable
395 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in handle_args()
Dbtreplay.c1377 static struct option l_opts[] = { variable
1467 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in handle_args()
/external/blktrace/
Dblkiomon.c615 static struct option l_opts[] = { variable
690 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in main()
Dblktrace.c330 static struct option l_opts[] = { variable
2018 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) >= 0) { in handle_args()
Dblkparse.c107 static struct option l_opts[] = { variable
2709 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) { in main()