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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dutils.c34 ends_with(const char * haystack, const char * needle) function
210 return (ends_with(file, ".mpg") || ends_with(file, ".mpeg") ||
211 ends_with(file, ".avi") || ends_with(file, ".divx") ||
212 ends_with(file, ".asf") || ends_with(file, ".wmv") ||
213 ends_with(file, ".mp4") || ends_with(file, ".m4v") ||
214 ends_with(fil
[all...]
H A Dutils.h14 ends_with(const char * haystack, const char * needle);
H A Dmetadata.c209 if( ends_with(path, ".mp3") )
214 else if( ends_with(path, ".m4a") || ends_with(path, ".mp4") ||
215 ends_with(path, ".aac") || ends_with(path, ".m4p") )
220 else if( ends_with(path, ".3gp") )
225 else if( ends_with(path, ".wma") || ends_with(path, ".asf") )
230 else if( ends_with(path, ".flac") || ends_with(pat
[all...]
H A Dmetadata.h71 ends_with(const char * haystack, const char * needle);
H A Dalbumart.c118 if( ends_with(match, ".cover.jpg") )
H A Dinotify.c297 else if( ends_with(path, ".srt") )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dutils.c56 ends_with(const char * haystack, const char * needle) function
378 return (ends_with(file, ".mpg") || ends_with(file, ".mpeg") ||
379 ends_with(file, ".avi") || ends_with(file, ".divx") ||
380 ends_with(file, ".asf") || ends_with(file, ".wmv") ||
381 ends_with(file, ".mp4") || ends_with(file, ".m4v") ||
382 ends_with(fil
[all...]
H A Dmetadata.h86 ends_with(const char *haystack, const char *needle);
H A Dutils.h76 int ends_with(const char * haystack, const char * needle);
H A Dmetadata.c302 if( ends_with(path, ".mp3") )
307 else if( ends_with(path, ".m4a") || ends_with(path, ".mp4") ||
308 ends_with(path, ".aac") || ends_with(path, ".m4p") )
313 else if( ends_with(path, ".3gp") )
318 else if( ends_with(path, ".wma") || ends_with(path, ".asf") )
323 else if( ends_with(path, ".flac") || ends_with(pat
[all...]
H A Dalbumart.c113 if( ends_with(match, ".cover.jpg") )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-trace.c377 static char *ends_with(char *str, const char *suffix) function
472 str = ends_with(script_root, REPORT_SUFFIX);
520 str = ends_with(__script_root, suffix);

Completed in 125 milliseconds