Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c1387 char *expand_fn, *efn; in fndup_with_count() local
1393 efn = expand_fn = lsx_malloc((size_t)FILENAME_MAX); in fndup_with_count()
1460 return expand_fn; in fndup_with_count()
1469 char *expand_fn; in open_output_file() local
1498 expand_fn = fndup_with_count(ofile->filename, ++output_count); in open_output_file()
1500 expand_fn = lsx_strdup(ofile->filename); in open_output_file()
1501 ofile->ft = sox_open_write(expand_fn, &ofile->signal, &ofile->encoding, in open_output_file()
1504 free(expand_fn); in open_output_file()