Lines Matching refs:optparse
54 struct optparse { struct
80 void optparse_init(struct optparse *options, char **argv); argument
92 int optparse(struct optparse *options, const char *optstring);
101 int optparse_long(struct optparse *options,
115 char *optparse_arg(struct optparse *options);
125 optparse_error(struct optparse *options, const char *msg, const char *data) in optparse_error()
142 optparse_init(struct optparse *options, char **argv) in optparse_init()
171 optparse_permute(struct optparse *options, int index) in optparse_permute()
196 optparse(struct optparse *options, const char *optstring) in optparse() function
212 int r = optparse(options, optstring); in optparse()
268 optparse_arg(struct optparse *options) in optparse_arg()
324 optparse_long_fallback(struct optparse *options, in optparse_long_fallback()
331 result = optparse(options, optstring); in optparse_long_fallback()
346 optparse_long(struct optparse *options, in optparse_long()