Searched refs:longopts (Results 1 - 20 of 20) sorted by relevance

/haiku-buildtools/gcc/include/
H A Dgetopt.h122 const struct option *longopts, int *longind);
125 const struct option *longopts, int *longind);
130 const struct option *longopts, int *longind,
/haiku-buildtools/legacy/binutils/include/
H A Dgetopt.h122 const struct option *longopts, int *longind);
125 const struct option *longopts, int *longind);
130 const struct option *longopts, int *longind,
/haiku-buildtools/legacy/gcc/include/
H A Dgetopt.h111 const struct option *longopts, int *longind);
114 const struct option *longopts, int *longind);
119 const struct option *longopts, int *longind,
/haiku-buildtools/legacy/gcc/texinfo/lib/
H A Dgetopt.h111 const struct option *longopts, int *longind);
114 const struct option *longopts, int *longind);
119 const struct option *longopts, int *longind,
H A Dgetopt.c511 _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
515 const struct option *longopts;
615 + (longopts != NULL && argv[optind][1] == '-'));
633 if (longopts != NULL
650 for (p = longopts, option_index = 0; p->name; p++, option_index++)
830 table of longopts. */
837 for (p = longopts, option_index = 0; p->name; p++, option_index++)
/haiku-buildtools/legacy/gcc/texinfo/libtxi/
H A Dgetopt.h107 const struct option *longopts, int *longind);
110 const struct option *longopts, int *longind);
115 const struct option *longopts, int *longind,
H A Dgetopt.c379 _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
383 const struct option *longopts;
463 + (longopts != NULL && argv[optind][1] == '-'));
481 if (longopts != NULL
498 for (p = longopts, option_index = 0; p->name; p++, option_index++)
/haiku-buildtools/binutils/include/
H A Dgetopt.h121 const struct option *longopts, int *longind);
124 const struct option *longopts, int *longind);
129 const struct option *longopts, int *longind,
/haiku-buildtools/legacy/gcc/libiberty/
H A Dgetopt.c521 _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
525 const struct option *longopts;
625 + (longopts != NULL && argv[optind][1] == '-'));
643 if (longopts != NULL
660 for (p = longopts, option_index = 0; p->name; p++, option_index++)
842 table of longopts. */
849 for (p = longopts, option_index = 0; p->name; p++, option_index++)
/haiku-buildtools/legacy/binutils/ld/
H A Dldemul.c133 struct option **longopts, int nrl,
137 (*ld_emulation->add_options) (ns, shortopts, nl, longopts,
132 ldemul_add_options(int ns, char **shortopts, int nl, struct option **longopts, int nrl, struct option **really_longopts) argument
H A Dlexsup.c543 struct option *longopts; local
549 longopts = xmalloc (sizeof (*longopts) * (OPTION_COUNT + 1));
587 longopts[il] = ld_options[i].opt;
593 longopts[il].name = NULL;
596 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts);
661 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind);
/haiku-buildtools/binutils/libiberty/
H A Dgetopt.c527 const struct option *longopts,
626 + (longopts != NULL && argv[optind][1] == '-'));
644 if (longopts != NULL
661 for (p = longopts, option_index = 0; p->name; p++, option_index++)
843 table of longopts. */
850 for (p = longopts, option_index = 0; p->name; p++, option_index++)
522 _getopt_internal(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *longind, int long_only) argument
/haiku-buildtools/gcc/libiberty/
H A Dgetopt.c527 const struct option *longopts,
626 + (longopts != NULL && argv[optind][1] == '-'));
644 if (longopts != NULL
661 for (p = longopts, option_index = 0; p->name; p++, option_index++)
843 table of longopts. */
850 for (p = longopts, option_index = 0; p->name; p++, option_index++)
522 _getopt_internal(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *longind, int long_only) argument
/haiku-buildtools/legacy/binutils/libiberty/
H A Dgetopt.c527 const struct option *longopts,
626 + (longopts != NULL && argv[optind][1] == '-'));
644 if (longopts != NULL
661 for (p = longopts, option_index = 0; p->name; p++, option_index++)
843 table of longopts. */
850 for (p = longopts, option_index = 0; p->name; p++, option_index++)
522 _getopt_internal(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *longind, int long_only) argument
/haiku-buildtools/legacy/binutils/gas/
H A Das.c406 struct option *longopts; local
515 longopts = xmalloc (sizeof (std_longopts) + md_longopts_size + sizeof (struct option));
516 memcpy (longopts, std_longopts, sizeof (std_longopts));
517 memcpy (((char *) longopts) + sizeof (std_longopts), md_longopts, md_longopts_size);
518 memset (((char *) longopts) + sizeof (std_longopts) + md_longopts_size,
536 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts,
915 free (longopts);
/haiku-buildtools/binutils/ld/
H A Dldemul.c130 struct option **longopts, int nrl,
134 (*ld_emulation->add_options) (ns, shortopts, nl, longopts,
129 ldemul_add_options(int ns, char **shortopts, int nl, struct option **longopts, int nrl, struct option **really_longopts) argument
H A Dlexsup.c550 struct option *longopts; local
556 longopts = (struct option *)
557 xmalloc (sizeof (*longopts) * (OPTION_COUNT + 1));
596 longopts[il] = ld_options[i].opt;
602 longopts[il].name = NULL;
605 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts);
671 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind);
/haiku-buildtools/binutils/gas/
H A Das.c446 struct option *longopts;
565 longopts = (struct option *) xmalloc (sizeof (std_longopts)
567 memcpy (longopts, std_longopts, sizeof (std_longopts));
568 memcpy (((char *) longopts) + sizeof (std_longopts), md_longopts, md_longopts_size);
569 memset (((char *) longopts) + sizeof (std_longopts) + md_longopts_size,
587 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts,
1034 free (longopts);
445 struct option *longopts; local
/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dinstall-info.c383 struct option longopts[] =
454 int opt = getopt_long (argc, argv, "i:d:e:s:hHr", longopts, 0);
376 struct option longopts[] = variable in typeref:struct:option
/haiku-buildtools/legacy/gcc/gcc/
H A Dprotoize.c4546 static struct option longopts[] =
4605 longopts, &longind)) != EOF)
4608 c = longopts[longind].val;
4525 static struct option longopts[] = variable in typeref:struct:option

Completed in 276 milliseconds