Searched refs:opts_parse (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/logadm/ |
H A D | conf.c | 282 opts = opts_parse(opts, Args, OPTF_CONF); in conf_scan() 571 return (opts_parse(NULL, NULL, OPTF_CONF)); in conf_opts() 611 opts_parse(NULL, NULL, OPTF_CONF), NULL, 0); in conf_set() 685 opts = opts_parse(NULL, NULL, 0); in main()
|
H A D | opts.h | 57 struct opts *opts_parse(struct opts *, char **args, int flags);
|
H A D | opts.c | 127 opts_parse(struct opts *opts, char **argv, int flags) in opts_parse() function 544 opts = opts_parse(NULL, argv, OPTF_CLI); in main()
|
H A D | main.c | 225 clopts = opts_parse(NULL, argv, OPTF_CLI); in main()
|