Searched refs:short_options (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/kyua/utils/cmdline/ |
| H A D | parser.cpp | 61 std::string short_options; member 80 data.short_options.clear(); in options_to_getopt_data() 100 data.short_options += option->short_name(); in options_to_getopt_data() 102 data.short_options += option->arg_is_optional() ? "::" : ":"; in options_to_getopt_data() 344 ("+:" + data.short_options).c_str(), in parse()
|
| /freebsd/contrib/libarchive/tar/ |
| H A D | cmdline.c | 30 static const char *short_options variable 247 p = strchr(short_options, opt); in bsdtar_getopt() 307 p = strchr(short_options, opt); in bsdtar_getopt()
|
| /freebsd/contrib/libarchive/cat/ |
| H A D | cmdline.c | 30 static const char *short_options = "h"; variable 167 p = strchr(short_options, opt); in bsdcat_getopt()
|
| /freebsd/contrib/libarchive/unzip/ |
| H A D | cmdline.c | 29 static const char *short_options variable 135 p = strchr(short_options, opt); in bsdunzip_getopt()
|
| /freebsd/contrib/libarchive/cpio/ |
| H A D | cmdline.c | 37 static const char *short_options = "067AaBC:cdE:F:f:H:hI:iJjLlmnO:opR:rtuVvW:yZz"; variable 166 p = strchr(short_options, opt); in cpio_getopt()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | Options.cpp | 972 std::string short_options = BuildShortOptions(long_options); in ParseAlias() local 982 val = OptionParser::Parse(argv, short_options, long_options, in ParseAlias() 1109 std::string short_options = BuildShortOptions(long_options); in ParseForCompletion() local 1127 val = OptionParser::Parse(dummy_vec, short_options, long_options, in ParseForCompletion() 1288 std::string short_options = BuildShortOptions(long_options); in Parse() local 1295 int val = OptionParser::Parse(argv, short_options, long_options, in Parse()
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 391 std::string short_options(OptionParser::GetShortOptionString(g_long_options)); in main_platform() local 400 while ((ch = getopt_long_only(argc, argv, short_options.c_str(), in main_platform()
|