Searched refs:short_options (Results 1 - 11 of 11) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | getopt_long_only.c | 48 char *const short_options = "nbl:"; in main() local 56 c = getopt_long_only(argc, argv, short_options, long_options, NULL); in main()
|
H A D | getopt_long.c | 48 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 D | cli.c | 63 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 D | audio_time.c | 132 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 D | topology.c | 413 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 D | amidi.c | 474 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 D | bat.c | 391 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 D | aseqdump.c | 686 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 D | arecordmidi.c | 729 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 D | aplaymidi.c | 981 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 D | aplay.c | 481 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 11 milliseconds