Searched refs:getopt_optopt (Results 1 – 1 of 1) sorted by relevance
177 find_option_name(const getopt_data& data, const int getopt_optopt, in find_option_name() argument180 PRE(getopt_optopt >= 0); in find_option_name()182 if (getopt_optopt == 0) { in find_option_name()184 } else if (getopt_optopt < std::numeric_limits< char >::max()) { in find_option_name()185 INV(getopt_optopt > 0); in find_option_name()186 const char ch = static_cast< char >(getopt_optopt); in find_option_name()191 if (opt->val == getopt_optopt) in find_option_name()