Searched refs:num_options (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp212 uint32_t num_options; local
215 for (num_options = 0; option_table[num_options].long_option != NULL; ++num_options)
217 uint32_t this_usage_mask = option_table[num_options].usage_mask;
247 for (uint32_t i = 0; i < num_options; ++i)
297 for (uint32_t i = 0; i < num_options; ++i)
348 uint32_t num_options)
350 if (num_options == 0)
357 getopt_table.resize (num_options
347 BuildGetOptTable(OptionDefinition *expanded_option_table, std::vector<struct option> &getopt_table, uint32_t num_options) argument
562 uint32_t num_options; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp187 int num_options = NumCommandOptions (); local
188 if (num_options == 0)
199 for (int i = 0; i < num_options; i++)
225 for (int i = 0; i < num_options; ++i)
266 const uint32_t num_options = NumCommandOptions(); local
267 if (num_options == 0)
275 m_getopt_table.resize(num_options + 1);
276 for (i = 0; i < num_options; ++i)
497 const uint32_t num_options = NumCommandOptions(); local
498 if (num_options
[all...]
/freebsd-10.3-release/usr.sbin/ctld/
H A Dkernel.c657 int error, i, num_options; local
713 num_options = 0;
715 num_options++;
717 req.num_be_args = num_options;
718 if (num_options > 0) {
719 req.be_args = malloc(num_options * sizeof(*req.be_args));
722 num_options * sizeof(*req.be_args));
731 assert(i == num_options);
765 int error, i, num_options; local
775 num_options
[all...]
/freebsd-10.3-release/usr.sbin/ctladm/
H A Dctladm.c2294 int num_options = 0; local
2349 num_options++;
2416 req.num_be_args = num_options;
2417 if (num_options > 0) {
2421 req.be_args = malloc(num_options * sizeof(*req.be_args));
2424 num_options * sizeof(*req.be_args));
2430 i < num_options; i++, option = next_option) {
2497 int num_options = 0; local
2545 num_options++;
2566 req.num_be_args = num_options;
2639 int num_options = 0; local
[all...]

Completed in 66 milliseconds