Searched refs:short_opts (Results 1 – 5 of 5) sorted by relevance
/external/vboot_reference/futility/ |
D | cmd_load_fmap.c | 51 static char *short_opts = ":o:"; variable 103 while ((i = getopt_long(argc, argv, short_opts, long_opts, 0)) != -1) { in do_load_fmap()
|
D | cmd_gbb_utility.c | 81 static char *short_opts = ":gsc:o:k:b:r:"; variable 372 while ((i = getopt_long(argc, argv, short_opts, long_opts, 0)) != -1) { in do_gbb_utility()
|
D | cmd_show.c | 585 static char *short_opts = ":f:k:t"; variable 625 while ((i = getopt_long(argc, argv, short_opts, long_opts, 0)) != -1) { in do_show()
|
D | cmd_sign.c | 699 static char *short_opts = ":s:b:k:S:B:v:f:d:l:"; variable 716 while ((i = getopt_long(argc, argv, short_opts, long_opts, 0)) != -1) { in do_sign()
|
/external/autotest/contrib/ |
D | coverage.py | 354 short_opts = string.join(map(lambda o: o[1:], optmap.keys()), '') 356 options, args = getopt.getopt(argv, short_opts, long_opts)
|