Home
last modified time | relevance | path

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

/external/vboot_reference/futility/
Dcmd_load_fmap.c51 static char *short_opts = ":o:"; variable
103 while ((i = getopt_long(argc, argv, short_opts, long_opts, 0)) != -1) { in do_load_fmap()
Dcmd_gbb_utility.c81 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()
Dcmd_show.c585 static char *short_opts = ":f:k:t"; variable
625 while ((i = getopt_long(argc, argv, short_opts, long_opts, 0)) != -1) { in do_show()
Dcmd_sign.c699 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/
Dcoverage.py354 short_opts = string.join(map(lambda o: o[1:], optmap.keys()), '')
356 options, args = getopt.getopt(argv, short_opts, long_opts)