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

/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dparser.cpp170 /// \param getopt_optopt The value of getopt(3)'s optopt after the error.
177 find_option_name(const getopt_data& data, const int getopt_optopt, argument
180 PRE(getopt_optopt >= 0);
182 if (getopt_optopt == 0) {
184 } else if (getopt_optopt < std::numeric_limits< char >::max()) {
185 INV(getopt_optopt > 0);
186 const char ch = static_cast< char >(getopt_optopt);
191 if (opt->val == getopt_optopt)

Completed in 143 milliseconds