Searched refs:listname (Results 1 – 2 of 2) sorted by relevance
1130 int sox_parse_playlist(sox_playlist_callback_t callback, void * p, char const * const listname) in sox_parse_playlist() argument1132 sox_bool const is_pls = playlist_type(listname) == Pls; in sox_parse_playlist()1136 char * dirname = lsx_strdup(listname); in sox_parse_playlist()1139 FILE * file = xfopen(listname, "r", &io_type); in sox_parse_playlist()1149 lsx_fail("Can't open playlist file `%s': %s", listname, strerror(errno)); in sox_parse_playlist()1201 lsx_fail("error reading playlist file `%s': %s", listname, strerror(errno)); in sox_parse_playlist()1205 lsx_fail("error reading playlist file URL `%s'", listname); in sox_parse_playlist()
2231 LSX_PARAM_IN char const * const listname /**< Filename of playlist file. */