Home
last modified time | relevance | path

Searched refs:shortopts (Results 1 – 15 of 15) sorted by relevance

/freebsd-10-stable/contrib/gdb/include/
Dgetopt.h113 extern int getopt (int argc, char *const *argv, const char *shortopts);
121 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
124 const char *shortopts,
129 const char *shortopts,
/freebsd-10-stable/contrib/gcclibs/include/
Dgetopt.h113 extern int getopt (int argc, char *const *argv, const char *shortopts);
121 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
124 const char *shortopts,
129 const char *shortopts,
/freebsd-10-stable/contrib/binutils/ld/
Dldemul.c131 ldemul_add_options (int ns, char **shortopts, int nl, in ldemul_add_options() argument
136 (*ld_emulation->add_options) (ns, shortopts, nl, longopts, in ldemul_add_options()
Dlexsup.c570 char *shortopts; in parse_args() local
577 shortopts = xmalloc (OPTION_COUNT * 3 + 2); in parse_args()
585 shortopts[0] = '-'; in parse_args()
593 shortopts[is] = ld_options[i].shortopt; in parse_args()
598 shortopts[is] = ':'; in parse_args()
602 shortopts[is] = ':'; in parse_args()
621 shortopts[is] = '\0'; in parse_args()
625 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts); in parse_args()
690 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind); in parse_args()
DChangeLog-000196 * lexsup.c (parse_args): Don't pass shortopts to second call to
DChangeLog-02031318 * lexsup.c (parse_args): Malloc shortopts, longopts and
DChangeLog-91971868 (parse_args): Build shortopts and longopts from ld_options array.
2583 * lexsup.c (parse_args): Take B:: out of shortopts.
/freebsd-10-stable/contrib/binutils/gas/
Das.c377 char *shortopts; in parse_args() local
498 shortopts = concat (std_shortopts, md_shortopts, (char *) NULL); in parse_args()
520 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts, in parse_args()
892 free (shortopts); in parse_args()
/freebsd-10-stable/contrib/binutils/ld/emultempl/
Dticoff.em48 (int ns ATTRIBUTE_UNUSED, char **shortopts ATTRIBUTE_UNUSED, int nl,
Darmcoff.em54 (int ns ATTRIBUTE_UNUSED, char **shortopts ATTRIBUTE_UNUSED, int nl,
Delf32.em1766 (int ns, char **shortopts, int nl, struct option **longopts,
1794 *shortopts = (char *) xrealloc (*shortopts, ns + sizeof (xtra_short));
1795 memcpy (*shortopts + ns, &xtra_short, sizeof (xtra_short));
Dpep.em180 char **shortopts ATTRIBUTE_UNUSED,
Dpe.em206 (int ns ATTRIBUTE_UNUSED, char **shortopts ATTRIBUTE_UNUSED, int nl,
/freebsd-10-stable/contrib/diff/src/
Ddiff.c139 static char const shortopts[] = variable
279 while ((c = getopt_long (argc, argv, shortopts, longopts, 0)) != -1) in main()
/freebsd-10-stable/contrib/diff/
DChangeLog775 (shortopts): New constant.