/ndk/sources/host-tools/make-3.81/ |
getopt.h | 106 extern int getopt (int argc, char *const *argv, const char *shortopts); 110 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 113 const char *shortopts, 118 const char *shortopts,
|
/toolchain/binutils/binutils-2.25/include/ |
getopt.h | 113 extern int getopt (int argc, char *const *argv, const char *shortopts); 121 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 124 const char *shortopts, 129 const char *shortopts,
|
/external/e2fsprogs/include/nonunix/ |
getopt.h | 108 extern int getopt (int argc, char *const *argv, const char *shortopts); 112 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 115 const char *shortopts, 120 const char *shortopts,
|
/hardware/bsp/intel/peripheral/examples/mraa/gpio_output/ |
OutputGPIO.cpp | 44 // Be sure to keep the options for longopts and shortopts in the same order 53 static char shortopts[] = "?p:sc"; variable 61 if (shortopts[j] == ':') 65 (shortopts[j+1] == ':') ? " <arg> " : "", 66 shortopts[j], 67 (shortopts[j+1] == ':') ? " <arg> " : ""); 78 while ((ch = getopt_long(argc, argv, shortopts, longopts, NULL)) != -1) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
getopt.py | 51 def getopt(args, shortopts, longopts = []): 56 running program. Typically, this means "sys.argv[1:]". shortopts 90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:]) 94 def gnu_getopt(args, shortopts, longopts = []): 117 if shortopts.startswith('+'): 118 shortopts = shortopts[1:] 133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:]) 187 def do_shorts(opts, optstring, shortopts, args): 190 if short_has_arg(opt, shortopts) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
getopt.py | 51 def getopt(args, shortopts, longopts = []): 56 running program. Typically, this means "sys.argv[1:]". shortopts 90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:]) 94 def gnu_getopt(args, shortopts, longopts = []): 117 if shortopts.startswith('+'): 118 shortopts = shortopts[1:] 133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:]) 187 def do_shorts(opts, optstring, shortopts, args): 190 if short_has_arg(opt, shortopts) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
getopt.py | 51 def getopt(args, shortopts, longopts = []): 56 running program. Typically, this means "sys.argv[1:]". shortopts 90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:]) 94 def gnu_getopt(args, shortopts, longopts = []): 117 if shortopts.startswith('+'): 118 shortopts = shortopts[1:] 133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:]) 187 def do_shorts(opts, optstring, shortopts, args): 190 if short_has_arg(opt, shortopts) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
getopt.py | 51 def getopt(args, shortopts, longopts = []): 56 running program. Typically, this means "sys.argv[1:]". shortopts 90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:]) 94 def gnu_getopt(args, shortopts, longopts = []): 117 if shortopts.startswith('+'): 118 shortopts = shortopts[1:] 133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:]) 187 def do_shorts(opts, optstring, shortopts, args): 190 if short_has_arg(opt, shortopts) [all...] |
/hardware/bsp/intel/peripheral/displays/SparkFun_OLED/ |
SparkFunOLED.cpp | 39 // Be sure to keep the options for longopts and shortopts in the same order 47 static char shortopts[] = "?t:i"; variable 55 if (shortopts[j] == ':') 57 printf(" --%-6s or -%c\n", longopts[i].name, shortopts[j]); 68 while ((ch = getopt_long(argc, argv, shortopts, longopts, NULL)) != -1) {
|
/hardware/bsp/intel/peripheral/displays/Grove_LCD_RGB/ |
groveLCD.cpp | 42 // Be sure to keep the options for longopts and shortopts in the same order 52 static char shortopts[] = "?t:rgb"; variable 60 if (shortopts[j] == ':') 62 printf(" --%-6s or -%c\n", longopts[i].name, shortopts[j]); 74 while ((ch = getopt_long(argc, argv, shortopts, longopts, NULL)) != -1) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_getopt.py | 177 longopts, shortopts = getopt.getopt(['--help='], '', ['help=']) 179 longopts, shortopts = getopt.getopt(['--help=x'], '', ['help='])
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_getopt.py | 177 longopts, shortopts = getopt.getopt(['--help='], '', ['help=']) 179 longopts, shortopts = getopt.getopt(['--help=x'], '', ['help='])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_getopt.py | 177 longopts, shortopts = getopt.getopt(['--help='], '', ['help=']) 179 longopts, shortopts = getopt.getopt(['--help=x'], '', ['help='])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_getopt.py | 177 longopts, shortopts = getopt.getopt(['--help='], '', ['help=']) 179 longopts, shortopts = getopt.getopt(['--help=x'], '', ['help='])
|
/toolchain/binutils/binutils-2.25/ld/ |
ldemul.c | 129 ldemul_add_options (int ns, char **shortopts, int nl, 134 (*ld_emulation->add_options) (ns, shortopts, nl, longopts,
|
lexsup.c | 539 char *shortopts; local 545 shortopts = (char *) xmalloc (OPTION_COUNT * 3 + 2); 555 shortopts[0] = '-'; 563 shortopts[is] = ld_options[i].shortopt; 568 shortopts[is] = ':'; 572 shortopts[is] = ':'; 591 shortopts[is] = '\0'; 595 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts); 661 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind); [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
as.c | 403 char *shortopts; 541 shortopts = concat (std_shortopts, md_shortopts, (char *) NULL); 564 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts, 978 free (shortopts); 402 char *shortopts; local [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/ |
gflags.py | [all...] |
/external/chromium-trace/catapult/third_party/python_gflags/ |
gflags.py | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
bundlebuilder.py | 853 shortopts = "b:n:r:f:e:m:c:p:lx:i:hvqa" 863 options, args = getopt.getopt(sys.argv[1:], shortopts, longopts) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
bundlebuilder.py | 853 shortopts = "b:n:r:f:e:m:c:p:lx:i:hvqa" 863 options, args = getopt.getopt(sys.argv[1:], shortopts, longopts) [all...] |