Lines Matching defs:opts
49 struct opts { struct
55 static off_t opts_parse_ctime(const char *o, const char *optarg); argument
127 opts_parse(struct opts *opts, char **argv, int flags) in opts_parse()
202 opts_free(struct opts *opts) in opts_free()
216 opts_set(struct opts *opts, const char *o, const char *optarg) in opts_set()
234 opts_setcmdarg(struct opts *opts, const char *cmdarg) in opts_setcmdarg()
243 opts_count(struct opts *opts, const char *options) in opts_count()
261 opts_optarg(struct opts *opts, const char *o) in opts_optarg()
270 opts_optarg_int(struct opts *opts, const char *o) in opts_optarg_int()
284 opts_cmdargs(struct opts *opts) in opts_cmdargs()
495 opts_print(struct opts *opts, FILE *stream, char *exclude) in opts_print()
531 struct opts *opts; in main() local