Lines Matching refs:shortopts
539 char *shortopts;
545 shortopts = (char *) xmalloc (OPTION_COUNT * 3 + 2);
555 shortopts[0] = '-';
563 shortopts[is] = ld_options[i].shortopt;
568 shortopts[is] = ':';
572 shortopts[is] = ':';
591 shortopts[is] = '\0';
595 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts);
661 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind);