Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/logadm/
H A Dmain.c289 if (opts_count(clopts, "h")) { in main()
297 if (opts_count(clopts, "rwV") > 1) in main()
299 if (opts_count(clopts, "cM") > 1) in main()
303 if (opts_count(clopts, "e")) in main()
311 if (opts_count(clopts, "v")) in main()
314 if (!status && opts_count(clopts, "V")) in main()
318 if (opts_count(clopts, "w")) { in main()
342 if (opts_count(clopts, OPTIONS_NOT_FIRST_FORM)) in main()
459 if (opts_count(clopts, "v")) in dologname()
472 if (opts_count(clopts, "V")) { in dologname()
[all …]
H A Dconf.c321 if (opts_count(cliopts, "Vn") != 0) in conf_open()
323 else if (opts_count(cliopts, "rw") != 0) in conf_open()
449 if (Changed == CHG_NONE || opts_count(opts, "n") != 0) { in conf_close()
450 if (opts_count(opts, "v")) in conf_close()
476 if (opts_count(opts, "v")) in conf_close()
495 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