Home
last modified time | relevance | path

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

/linux-3.4.99/lib/
Dparser.c26 static int match_one(char *s, const char *p, substring_t args[]) in match_one() function
111 for (p = table; !match_one(s, p->pattern, args) ; p++) in match_token()