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

/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c289 if (opts_count(clopts, "h")) {
297 if (opts_count(clopts, "rwV") > 1)
299 if (opts_count(clopts, "cM") > 1)
303 if (opts_count(clopts, "e"))
311 if (opts_count(clopts, "v"))
314 if (!status && opts_count(clopts, "V"))
318 if (opts_count(clopts, "w")) {
342 if (opts_count(clopts, OPTIONS_NOT_FIRST_FORM))
459 if (opts_count(clopts, "v"))
472 if (opts_count(clopt
[all...]
H A Dopts.h60 int opts_count(struct opts *opts, const char *options);
H A Dconf.c329 if (opts_count(cliopts, "Vn") != 0)
331 else if (opts_count(cliopts, "rw") != 0)
457 if (Changed == CHG_NONE || opts_count(opts, "n") != 0) {
458 if (opts_count(opts, "v"))
484 if (opts_count(opts, "v"))
503 if (opts_count(opts, "v"))
H A Dopts.c240 * opts_count -- return count of the options in *options that are set
243 opts_count(struct opts *opts, const char *options) function

Completed in 63 milliseconds