Home
last modified time | relevance | path

Searched refs:short_options (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/kyua/utils/cmdline/
H A Dparser.cpp61 std::string short_options; member
80 data.short_options.clear(); in options_to_getopt_data()
97 data.short_options += option->short_name(); in options_to_getopt_data()
99 data.short_options += ':'; in options_to_getopt_data()
339 ("+:" + data.short_options).c_str(), in parse()
/freebsd/contrib/libarchive/tar/
H A Dcmdline.c30 static const char *short_options variable
245 p = strchr(short_options, opt); in bsdtar_getopt()
305 p = strchr(short_options, opt); in bsdtar_getopt()
/freebsd/contrib/libarchive/unzip/
H A Dcmdline.c29 static const char *short_options variable
135 p = strchr(short_options, opt); in bsdunzip_getopt()
/freebsd/contrib/libarchive/cat/
H A Dcmdline.c30 static const char *short_options = "h"; variable
167 p = strchr(short_options, opt); in bsdcat_getopt()
/freebsd/contrib/libarchive/cpio/
H A Dcmdline.c34 static const char *short_options = "067AaBC:cdE:F:f:H:hI:iJjLlmnO:opR:rtuVvW:yZz"; variable
163 p = strchr(short_options, opt); in cpio_getopt()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp146 std::string short_options(OptionParser::GetShortOptionString(g_long_options)); in main_platform() local
155 while ((ch = getopt_long_only(argc, argv, short_options.c_str(), in main_platform()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp937 std::string short_options = BuildShortOptions(long_options); in ParseAlias() local
947 val = OptionParser::Parse(argv, short_options, long_options, in ParseAlias()
1074 std::string short_options = BuildShortOptions(long_options); in ParseForCompletion() local
1092 val = OptionParser::Parse(dummy_vec, short_options, long_options, in ParseForCompletion()
1253 std::string short_options = BuildShortOptions(long_options); in Parse() local
1260 val = OptionParser::Parse(argv, short_options, long_options, in Parse()