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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doptions.c107 static Operation *find_shorthand_operation(CommandLineOptions *options, OperationType type);
208 if(0 != find_shorthand_operation(options, OP__IMPORT_CUESHEET_FROM)) {
212 if(0 != find_shorthand_operation(options, OP__EXPORT_CUESHEET_TO)) {
216 if(0 != find_shorthand_operation(options, OP__EXPORT_PICTURE_TO)) {
221 0 != find_shorthand_operation(options, OP__IMPORT_VC_FROM) &&
222 0 == strcmp(find_shorthand_operation(options, OP__IMPORT_VC_FROM)->argument.filename.value, "-")
243 Operation *op = find_shorthand_operation(options, OP__IMPORT_CUESHEET_FROM);
245 Operation *op2 = find_shorthand_operation(options, OP__ADD_SEEKPOINT);
555 if(0 != find_shorthand_operation(options, OP__IMPORT_CUESHEET_FROM)) {
602 op = find_shorthand_operation(option
783 Operation *find_shorthand_operation(CommandLineOptions *options, OperationType type) function
[all...]

Completed in 38 milliseconds