/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
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()
|
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()
|
/third_party/alsa-utils/alsamixer/ |
D | cli.c | 60 static const char short_options[] = "hc:D:f:FmMV:gsa:"; in parse_options() local 78 while ((option = getopt_long(argc, argv, short_options, in parse_options()
|
/third_party/alsa-lib/test/ |
D | audio_time.c | 129 static const char short_options[] = "hcpdrD:t:"; in main() local 148 while ((c = getopt_long(argc, argv, short_options, long_options, &option_index)) != -1) { in main()
|
/third_party/alsa-utils/topology/ |
D | topology.c | 374 static const char short_options[] = "hc:d:n:u:v:o:pP:sgxzV" in main() local 411 while ((c = getopt_long(argc, argv, short_options, long_options, &option_index)) != -1) { in main()
|
/third_party/alsa-utils/seq/aseqdump/ |
D | aseqdump.c | 354 static const char short_options[] = "hVlp:"; in main() local 370 while ((c = getopt_long(argc, argv, short_options, in main()
|
/third_party/alsa-utils/alsaucm/ |
D | usecase.c | 417 static const char short_options[] = "hb:c:in"; in main() local 437 while ((c = getopt_long(argc, argv, short_options, in main()
|
/third_party/alsa-utils/amidi/ |
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/seq/aplaymidi/ |
D | aplaymidi.c | 865 static const char short_options[] = "hVlp:d:"; in main() local 879 while ((c = getopt_long(argc, argv, short_options, in main()
|
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()
|
/third_party/alsa-utils/bat/ |
D | bat.c | 389 static const char short_options[] = "D:P:C:f:n:F:c:r:s:k:p:B:E:lth"; in parse_arguments() local 403 while ((c = getopt_long(argc, argv, short_options, long_options, in parse_arguments()
|
/third_party/alsa-utils/aplay/ |
D | aplay.c | 475 static const char short_options[] = "hnlLD:qt:c:f:r:d:s:MNF:A:R:T:B:vV:IPCi" in main() local 569 while ((c = getopt_long(argc, argv, short_options, long_options, &option_index)) != -1) { in main()
|