Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c293 if (opts_count(clopts, "h")) { in main()
301 if (opts_count(clopts, "rwV") > 1) in main()
303 if (opts_count(clopts, "cM") > 1) in main()
307 if (opts_count(clopts, "e")) in main()
315 if (opts_count(clopts, "v")) in main()
318 if (!status && opts_count(clopts, "V")) in main()
322 if (opts_count(clopts, "w")) { in main()
346 if (opts_count(clopts, OPTIONS_NOT_FIRST_FORM)) in main()
463 if (opts_count(clopts, "v")) in dologname()
476 if (opts_count(clopts, "V")) { in dologname()
[all …]
H A Dconf.c336 if (opts_count(cliopts, "Vn") != 0) in conf_open()
338 else if (opts_count(cliopts, "rw") != 0) in conf_open()
464 if (Changed == CHG_NONE || opts_count(opts, "n") != 0) { in conf_close()
465 if (opts_count(opts, "v")) in conf_close()
491 if (opts_count(opts, "v")) in conf_close()
510 if (opts_count(opts, "v")) in conf_close()
H A Dopts.h60 int opts_count(struct opts *opts, const char *options);
H A Dopts.c243 opts_count(struct opts *opts, const char *options) in opts_count() function