Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp697 std::string usage_str = tool_name.str() + " [options]"; printHelp() local
/freebsd-src/crypto/openssl/test/
H A Dtestutil.h184 # define OPT_TEST_DECLARE_USAGE(usage_str) \ argument