Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/logadm/
H A Dopts.h59 void opts_set(struct opts *opts, const char *o, const char *optarg);
H A Dopts.c180 (void) opts_set(opts, info->oi_o, ""); in opts_parse()
190 opts_set(opts, info->oi_o, ptr); in opts_parse()
216 opts_set(struct opts *opts, const char *o, const char *optarg) in opts_set() function
H A Dmain.c512 (void) opts_set(allopts, "s", "1b"); in dologname()
513 (void) opts_set(allopts, "p", "1w"); in dologname()
520 (void) opts_set(allopts, "C", "10"); in dologname()
527 (void) opts_set(allopts, "t", "$file.$n"); in dologname()
H A Dconf.c615 (void) opts_set(cp->cf_opts, o, optarg); in conf_set()