Searched refs:opts_optarg (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/logadm/ |
H A D | main.c | 308 err_mailto(opts_optarg(clopts, "e")); in main() 311 if ((conffile = opts_optarg(clopts, "f")) == NULL) in main() 313 if ((timestamps = opts_optarg(clopts, "F")) == NULL) in main() 326 opts_optarg(clopts, "w")); in main() 327 conf_replace(opts_optarg(clopts, "w"), clopts); in main() 507 err_mailto(opts_optarg(allopts, "e")); in dologname() 715 (void) strlcpy(ownerbuf, opts_optarg(opts, "o"), MAXATTR); in rotatelog() 721 group = opts_optarg(opts, "g"); in rotatelog() 729 mode = opts_optarg(opts, "m"); in rotatelog() 743 struct fn *rawcmd = fn_new(opts_optarg(opts, "R")); in rotatelog() [all …]
|
H A D | opts.h | 61 const char *opts_optarg(struct opts *opts, const char *o);
|
H A D | conf.c | 312 if (ret == 1 && opts && opts_optarg(opts, "P") != NULL) in conf_scan() 667 opts_optarg(cp->cf_opts, "P")) != NULL) { in conf_print()
|
H A D | opts.c | 261 opts_optarg(struct opts *opts, const char *o) in opts_optarg() function
|