Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c58 static void dologname(struct fn *fnp, struct opts *clopts);
165 struct opts *clopts = NULL; /* from parsing command line */ in main() local
229 clopts = opts_parse(NULL, argv, OPTF_CLI); in main()
233 opts_print(clopts, stderr, NULL); in main()
293 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()
308 err_mailto(opts_optarg(clopts, "e")); in main()
311 if ((conffile = opts_optarg(clopts, "f")) == NULL) in main()
[all …]