Searched defs:SystemGetopt (Results 1 – 1 of 1) sorted by relevance
56 struct SystemGetopt { struct57 using LongOptionType = ::option;58 using GetoptFn = decltype(&::getopt);59 using GetoptLongFn = decltype(&::getopt_long);60 GetoptFn getopt = &::getopt;61 GetoptLongFn getopt_long = &::getopt_long;62 int& optind = ::optind;63 int& optopt = ::optopt;64 int& opterr = ::opterr;65 char*& optarg = ::optarg;