Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/include/
H A 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,
/dragonfly/contrib/binutils-2.34/include/
H A Dgetopt.h112 extern int getopt (int argc, char *const *argv, const char *shortopts);
120 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
123 const char *shortopts,
128 const char *shortopts,
/dragonfly/contrib/gdb-7/include/
H A 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,
/dragonfly/contrib/gcc-8.0/include/
H A Dgetopt.h112 extern int getopt (int argc, char *const *argv, const char *shortopts);
120 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
123 const char *shortopts,
128 const char *shortopts,
/dragonfly/contrib/binutils-2.27/include/
H A Dgetopt.h112 extern int getopt (int argc, char *const *argv, const char *shortopts);
120 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
123 const char *shortopts,
128 const char *shortopts,
/dragonfly/contrib/binutils-2.27/ld/
H A Dldemul.c129 ldemul_add_options (int ns, char **shortopts, int nl, in ldemul_add_options() argument
134 (*ld_emulation->add_options) (ns, shortopts, nl, longopts, in ldemul_add_options()
H A Dlexsup.c544 char *shortopts; in parse_args() local
550 shortopts = (char *) xmalloc (OPTION_COUNT * 3 + 2); in parse_args()
560 shortopts[0] = '-'; in parse_args()
568 shortopts[is] = ld_options[i].shortopt; in parse_args()
573 shortopts[is] = ':'; in parse_args()
577 shortopts[is] = ':'; in parse_args()
596 shortopts[is] = '\0'; in parse_args()
600 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts); in parse_args()
666 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind); in parse_args()
/dragonfly/contrib/binutils-2.34/ld/
H A Dldemul.c136 ldemul_add_options (int ns, char **shortopts, int nl, in ldemul_add_options() argument
141 (*ld_emulation->add_options) (ns, shortopts, nl, longopts, in ldemul_add_options()
H A Dlexsup.c564 char *shortopts; in parse_args() local
582 shortopts = (char *) xmalloc (OPTION_COUNT * 3 + 2); in parse_args()
592 shortopts[0] = '-'; in parse_args()
600 shortopts[is] = ld_options[i].shortopt; in parse_args()
605 shortopts[is] = ':'; in parse_args()
609 shortopts[is] = ':'; in parse_args()
628 shortopts[is] = '\0'; in parse_args()
632 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts); in parse_args()
698 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind); in parse_args()
/dragonfly/contrib/binutils-2.34/gas/
H A Das.c443 char *shortopts; in parse_args() local
587 shortopts = concat (std_shortopts, md_shortopts, (char *) NULL); in parse_args()
610 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts, in parse_args()
1078 free (shortopts); in parse_args()
/dragonfly/contrib/binutils-2.27/gas/
H A Das.c423 char *shortopts; in parse_args() local
563 shortopts = concat (std_shortopts, md_shortopts, (char *) NULL); in parse_args()
586 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts, in parse_args()
1032 free (shortopts); in parse_args()
/dragonfly/contrib/binutils-2.34/ld/emultempl/
H A Delf.em559 (int ns, char **shortopts, int nl, struct option **longopts,
605 *shortopts = (char *) xrealloc (*shortopts, ns + sizeof (xtra_short));
606 memcpy (*shortopts + ns, &xtra_short, sizeof (xtra_short));
/dragonfly/contrib/diffutils/src/
H A Ddiff.c108 static char const shortopts[] = variable
302 while ((c = getopt_long (argc, argv, shortopts, longopts, NULL)) != -1) in main()
/dragonfly/contrib/binutils-2.27/ld/emultempl/
H A Delf32.em2200 (int ns, char **shortopts, int nl, struct option **longopts,
2245 *shortopts = (char *) xrealloc (*shortopts, ns + sizeof (xtra_short));
2246 memcpy (*shortopts + ns, &xtra_short, sizeof (xtra_short));