Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c308 err_mailto(opts_optarg(clopts, "e")); in main()
311 if ((conffile = 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()
721 group = opts_optarg(opts, "g"); in rotatelog()
729 mode = opts_optarg(opts, "m"); in rotatelog()
764 const char *cmd = opts_optarg(opts, "a"); in rotatelog()
823 const char *cmd = opts_optarg(opts, "b"); in rotateto()
887 template = fn_new(opts_optarg(opts, "T")); in expirefiles()
[all …]
H A Dopts.h61 const char *opts_optarg(struct opts *opts, const char *o);
H A Dconf.c312 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 Dopts.c261 opts_optarg(struct opts *opts, const char *o) in opts_optarg() function