Home
last modified time | relevance | path

Searched defs:fnmatch (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
Dfnmatch.py24 def fnmatch(name, pat): function
/external/python/cpython3/Lib/
Dfnmatch.py25 def fnmatch(name, pat): function
/external/openssh/openbsd-compat/
Dfnmatch.c289 int fnmatch(const char *pattern, const char *string, int flags) in fnmatch() function
/external/python/cpython3/Lib/test/
Dtest_tracemalloc.py735 def fnmatch(inclusive, filename, pattern): function
748 def fnmatch(filename, pattern): function
/external/python/parse_type/tasks/_vendor/
Dpath.py708 def fnmatch(self, pattern, normcase=None): member in Path
/external/curl/lib/
Durldata.h1736 curl_fnmatch_callback fnmatch; /* callback to decide which file corresponds member