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

/illumos-gate/usr/src/cmd/logadm/
H A Dopts.h61 const char *opts_optarg(struct opts *opts, const char *o);
H A Dmain.c304 err_mailto(opts_optarg(clopts, "e"));
307 if ((conffile = opts_optarg(clopts, "f")) == NULL)
309 if ((timestamps = opts_optarg(clopts, "F")) == NULL)
322 opts_optarg(clopts, "w"));
323 conf_replace(opts_optarg(clopts, "w"), clopts);
503 err_mailto(opts_optarg(allopts, "e"));
710 (void) strlcpy(ownerbuf, opts_optarg(opts, "o"), MAXATTR);
716 group = opts_optarg(opts, "g");
724 mode = opts_optarg(opts, "m");
738 struct fn *rawcmd = fn_new(opts_optarg(opt
[all...]
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
H A Dconf.c305 if (ret == 1 && opts && opts_optarg(opts, "P") != NULL)
663 opts_optarg(cp->cf_opts, "P")) != NULL) {

Completed in 62 milliseconds