Home
last modified time | relevance | path

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

/external/flac/src/plugin_xmms/
Dtag.c50 static char *local__extname(const char *filename) in local__extname() function
134 input->file_ext = local__extname(filename); in flac_format_song_title()
143 if (local__extname(ret) != NULL) in flac_format_song_title()
144 *(local__extname(ret) - 1) = '\0'; /* removes period */ in flac_format_song_title()