Home
last modified time | relevance | path

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

/linux/lib/
H A Dglob.c14 static bool __pure glob_match_str(char const *pat, char const *str,
47 return glob_match_str(pat, str, NULL); in glob_match()
63 return glob_match_str(pat, str, str + len); in glob_match_len()
67 static bool __pure glob_match_str(char const *pat, char const *str, in glob_match_str() function