Home
last modified time | relevance | path

Searched refs:conf_replace (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dconf.h38 void conf_replace(const char *lhs, struct opts *newopts);
H A Dmain.c327 conf_replace(opts_optarg(clopts, "w"), clopts); in main()
496 conf_replace(logname, NULL); in dologname()
H A Dconf.c593 conf_replace(const char *lhs, struct opts *newopts) in conf_replace() function