HomeSort by relevance Sort by last modified time
    Searched full:short_opts (Results 1 - 8 of 8) sorted by null

  /external/vboot_reference/futility/
cmd_load_fmap.c 51 static char *short_opts = ":o:"; variable
103 while ((i = getopt_long(argc, argv, short_opts, long_opts, 0)) != -1) {
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) {
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) {
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) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 75 self.short_opts = []
152 self.short_opts = []
226 self.short_opts.append(short)
255 short_opts = string.join(self.short_opts)
257 opts, args = getopt.getopt(args, short_opts, self.long_opts)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 75 self.short_opts = []
152 self.short_opts = []
226 self.short_opts.append(short)
255 short_opts = string.join(self.short_opts)
257 opts, args = getopt.getopt(args, short_opts, self.long_opts)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 346 short_opts = [self._short_opt_fmt % (sopt, metavar)
351 short_opts = option._short_opts
355 opts = short_opts + long_opts
357 opts = long_opts + short_opts
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 346 short_opts = [self._short_opt_fmt % (sopt, metavar)
351 short_opts = option._short_opts
355 opts = short_opts + long_opts
357 opts = long_opts + short_opts
    [all...]

Completed in 329 milliseconds