HomeSort by relevance Sort by last modified time
    Searched defs:fnmatch (Results 1 - 12 of 12) sorted by null

  /external/python/cpython3/Lib/
fnmatch.py 3 fnmatch(FILENAME, PATTERN) matches according to the local convention.
17 __all__ = ["filter", "fnmatch", "fnmatchcase", "translate"]
19 def fnmatch(name, pat): function
67 This is a version of fnmatch() which doesn't case-normalize
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
fnmatch.py 3 fnmatch(FILENAME, PATTERN) matches according to the local convention.
15 __all__ = ["filter", "fnmatch", "fnmatchcase", "translate"]
24 def fnmatch(name, pat): function
72 This is a version of fnmatch() which doesn't case-normalize
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
fnmatch.py 3 fnmatch(FILENAME, PATTERN) matches according to the local convention.
15 __all__ = ["filter", "fnmatch", "fnmatchcase", "translate"]
24 def fnmatch(name, pat): function
70 This is a version of fnmatch() which doesn't case-normalize
  /external/python/cpython2/Lib/
fnmatch.py 3 fnmatch(FILENAME, PATTERN) matches according to the local convention.
15 __all__ = ["filter", "fnmatch", "fnmatchcase", "translate"]
24 def fnmatch(name, pat): function
72 This is a version of fnmatch() which doesn't case-normalize
  /prebuilts/gdb/darwin-x86/lib/python2.7/
fnmatch.py 3 fnmatch(FILENAME, PATTERN) matches according to the local convention.
15 __all__ = ["filter", "fnmatch", "fnmatchcase", "translate"]
24 def fnmatch(name, pat): function
70 This is a version of fnmatch() which doesn't case-normalize
  /prebuilts/gdb/linux-x86/lib/python2.7/
fnmatch.py 3 fnmatch(FILENAME, PATTERN) matches according to the local convention.
15 __all__ = ["filter", "fnmatch", "fnmatchcase", "translate"]
24 def fnmatch(name, pat): function
70 This is a version of fnmatch() which doesn't case-normalize
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fnmatch.py 3 fnmatch(FILENAME, PATTERN) matches according to the local convention.
15 __all__ = ["filter", "fnmatch", "fnmatchcase", "translate"]
24 def fnmatch(name, pat): function
70 This is a version of fnmatch() which doesn't case-normalize
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fnmatch.py 3 fnmatch(FILENAME, PATTERN) matches according to the local convention.
15 __all__ = ["filter", "fnmatch", "fnmatchcase", "translate"]
24 def fnmatch(name, pat): function
70 This is a version of fnmatch() which doesn't case-normalize
  /toolchain/binutils/binutils-2.27/libiberty/
fnmatch.c 47 #include <fnmatch.h>
68 fnmatch (const char *pattern, const char *string, int flags) function
119 fnmatch (p, n, flags & ~FNM_PERIOD) == 0)
  /bionic/libc/upstream-openbsd/lib/libc/gen/
fnmatch.c 1 /* $OpenBSD: fnmatch.c,v 1.19 2015/08/01 18:11:08 millert Exp $ */
49 * http://pubs.opengroup.org/onlinepubs/9699919799/functions/fnmatch.html
88 #include <fnmatch.h>
281 int fnmatch(const char *pattern, const char *string, int flags) function
  /external/python/cpython3/Lib/test/
test_tracemalloc.py 674 def fnmatch(inclusive, filename, pattern): function in function:TestFilters.test_filter_match_filename
678 self.assertTrue(fnmatch(True, "abc", "abc"))
679 self.assertFalse(fnmatch(True, "12356", "abc"))
680 self.assertFalse(fnmatch(True, "<unknown>", "abc"))
682 self.assertFalse(fnmatch(False, "abc", "abc"))
683 self.assertTrue(fnmatch(False, "12356", "abc"))
684 self.assertTrue(fnmatch(False, "<unknown>", "abc"))
687 def fnmatch(filename, pattern): function in function:TestFilters.test_filter_match_filename_joker
692 self.assertFalse(fnmatch('abc', ''))
693 self.assertFalse(fnmatch('', 'abc')
    [all...]
  /external/curl/lib/
urldata.h 1655 curl_fnmatch_callback fnmatch; \/* callback to decide which file corresponds member in struct:UserDefined
    [all...]

Completed in 221 milliseconds