Searched refs:optstring (Results 1 – 6 of 6) sorted by relevance
/llvm-project/libc/src/unistd/ |
H A D | getopt.cpp | 62 cpp::string_view optstring; 85 bool skip = optstring.front() == '-' || optstring.front() == '+' || in begin() 86 optstring.front() == ':'; in begin() 87 return {optstring.substr(!!skip)}; in begin() 90 iterator end() { return {optstring.substr(optstring.size())}; } 93 int getopt_r(int argc, char *const argv[], const char *optstring, in getopt_r() 129 [current, optstring]() -> cpp::optional<OptstringParser::value_type> { in getopt_r() 130 for (auto i : OptstringParser{optstring}) in getopt_r() 61 cpp::string_view optstring; global() member 92 getopt_r(int argc,char * const argv[],const char * optstring,GetoptContext & ctx) getopt_r() argument [all...] |
H A D | getopt.h | 22 int getopt(int argc, char *const argv[], const char *optstring);
|
/llvm-project/lldb/include/lldb/Host/common/ |
H A D | GetOptInc.h | 38 int getopt(int argc, char *const argv[], const char *optstring); 54 int getopt_long(int argc, char *const *argv, const char *optstring, 59 int getopt_long_only(int argc, char *const *argv, const char *optstring,
|
/llvm-project/lldb/source/Host/common/ |
H A D | OptionParser.cpp | 32 llvm::StringRef optstring, const Option *longopts, in Parse() argument 45 std::string opt_cstr = std::string(optstring); in Parse()
|
/llvm-project/lldb/include/lldb/Host/ |
H A D | OptionParser.h | 44 llvm::StringRef optstring, const Option *longopts,
|
/llvm-project/clang/test/Analysis/Inputs/ |
H A D | std-c-library-functions-POSIX.h | 133 int getopt(int argc, char *const argv[], const char *optstring);
|