Home
last modified time | relevance | path

Searched refs:short_opt (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp213 const int short_opt = defs[i].short_option; in GetLongOptions() local
217 m_getopt_table[i].val = short_opt; in GetLongOptions()
219 if (option_seen.find(short_opt) == option_seen.end()) { in GetLongOptions()
220 option_seen[short_opt] = i; in GetLongOptions()
221 } else if (short_opt) { in GetLongOptions()
224 option_seen.find(short_opt); in GetLongOptions()
232 i, defs[i].long_option, short_opt, pos->second, in GetLongOptions()
242 (int)i, defs[i].long_option, short_opt, pos->second, in GetLongOptions()
763 const OptionGroup *OptionGroupOptions::GetGroupWithOption(char short_opt) { in GetGroupWithOption() argument
766 if (opt_def.short_option == short_opt) in GetGroupWithOption()
[all …]
/freebsd/crypto/heimdal/lib/roken/
H A Dgetarg.h79 typedef int (*getarg_collect_func)(int short_opt,
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h325 const OptionGroup *GetGroupWithOption(char short_opt);
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c747 const char short_opt; member
841 long_opts[i].val = option_table[i].short_opt; in init_options()
846 short_opts[short_opt_index++] = option_table[i].short_opt; in init_options()
872 for (int i = 0; option_table[i].short_opt != 0; i++) { in usage()
875 option_table[i].short_opt, in usage()
880 option_table[i].short_opt, in usage()