Home
last modified time | relevance | path

Searched refs:optparse_long (Results 1 – 4 of 4) sorted by relevance

/external/tinyalsa_new/utils/
Doptparse.h70 struct optparse_long { struct
101 int optparse_long(struct optparse *options,
102 const struct optparse_long *longopts,
278 optparse_longopts_end(const struct optparse_long *longopts, int i) in optparse_longopts_end()
284 optparse_from_long(const struct optparse_long *longopts, char *optstring) in optparse_from_long()
325 const struct optparse_long *longopts, in optparse_long_fallback()
346 optparse_long(struct optparse *options, in optparse_long() function
347 const struct optparse_long *longopts, in optparse_long()
362 int r = optparse_long(options, longopts, longindex); in optparse_long()
Dtinypcminfo.c109 struct optparse_long long_options[] = { in main()
119 while ((i = optparse_long(&opts, long_options, NULL)) != -1) { in main()
Dtinymix.c93 static struct optparse_long long_options[] = { in main()
114 while ((c = optparse_long(&opts, long_options, NULL)) != -1) { in main()
Dtinyplay.c269 struct optparse_long long_options[] = { in main()
291 while ((c = optparse_long(&opts, long_options, NULL)) != -1) { in main()