Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c293 opts = opts_parse(opts, Args, OPTF_CONF); in conf_scan()
586 return (opts_parse(NULL, NULL, OPTF_CONF)); in conf_opts()
626 opts_parse(NULL, NULL, OPTF_CONF), NULL, 0); in conf_set()
705 opts = opts_parse(NULL, NULL, 0); in main()
H A Dopts.h57 struct opts *opts_parse(struct opts *, char **args, int flags);
H A Dopts.c127 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 Dmain.c229 clopts = opts_parse(NULL, argv, OPTF_CLI); in main()