Home
last modified time | relevance | path

Searched refs:match_one (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dparser.c15 * match_one: - Determines if a string matches a simple pattern
25 static int match_one(char *s, const char *p, substring_t args[]) in match_one() function
110 for (p = table; !match_one(s, p->pattern, args) ; p++) in match_token()
/kernel/linux/linux-6.6/lib/
H A Dparser.c24 * match_one - Determines if a string matches a simple pattern
34 static int match_one(char *s, const char *p, substring_t args[]) in match_one() function
119 for (p = table; !match_one(s, p->pattern, args) ; p++) in match_token()

Completed in 3 milliseconds