Searched refs:opts_set (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/logadm/ |
H A D | opts.h | 59 void opts_set(struct opts *opts, const char *o, const char *optarg);
|
H A D | opts.c | 180 (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 D | main.c | 512 (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 D | conf.c | 615 (void) opts_set(cp->cf_opts, o, optarg); in conf_set()
|