HomeSort by relevance Sort by last modified time
    Searched full:long_options (Results 51 - 75 of 167) sorted by null

1 23 4 5 6 7

  /system/extras/verity/fec/
main.cpp 277 const static struct option long_options[] = { local
292 int c = getopt_long(argc, argv, "hedSr:imj:s:E:V:v", long_options, NULL);
  /toolchain/binutils/binutils-2.25/binutils/
addr2line.c 53 static struct option long_options[] = variable in typeref:struct:option
439 while ((c = getopt_long (argc, argv, "ab:Ce:sfHhij:pVv", long_options, (int *) 0))
coffdump.c 483 static struct option long_options[] = local
504 while ((opt = getopt_long (ac, av, "HhVv", long_options,
sysdump.c 661 static struct option long_options[] = local
682 while ((option = getopt_long (ac, av, "HhVv", long_options, (int *) NULL)) != EOF)
ChangeLog-2009 45 (long_options): Add an entry for -p/--pretty-print.
57 (long_options): Add option '-a'.
173 (long_options): Likewise.
198 (long_options): Add --no-leading-underscore and
468 (usage, long_options, main): Add new option "-y" / "--output-delaylib"
633 (long_options): Add --insn-width.
835 (long_options): Add plugin.
    [all...]
size.c 107 static struct option long_options[] =
144 while ((c = getopt_long (argc, argv, "ABHhVvdfotx", long_options,
105 static struct option long_options[] = variable in typeref:struct:option
ChangeLog-9197 497 (long_options): Add "demangle".
507 (long_options): Add "no-show-raw-insn".
534 (long_options): Add "addjust-vma".
606 (long_options): Add "disassemble-zeroes".
732 (long_options): Add "prefix-addresses".
    [all...]
ar.c 154 static struct option long_options[] =
480 long_options, NULL)) != EOF)
616 while ((c = getopt_long (argc, argv, "DhHUvVt", long_options, NULL)) != EOF)
152 static struct option long_options[] = variable in typeref:struct:option
    [all...]
  /external/e2fsprogs/include/nonunix/
getopt.h 63 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
  /ndk/sources/host-tools/make-3.81/
getopt.h 61 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
main.c 2235 static struct option long_options[(sizeof (switches) \/ sizeof (switches[0])) + variable in typeref:struct:option
    [all...]
  /toolchain/binutils/binutils-2.25/include/
getopt.h 62 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
  /toolchain/binutils/binutils-2.25/gold/
options.cc 64 static Option_map* long_options = NULL; member in namespace:gold::options
75 // We can't make long_options a static Option_map because we can't
78 if (long_options == NULL)
79 long_options = new Option_map;
83 (*long_options)[this->longname] = this;
782 = gold::options::long_options->find(option);
783 if (it == gold::options::long_options->end())
    [all...]
  /external/autotest/client/tests/cyclictest/src/
cyclictest.c 415 static struct option long_options[] = { local
433 long_options, &option_index);
  /external/avahi/avahi-dnsconfd/
main.c 389 static const struct option long_options[] = { local
400 while ((c = getopt_long(argc, argv, "hDkVrcs", long_options, NULL)) >= 0) {
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 523 static struct option long_options[] = local
530 while ((c =getopt_long(argc,argv,"w:h:g:r:d:f:tcep?n:1:2:v", long_options, NULL)) != EOF) {
  /hardware/qcom/audio/legacy/libalsa-intf/
arec.c 57 static struct option long_options[] = variable in typeref:struct:option
542 while ((c = getopt_long(argc, argv, "PVMD:R:C:T:F:B:", long_options, &option_index)) != -1) {
  /toolchain/binutils/binutils-2.25/gprof/
gprof.c 99 static struct option long_options[] = variable in typeref:struct:option
208 long_options, 0))
ChangeLog-2009 124 * gprof.c (long_options): Add --external-symbol-table.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
getopt.h 86 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
getopt.h 86 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
  /external/bison/src/
getargs.c 491 Should be computed from long_options. */
527 static struct option const long_options[] = variable
601 while ((c = getopt_long (argc, argv, short_options, long_options, NULL))
  /external/fio/
options.c     [all...]
  /external/bison/darwin-lib/
getopt.h 175 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
  /external/bison/lib/
getopt.in.h 164 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector

Completed in 716 milliseconds

1 23 4 5 6 7