Searched refs:matched_pos (Results 1 – 2 of 2) sorted by relevance
825 bool strv_fnmatch_full(char* const* patterns, const char *s, int flags, size_t *matched_pos) { in strv_fnmatch_full() argument828 if (matched_pos) in strv_fnmatch_full()829 *matched_pos = i; in strv_fnmatch_full()
231 bool strv_fnmatch_full(char* const* patterns, const char *s, int flags, size_t *matched_pos);