Searched refs:optparse_error (Results 1 – 1 of 1) sorted by relevance
/external/tinyalsa_new/utils/ |
D | optparse.h | 125 optparse_error(struct optparse *options, const char *msg, const char *data) in optparse_error() function 229 return optparse_error(options, OPTPARSE_MSG_INVALID, str); in optparse() 251 return optparse_error(options, OPTPARSE_MSG_MISSING, str); in optparse() 386 return optparse_error(options, OPTPARSE_MSG_TOOMANY, name); in optparse_long() 392 return optparse_error(options, OPTPARSE_MSG_MISSING, name); in optparse_long() 399 return optparse_error(options, OPTPARSE_MSG_INVALID, option); in optparse_long()
|