Searched defs:OurGetopt (Results 1 – 1 of 1) sorted by relevance
43 struct OurGetopt { struct44 using LongOptionType = getopt_compat::option;45 using GetoptFn = decltype(&getopt_compat::getopt);46 using GetoptLongFn = decltype(&getopt_compat::getopt_long);47 GetoptFn getopt = &getopt_compat::getopt;48 GetoptLongFn getopt_long = &getopt_compat::getopt_long;49 int& optind = getopt_compat::optind;50 int& optopt = getopt_compat::optopt;51 int& opterr = getopt_compat::opterr;52 char*& optarg = getopt_compat::optarg;