Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/unistd/
H A Dgetopt.cpp35 struct GetoptContext { struct
36 RefWrapper<char *> optarg;
37 RefWrapper<int> optind;
38 RefWrapper<int> optopt;
39 RefWrapper<unsigned> optpos;
41 RefWrapper<int> opterr;
43 FILE *errstream;
47 template <typename... Ts> void report_error(const char *fmt, Ts... ts) { in report_error()