Searched refs:short_opts (Results 1 - 7 of 7) sorted by relevance

/external/vboot_reference/futility/
H A Dcmd_load_fmap.c51 static char *short_opts = ":o:"; variable
103 while ((i = getopt_long(argc, argv, short_opts, long_opts, 0)) != -1) {
H A 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) {
H A Dcmd_show.c585 static char *short_opts = ":f:k:t"; variable
625 while ((i = getopt_long(argc, argv, short_opts, long_opts, 0)) != -1) {
H A 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) {
/external/dtc/
H A Dutil.h201 * @param short_opts The string of short options
206 const char *short_opts, struct option const long_opts[],
H A Dutil.c422 const char *short_opts, struct option const long_opts[],
434 "Options: -[%s]\n", synopsis, short_opts);
421 util_usage(const char *errmsg, const char *synopsis, const char *short_opts, struct option const long_opts[], const char * const opts_help[]) argument
/external/autotest/contrib/
H A Dcoverage.py354 short_opts = string.join(map(lambda o: o[1:], optmap.keys()), '')
356 options, args = getopt.getopt(argv, short_opts, long_opts)

Completed in 157 milliseconds