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

  /bionic/libc/unistd/
fnmatch.c 1 /* $OpenBSD: fnmatch.c,v 1.13 2006/03/31 05:34:14 deraadt Exp $ */
36 * Function fnmatch() as specified in POSIX 1003.2-1992, section B.6.
43 #include <fnmatch.h>
54 fnmatch(const char *pattern, const char *string, int flags) function
104 if (!fnmatch(pattern, string, flags & ~FNM_PERIOD))
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
deduplicate_tests.py 34 import fnmatch namespace
85 if not fnmatch.fnmatch(path, glob_pattern):
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 23 /* Enable GNU extensions in fnmatch.h. */
29 #include <fnmatch.h>
480 fnmatch (pattern, string, flags) function
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 36 import fnmatch namespace
239 if fnmatch.fnmatch(filename, actual_pattern):

Completed in 3809 milliseconds