Home
last modified time | relevance | path

Searched refs:export_cue_arg (Results 1 – 3 of 3) sorted by relevance

/dports/audio/mp3splt/mp3splt-2.6.2/src/
H A Doptions_manager.c71 if ((*opt)->export_cue_arg) in free_options()
73 free((*opt)->export_cue_arg); in free_options()
74 (*opt)->export_cue_arg = NULL; in free_options()
155 opt->export_cue_arg = NULL; in new_options()
H A Doptions_manager.h63 char *export_cue_arg; member
H A Dmp3splt.c281 opt->export_cue_arg = strdup(optarg); in main()
901 err = mp3splt_export(state, CUE_EXPORT, opt->export_cue_arg, SPLT_TRUE); in main()