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

  /ndk/sources/host-tools/make-3.81/
getopt.h 111 const struct option *longopts, int *longind);
114 const struct option *longopts, int *longind);
119 const struct option *longopts, int *longind,
getopt.c 498 LONGIND returns the index in LONGOPT of the long-named option found.
507 const struct option *longopts, int *longind, int long_only)
720 if (longind != NULL)
721 *longind = option_index;
892 if (longind != NULL)
893 *longind = option_index;
  /toolchain/binutils/binutils-2.25/include/
getopt.h 122 const struct option *longopts, int *longind);
125 const struct option *longopts, int *longind);
130 const struct option *longopts, int *longind,
  /external/e2fsprogs/include/nonunix/
getopt.h 113 const struct option *longopts, int *longind);
116 const struct option *longopts, int *longind);
121 const struct option *longopts, int *longind,
  /toolchain/binutils/binutils-2.25/libiberty/
getopt.c 518 LONGIND returns the index in LONGOPT of the long-named option found.
528 int *longind, int long_only)
743 if (longind != NULL)
744 *longind = option_index;
915 if (longind != NULL)
916 *longind = option_index;
  /external/bison/lib/
getopt.c 342 LONGIND returns the index in LONGOPT of the long-named option found.
351 const struct option *longopts, int *longind,
718 if (longind != NULL)
719 *longind = option_index;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
as.c 563 int longind;
565 &longind);
562 int longind; local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
lexsup.c 643 int longind; local
661 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind);
665 optc = getopt_long (argc, argv, "-", really_longopts, &longind);
    [all...]

Completed in 1143 milliseconds