Searched refs:this_argv (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Doptions.cc844 const char* const this_argv = argv[*i]; local
846 const char* equals = strchr(this_argv, '=');
847 const char* option_start = this_argv + strspn(this_argv, "-");
859 if (this_argv[0] != '-') // no dashes at all: had better be "-z <longopt>"
864 else if (this_argv[1] != '-') // one dash
887 usage(_("unexpected argument"), this_argv);
900 usage(_("missing argument"), this_argv);
920 const char* const this_argv = argv[*i]; local
922 if (this_argv[
[all...]

Completed in 84 milliseconds