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

  /external/grub/lib/
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 508 LONGOPTS is a vector of `struct option' terminated by an
519 _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
523 const struct option *longopts;
623 + (longopts != NULL && argv[optind][1] == '-'));
641 if (longopts != NULL
658 for (p = longopts, option_index = 0; p->name; p++, option_index++)
839 table of longopts. */
846 for (p = longopts, option_index = 0; p->name; p++, option_index++)
  /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 495 LONGOPTS is a vector of `struct option' terminated by an
507 const struct option *longopts, int *longind, int long_only)
605 + (longopts != NULL && argv[optind][1] == '-'));
623 if (longopts != NULL
640 for (p = longopts, option_index = 0; p->name; p++, option_index++)
820 table of longopts. */
827 for (p = longopts, option_index = 0; p->name; p++, option_index++)
  /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,
  /external/grub/grub/
main.c 70 static struct option longopts[] = variable in typeref:struct:option
151 c = getopt_long (argc, argv, OPTSTRING, longopts, 0);
  /external/grub/util/
mbchk.c 29 static struct option longopts[] = variable in typeref:struct:option
191 c = getopt_long (argc, argv, optstring, longopts, 0);
  /frameworks/base/tools/obbtool/
Main.cpp 36 static const struct option longopts[] = { variable in typeref:struct:option
194 while ((opt = getopt_long(argc, argv, ADD_OPTS, longopts, &option_index)) != -1) {
197 if (longopts[option_index].flag)
199 fprintf(stderr, "'%s' requires an argument\n", longopts[option_index].name);
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.c 182 static struct option longopts[] = { local
241 while ((opt = getopt_long(argc, argv, SHORTOPTS, longopts, NULL)) != EOF)
  /external/bison/lib/
getopt.c 342 LONGOPTS is a vector of `struct option' terminated by an
357 const struct option *longopts, int *longind,
466 + (longopts != NULL && argv[d->optind][1] == '-'));
484 if (longopts != NULL
502 for (p = longopts, option_index = 0; p->name; p++, option_index++)
865 table of longopts. */
873 for (p = longopts, option_index = 0; p->name; p++, option_index++)
1093 const struct option *longopts, int *longind,
1101 result = _getopt_internal_r (argc, argv, optstring, longopts, longind,
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.c 337 LONGOPTS is a vector of `struct option' terminated by an
352 const struct option *longopts, int *longind,
461 + (longopts != NULL && argv[d->optind][1] == '-'));
479 if (longopts != NULL
497 for (p = longopts, option_index = 0; p->name; p++, option_index++)
860 table of longopts. */
868 for (p = longopts, option_index = 0; p->name; p++, option_index++)
1088 const struct option *longopts, int *longind,
1096 result = _getopt_internal_r (argc, argv, optstring, longopts, longind,
  /external/liblzf/
lzf.c 68 struct option longopts[] = { variable in typeref:struct:option
474 while ((optc = getopt_long (argc, argv, "cdfhvb:", longopts, 0)) != -1)
  /external/iproute2/misc/
ifstat.c 572 static const struct option longopts[] = { variable in typeref:struct:option
597 longopts, NULL)) != EOF) {
  /external/genext2fs/
genext2fs.c 2542 struct option longopts[] = { local
    [all...]

Completed in 3028 milliseconds