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

/illumos-gate/usr/src/cmd/logadm/
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);

Completed in 62 milliseconds