Home
last modified time | relevance | path

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

/dports/audio/cmus/cmus-2.9.1/
H A Dtrack_info.c160 return ((flags & TI_MATCH_ARTIST) && ti->artist && u_strcasestr_base(ti->artist, word)) || in match_word()
161 ((flags & TI_MATCH_ALBUM) && ti->album && u_strcasestr_base(ti->album, word)) || in match_word()
162 ((flags & TI_MATCH_TITLE) && ti->title && u_strcasestr_base(ti->title, word)) || in match_word()
163 … ((flags & TI_MATCH_ALBUMARTIST) && ti->albumartist && u_strcasestr_base(ti->albumartist, word)); in match_word()
H A Duchar.h257 char *u_strcasestr_base(const char *haystack, const char *needle);
H A Duchar.c712 char *u_strcasestr_base(const char *haystack, const char *needle) in u_strcasestr_base() function
722 r = u_strcasestr_base(haystack, needle); in u_strcasestr_filename()
H A Dglob.c229 pos = u_strcasestr_base(text, t); in do_glob_match()
H A Dpl.c139 if (!u_strcasestr_base(pl->name, words[i])) { in pl_search_matches()