HomeSort by: relevance | last modified time | path
    Searched refs:shortopts (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl2/gmake/dist/
getopt.h 102 extern int getopt (int argc, char *const *argv, const char *shortopts);
103 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
106 const char *shortopts,
111 const char *shortopts,
  /src/external/gpl3/binutils/dist/include/
getopt.h 112 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,
  /src/external/gpl3/binutils.old/dist/include/
getopt.h 112 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,
  /src/external/gpl3/gcc.old/dist/include/
getopt.h 112 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,
  /src/external/gpl3/gcc/dist/include/
getopt.h 112 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,
  /src/external/gpl3/gdb/dist/include/
getopt.h 112 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,
  /src/external/gpl3/gdb.old/dist/include/
getopt.h 112 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,
  /src/external/gpl2/mkhybrid/dist/
getopt.h 99 const char *shortopts,
104 const char *shortopts,
mkisofs.c 828 char shortopts[OPTION_COUNT * 3 + 2]; local
861 shortopts[0] = '-';
868 shortopts[is] = ld_options[i].shortopt;
873 shortopts[is] = ':';
877 shortopts[is] = ':';
888 shortopts[is] = '\0';
892 while ((c = getopt_long_only (argc, argv, shortopts, longopts, &longind)) != EOF)
  /src/external/gpl3/binutils/dist/ld/
ldemul.c 157 ldemul_add_options (int ns, char **shortopts, int nl,
162 (*ld_emulation->add_options) (ns, shortopts, nl, longopts,
lexsup.c 659 char *shortopts; local
677 shortopts = (char *) xmalloc (OPTION_COUNT * 3 + 2);
687 shortopts[0] = '-';
695 shortopts[is] = ld_options[i].shortopt;
700 shortopts[is] = ':';
704 shortopts[is] = ':';
723 shortopts[is] = '\0';
727 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts);
793 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind);
1870 free (shortopts);
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldemul.c 157 ldemul_add_options (int ns, char **shortopts, int nl,
162 (*ld_emulation->add_options) (ns, shortopts, nl, longopts,
lexsup.c 668 char *shortopts; local
686 shortopts = (char *) xmalloc (OPTION_COUNT * 3 + 2);
696 shortopts[0] = '-';
704 shortopts[is] = ld_options[i].shortopt;
709 shortopts[is] = ':';
713 shortopts[is] = ':';
732 shortopts[is] = '\0';
736 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts);
802 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind);
1881 free (shortopts);
    [all...]
  /src/external/gpl3/binutils/dist/gas/
as.c 459 char *shortopts;
624 shortopts = concat (std_shortopts, md_shortopts, (char *) NULL);
647 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts,
1193 free (shortopts);
458 char *shortopts; local
  /src/external/gpl3/binutils.old/dist/gas/
as.c 446 char *shortopts;
609 shortopts = concat (std_shortopts, md_shortopts, (char *) NULL);
632 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts,
1173 free (shortopts);
445 char *shortopts; local
  /src/external/gpl2/diffutils/dist/src/
diff.c 145 static char const shortopts[] =
282 while ((c = getopt_long (argc, argv, shortopts, longopts, 0)) != -1)
144 static char const shortopts[] = variable

Completed in 46 milliseconds