Home
last modified time | relevance | path

Searched defs:optparse (Results 1 – 2 of 2) sorted by relevance

/external/tinyalsa_new/utils/
Doptparse.h54 struct optparse { struct
64 enum optparse_argtype { argument
80 void optparse_init(struct optparse *options, char **argv); argument
196 optparse(struct optparse *options, const char *optstring) in optparse() function
/external/sonivox/jet_tools/JetCreator/
DJetFile.py746 optparse = __import__('optparse') variable