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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dutils.c57 ends_with(const char * haystack, const char * needle) function
379 return (ends_with(file, ".mpg") || ends_with(file, ".mpeg") ||
380 ends_with(file, ".avi") || ends_with(file, ".divx") ||
381 ends_with(file, ".asf") || ends_with(file, ".wmv") ||
382 ends_with(file, ".mp4") || ends_with(file, ".m4v") ||
383 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.c301 if( ends_with(path, ".mp3") )
306 else if( ends_with(path, ".m4a") || ends_with(path, ".mp4") ||
307 ends_with(path, ".aac") || ends_with(path, ".m4p") )
312 else if( ends_with(path, ".3gp") )
317 else if( ends_with(path, ".wma") || ends_with(path, ".asf") )
322 else if( ends_with(path, ".flac") || ends_with(pat
[all...]
H A Dalbumart.c113 if( ends_with(match, ".cover.jpg") )
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dutils.c57 ends_with(const char * haystack, const char * needle) function
379 return (ends_with(file, ".mpg") || ends_with(file, ".mpeg") ||
380 ends_with(file, ".avi") || ends_with(file, ".divx") ||
381 ends_with(file, ".asf") || ends_with(file, ".wmv") ||
382 ends_with(file, ".mp4") || ends_with(file, ".m4v") ||
383 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.c301 if( ends_with(path, ".mp3") )
306 else if( ends_with(path, ".m4a") || ends_with(path, ".mp4") ||
307 ends_with(path, ".aac") || ends_with(path, ".m4p") )
312 else if( ends_with(path, ".3gp") )
317 else if( ends_with(path, ".wma") || ends_with(path, ".asf") )
322 else if( ends_with(path, ".flac") || ends_with(pat
[all...]
H A Dalbumart.c113 if( ends_with(match, ".cover.jpg") )
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dutils.c57 ends_with(const char * haystack, const char * needle) function
379 return (ends_with(file, ".mpg") || ends_with(file, ".mpeg") ||
380 ends_with(file, ".avi") || ends_with(file, ".divx") ||
381 ends_with(file, ".asf") || ends_with(file, ".wmv") ||
382 ends_with(file, ".mp4") || ends_with(file, ".m4v") ||
383 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.c301 if( ends_with(path, ".mp3") )
306 else if( ends_with(path, ".m4a") || ends_with(path, ".mp4") ||
307 ends_with(path, ".aac") || ends_with(path, ".m4p") )
312 else if( ends_with(path, ".3gp") )
317 else if( ends_with(path, ".wma") || ends_with(path, ".asf") )
322 else if( ends_with(path, ".flac") || ends_with(pat
[all...]
H A Dalbumart.c113 if( ends_with(match, ".cover.jpg") )
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 137 milliseconds