Home
last modified time | relevance | path

Searched refs:short_options (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dgetopt_long_only.c48 char *const short_options = "nbl:"; in main() local
56 c = getopt_long_only(argc, argv, short_options, long_options, NULL); in main()
H A Dgetopt_long.c48 char *const short_options = "nbl:"; in main() local
56 c = getopt_long(argc, argv, short_options, long_options, NULL); in main()
/third_party/alsa-utils/alsamixer/
H A Dcli.c63 static const char short_options[] = "hc:f:FD:mMV:Bga:"; in parse_options() local
82 while ((option = getopt_long(argc, argv, short_options, in parse_options()
/third_party/alsa-lib/test/
H A Daudio_time.c132 static const char short_options[] = "hcpdrD:t:"; in main() local
151 while ((c = getopt_long(argc, argv, short_options, long_options, &option_index)) != -1) { in main()
/third_party/alsa-utils/topology/
H A Dtopology.c413 static const char short_options[] = "hc:d:n:u:v:o:pP:sgxzV" in main() local
452 while ((c = getopt_long(argc, argv, short_options, long_options, &option_index)) != -1) { in main()
/third_party/alsa-utils/amidi/
H A Damidi.c474 static const char short_options[] = "hVlLp:s:r:S::dt:aci:T:"; in main() local
499 while ((c = getopt_long(argc, argv, short_options, in main()
/third_party/alsa-utils/bat/
H A Dbat.c391 static const char short_options[] = "D:P:C:f:n:F:c:r:s:k:p:B:E:lth"; in parse_arguments() local
406 while ((c = getopt_long(argc, argv, short_options, long_options, in parse_arguments()
/third_party/alsa-utils/seq/aseqdump/
H A Daseqdump.c686 static const char short_options[] = "hVlp:NPR" in main() local
713 while ((c = getopt_long(argc, argv, short_options, in main()
/third_party/alsa-utils/seq/aplaymidi/
H A Darecordmidi.c729 static const char short_options[] = "hVlp:b:f:t:sdm:i:n:"; in main() local
757 while ((c = getopt_long(argc, argv, short_options, in main()
H A Daplaymidi.c981 static const char short_options[] = OPTIONS; in main() local
998 while ((c = getopt_long(argc, argv, short_options, in main()
/third_party/alsa-utils/aplay/
H A Daplay.c481 static const char short_options[] = "hnlLD:qt:c:f:r:d:s:MNF:A:R:T:B:vV:IPCi" local
577 while ((c = getopt_long(argc, argv, short_options, long_options, &option_index)) != -1) {

Completed in 13 milliseconds