Home
last modified time | relevance | path

Searched defs:check_match (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_fnmatch.py15 def check_match(self, filename, pattern, should_match=1, fn=fnmatch): member in FnmatchTestCase
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c1232 local void check_match(s, start, match, length) in check_match() function
1253 # define check_match(s, start, match, length) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.c1356 local void check_match(s, start, match, length) in check_match() function
1377 # define check_match(s, start, match, length) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlparser.c126 static void check_match (LexState *ls, int what, int who, int where) { in check_match() function