Home
last modified time | relevance | path

Searched defs:GetoptContext (Results 1 – 1 of 1) sorted by relevance

/external/llvm-libc/src/unistd/
Dgetopt.cpp34 struct GetoptContext { struct
35 RefWrapper<char *> optarg;
36 RefWrapper<int> optind;
37 RefWrapper<int> optopt;
38 RefWrapper<unsigned> optpos;
40 RefWrapper<int> opterr;
42 FILE *errstream;
46 template <typename... Ts> void report_error(const char *fmt, Ts... ts) { in report_error()