Searched refs:short_opt (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | Options.cpp | 208 const int short_opt = defs[i].short_option; in GetLongOptions() local 212 m_getopt_table[i].val = short_opt; in GetLongOptions() 214 auto [pos, inserted] = option_seen.try_emplace(short_opt, i); in GetLongOptions() 215 if (!inserted && short_opt) { in GetLongOptions() 224 i, defs[i].long_option, short_opt, pos->second, in GetLongOptions() 234 (int)i, defs[i].long_option, short_opt, pos->second, in GetLongOptions() 797 const OptionGroup *OptionGroupOptions::GetGroupWithOption(char short_opt) { in GetGroupWithOption() argument 800 if (opt_def.short_option == short_opt) in GetGroupWithOption() 924 std::string short_opt = llvm::formatv("-{0}", char(long_option.val)).str(); in FindArgumentIndexForOption() local 928 if (entry.value().ref().starts_with(short_opt) || in FindArgumentIndexForOption()
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | getarg.h | 79 typedef int (*getarg_collect_func)(int short_opt,
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | Options.h | 325 const OptionGroup *GetGroupWithOption(char short_opt);
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 748 const char short_opt; member 842 long_opts[i].val = option_table[i].short_opt; in init_options() 847 short_opts[short_opt_index++] = option_table[i].short_opt; in init_options() 873 for (int i = 0; option_table[i].short_opt != 0; i++) { in usage() 876 option_table[i].short_opt, in usage() 881 option_table[i].short_opt, in usage()
|