Searched refs:pattern_match (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | patternspec.c | 136 pattern_match (PatternSpec * pspec, guint string_length, in pattern_match() function 333 return pattern_match (pspec, strlen (string), string, NULL); in pattern_match_string()
|
/third_party/FatFs/source/ |
D | ff.c | 2284 static int pattern_match ( /* 0:mismatched, 1:matched */ in pattern_match() function 2311 if (pattern_match(pptr, nptr, sk, recur - 1)) return 1; /* Test new branch (recursive call) */ in pattern_match() 4320 if (pattern_match(dp->pat, fno->fname, 0, FIND_RECURS)) break; /* Test for the file name */ in f_findnext() 4322 …if (pattern_match(dp->pat, fno->altname, 0, FIND_RECURS)) break; /* Test for alternative name if e… in f_findnext()
|