Searched refs:OPTPARSE_REQUIRED (Results 1 – 4 of 4) sorted by relevance
/external/tinyalsa_new/utils/ |
D | tinyplay.c | 270 { "card", 'D', OPTPARSE_REQUIRED }, in main() 271 { "device", 'd', OPTPARSE_REQUIRED }, in main() 272 { "period-size", 'p', OPTPARSE_REQUIRED }, in main() 273 { "period-count", 'n', OPTPARSE_REQUIRED }, in main() 274 { "file-type", 'i', OPTPARSE_REQUIRED }, in main() 275 { "channels", 'c', OPTPARSE_REQUIRED }, in main() 276 { "rate", 'r', OPTPARSE_REQUIRED }, in main() 277 { "bits", 'b', OPTPARSE_REQUIRED }, in main()
|
D | tinypcminfo.c | 111 { "card", 'D', OPTPARSE_REQUIRED }, in main() 112 { "device", 'd', OPTPARSE_REQUIRED }, in main()
|
D | optparse.h | 66 OPTPARSE_REQUIRED, enumerator 239 case OPTPARSE_REQUIRED: in optparse() 389 } else if (longopts[i].argtype == OPTPARSE_REQUIRED) { in optparse_long()
|
D | tinymix.c | 94 { "card", 'D', OPTPARSE_REQUIRED }, in main()
|