Searched refs:opt_set (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Dfind.c46 opt_set(tOptions * opts, char * arg, int idx, bool disable, tOptState * st);
209 opt_set(tOptions * opts, char * arg, int idx, bool disable, tOptState * st) function
397 case 1: return opt_set(opts, opt_arg, idx, disable, state);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp428 for (uint32_t opt_set = 0; opt_set < num_option_sets; ++opt_set) {
431 opt_set_mask = 1 << opt_set;
432 if (opt_set > 0)

Completed in 59 milliseconds