Home
last modified time | relevance | path

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

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