Searched refs:shortopts (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/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,
/freebsd-11-stable/contrib/gdb/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,
/freebsd-11-stable/contrib/binutils/ld/
H A Dldemul.c131 ldemul_add_options (int ns, char **shortopts, int nl, argument
136 (*ld_emulation->add_options) (ns, shortopts, nl, longopts,
H A Dlexsup.c570 char *shortopts; local
577 shortopts = xmalloc (OPTION_COUNT * 3 + 2);
585 shortopts[0] = '-';
593 shortopts[is] = ld_options[i].shortopt;
598 shortopts[is] = ':';
602 shortopts[is] = ':';
621 shortopts[is] = '\0';
625 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts);
690 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind);
/freebsd-11-stable/contrib/binutils/gas/
H A Das.c378 char *shortopts;
499 shortopts = concat (std_shortopts, md_shortopts, (char *) NULL);
521 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts,
893 free (shortopts);
377 char *shortopts; local
/freebsd-11-stable/contrib/diff/src/
H A Ddiff.c140 static char const shortopts[] =
280 while ((c = getopt_long (argc, argv, shortopts, longopts, 0)) != -1)
139 static char const shortopts[] = variable

Completed in 130 milliseconds