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

/opensolaris-onvv-gate/usr/src/cmd/logadm/
H A Dopts.h57 struct opts *opts_parse(struct opts *, char **args, int flags);
H A Dconf.c287 opts = opts_parse(opts, Args, OPTF_CONF);
567 return (opts_parse(NULL, NULL, OPTF_CONF));
607 opts_parse(NULL, NULL, OPTF_CONF), NULL, 0);
681 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.c223 clopts = opts_parse(NULL, argv, OPTF_CLI);

Completed in 114 milliseconds