HomeSort by relevance Sort by last modified time
    Searched refs:longopts (Results 1 - 9 of 9) 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++)
  /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);
  /external/dhcpcd/
dhcpcd.c 67 static const struct option longopts[] = { variable in typeref:struct:option
587 for (i = 0; i < sizeof(longopts) / sizeof(longopts[0]); i++) {
588 if (!longopts[i].name ||
589 strcmp(longopts[i].name, opt) != 0)
592 if (longopts[i].has_arg == required_argument && !line) {
599 return parse_option(longopts[i].val, line, options);
692 longopts, &option_index)) != -1)
696 if (longopts[option_index].flag)
699 longopts[option_index].name)
    [all...]
  /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,
  /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 127 milliseconds