Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptions.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-13-stable/crypto/heimdal/lib/roken/
HDgetarg.h79 typedef int (*getarg_collect_func)(int short_opt,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptions.h325 const OptionGroup *GetGroupWithOption(char short_opt);
/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
HDztest.c717 const char short_opt; member
808 long_opts[i].val = option_table[i].short_opt; in init_options()
813 short_opts[short_opt_index++] = option_table[i].short_opt; in init_options()
839 for (int i = 0; option_table[i].short_opt != 0; i++) { in usage()
842 option_table[i].short_opt, in usage()
847 option_table[i].short_opt, in usage()