Searched refs:opts_optarg (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/logadm/
H A Dopts.h61 const char *opts_optarg(struct opts *opts, const char *o);
H A Dmain.c302 err_mailto(opts_optarg(clopts, "e"));
305 if ((conffile = opts_optarg(clopts, "f")) == NULL)
307 if ((timestamps = opts_optarg(clopts, "F")) == NULL)
320 opts_optarg(clopts, "w"));
321 conf_replace(opts_optarg(clopts, "w"), clopts);
501 err_mailto(opts_optarg(allopts, "e"));
708 (void) strlcpy(ownerbuf, opts_optarg(opts, "o"), MAXATTR);
714 group = opts_optarg(opts, "g");
722 mode = opts_optarg(opts, "m");
736 struct fn *rawcmd = fn_new(opts_optarg(opt
[all...]
H A Dconf.c293 if (ret == 1 && opts && opts_optarg(opts, "P") != NULL)
651 opts_optarg(cp->cf_opts, "P")) != NULL) {
H A Dopts.c258 * opts_optarg -- return the optarg for the given option, NULL if not set
261 opts_optarg(struct opts *opts, const char *o) function

Completed in 142 milliseconds