Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/logadm/
H A Dmain.c56 static void dologname(struct fn *fnp, struct opts *clopts);
161 struct opts *clopts; /* from parsing command line */ in main() local
225 clopts = opts_parse(NULL, argv, OPTF_CLI); in main()
229 opts_print(clopts, stderr, NULL); in main()
289 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()
304 err_mailto(opts_optarg(clopts, "e")); in main()
307 if ((conffile = opts_optarg(clopts, "f")) == NULL) in main()
[all …]