Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_fnmatch.py6 from fnmatch import fnmatch, fnmatchcase, _MAXCACHE, _cache
7 from fnmatch import fnmatch, fnmatchcase, _MAXCACHE, _cache, _purge
54 check('AbC', 'abc', 0, fnmatchcase)
55 check('abc', 'AbC', 0, fnmatchcase)
/external/jsoncpp/scons-tools/
Dglobtool.py24 if fnmatch.fnmatchcase( fn, include ):
29 if fnmatch.fnmatchcase( fn, exclude ):
/external/python/cpython2/Lib/
Dfnmatch.py43 return fnmatchcase(name, pat)
69 def fnmatchcase(name, pat): function
/external/python/cpython2/Doc/library/
Dfnmatch.rst49 the comparison is performed. :func:`fnmatchcase` can be used to perform a
64 .. function:: fnmatchcase(filename, pattern)
/external/python/cpython2/Lib/ctypes/test/
D__init__.py53 if fnmatch.fnmatchcase(fnm, mask):
58 if fnmatch.fnmatchcase(fnm, mask):
/external/python/cpython2/Tools/bgen/bgen/
Dscantools.py686 if not fnmatch.fnmatchcase(functionname, functionpat):
706 return len(filter(None, map(fnmatch.fnmatchcase, arg, patarg))) == 3