Searched refs:shortopts (Results 1 – 15 of 15) sorted by relevance
| /freebsd-10-stable/contrib/gdb/include/ |
| D | getopt.h | 113 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/ |
| D | getopt.h | 113 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/ |
| D | ldemul.c | 131 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()
|
| D | lexsup.c | 570 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()
|
| D | ChangeLog-0001 | 96 * lexsup.c (parse_args): Don't pass shortopts to second call to
|
| D | ChangeLog-0203 | 1318 * lexsup.c (parse_args): Malloc shortopts, longopts and
|
| D | ChangeLog-9197 | 1868 (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/ |
| D | as.c | 377 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/ |
| D | ticoff.em | 48 (int ns ATTRIBUTE_UNUSED, char **shortopts ATTRIBUTE_UNUSED, int nl,
|
| D | armcoff.em | 54 (int ns ATTRIBUTE_UNUSED, char **shortopts ATTRIBUTE_UNUSED, int nl,
|
| D | elf32.em | 1766 (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));
|
| D | pep.em | 180 char **shortopts ATTRIBUTE_UNUSED,
|
| D | pe.em | 206 (int ns ATTRIBUTE_UNUSED, char **shortopts ATTRIBUTE_UNUSED, int nl,
|
| /freebsd-10-stable/contrib/diff/src/ |
| D | diff.c | 139 static char const shortopts[] = variable 279 while ((c = getopt_long (argc, argv, shortopts, longopts, 0)) != -1) in main()
|
| /freebsd-10-stable/contrib/diff/ |
| D | ChangeLog | 775 (shortopts): New constant.
|