Searched defs:clopts (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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 */ local
225 clopts = opts_parse(NULL, argv, OPTF_CLI);
229 opts_print(clopts, stderr, NULL);
289 if (opts_count(clopts, "h")) {
297 if (opts_count(clopts, "rwV") > 1)
299 if (opts_count(clopts, "cM") > 1)
302 /* arrange for error output to be mailed if clopts includes -e */
303 if (opts_count(clopts, "e"))
304 err_mailto(opts_optarg(clopts, "
447 dologname(struct fn *fnp, struct opts *clopts) argument
[all...]

Completed in 46 milliseconds