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

/illumos-gate/usr/src/cmd/logadm/
H A Dopts.h57 struct opts *opts_parse(struct opts *, char **args, int flags);
H A Dconf.c290 opts = opts_parse(opts, Args, OPTF_CONF);
579 return (opts_parse(NULL, NULL, OPTF_CONF));
619 opts_parse(NULL, NULL, OPTF_CONF), NULL, 0);
693 opts = opts_parse(NULL, NULL, 0);
H A Dopts.c48 /* info created by opts_parse(), private to this module */
122 * opts_parse -- parse an argv-style list of options
127 opts_parse(struct opts *opts, char **argv, int flags) function
199 * opts_free -- free a struct opts previously allocated by opts_parse()
544 opts = opts_parse(NULL, argv, OPTF_CLI);
H A Dmain.c225 clopts = opts_parse(NULL, argv, OPTF_CLI);

Completed in 64 milliseconds