Searched refs:getopt_long_only (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/include/ |
D | getopt.h | 123 extern int getopt_long_only (int argc, char *const *argv, 135 extern int getopt_long_only ();
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | getopt1.c | 81 getopt_long_only (int argc, char *const *argv, const char *options, in getopt_long_only() function
|
D | ChangeLog | 2604 * getopt1.c (getopt_long_only): Fix thinko. 2635 * getopt1.c (getopt_long, getopt_long_only, main): Likewise.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | as.c | 563 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts, in parse_args()
|
D | ChangeLog-2005 | 4173 getopt_long_only() from considering -a as an abbreviation for
|
D | ChangeLog-9295 | 5923 (parse_args): Use getopt_long_only. Take pointers to argc and
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | dllwrap.c | 663 while ((c = getopt_long_only (argc, argv, "nkAqve:Uho:l:L:I:", in main()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | lexsup.c | 661 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind); in parse_args()
|
D | ChangeLog-0001 | 1826 If getopt_long_only fails, try calling getopt_long using the
|
D | ChangeLog-9197 | 5222 (parse_args): Rewrite to use getopt_long_only.
|