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

/opensolaris-onvv-gate/usr/src/cmd/logadm/
H A Dmain.c287 if (opts_count(clopts, "h")) {
295 if (opts_count(clopts, "rwV") > 1)
297 if (opts_count(clopts, "cM") > 1)
301 if (opts_count(clopts, "e"))
309 if (opts_count(clopts, "v"))
312 if (!status && opts_count(clopts, "V"))
316 if (opts_count(clopts, "w")) {
340 if (opts_count(clopts, OPTIONS_NOT_FIRST_FORM))
457 if (opts_count(clopts, "v"))
470 if (opts_count(clopt
[all...]
H A Dopts.h60 int opts_count(struct opts *opts, const char *options);
H A Dconf.c280 if (opts_count(cliopts, "v"))
317 if (opts_count(cliopts, "Vn") != 0)
319 else if (opts_count(cliopts, "rw") != 0)
445 if (Changed == CHG_NONE || opts_count(opts, "n") != 0) {
446 if (opts_count(opts, "v"))
472 if (opts_count(opts, "v"))
491 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 46 milliseconds