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

/linux-master/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[]) function
119 for (p = table; !match_one(s, p->pattern, args) ; p++)

Completed in 124 milliseconds