Home
last modified time | relevance | path

Searched refs:getopt_long_only (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/include/
Dgetopt.h123 extern int getopt_long_only (int argc, char *const *argv,
135 extern int getopt_long_only ();
/toolchain/binutils/binutils-2.25/libiberty/
Dgetopt1.c81 getopt_long_only (int argc, char *const *argv, const char *options, in getopt_long_only() function
DChangeLog2604 * getopt1.c (getopt_long_only): Fix thinko.
2635 * getopt1.c (getopt_long, getopt_long_only, main): Likewise.
/toolchain/binutils/binutils-2.25/gas/
Das.c563 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts, in parse_args()
DChangeLog-20054173 getopt_long_only() from considering -a as an abbreviation for
DChangeLog-92955923 (parse_args): Use getopt_long_only. Take pointers to argc and
/toolchain/binutils/binutils-2.25/binutils/
Ddllwrap.c663 while ((c = getopt_long_only (argc, argv, "nkAqve:Uho:l:L:I:", in main()
/toolchain/binutils/binutils-2.25/ld/
Dlexsup.c661 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind); in parse_args()
DChangeLog-00011826 If getopt_long_only fails, try calling getopt_long using the
DChangeLog-91975222 (parse_args): Rewrite to use getopt_long_only.