HomeSort by relevance Sort by last modified time
    Searched full:fnmatch (Results 51 - 75 of 787) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/elfutils/tests/
funcretval.c 30 #include <fnmatch.h>
52 match = fnmatch (*argv, name, 0) == 0;
  /toolchain/binutils/binutils-2.25/libiberty/
fnmatch.txh 1 @deftypefn Replacement int fnmatch (const char *@var{pattern}, @
21 @code{<fnmatch.h>}):
configure.com 19 "getpwd,xstrerror,xmemdup,xstrdup,xatexit,choose-temp,fnmatch,objalloc,"+-
makefile.vms 14 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\
  /external/curl/docs/libcurl/opts/
CURLOPT_FNMATCH_DATA.3 25 CURLOPT_FNMATCH_DATA \- custom pointer to fnmatch callback
  /external/curl/tests/data/
test1113 29 FTP wildcard download - changed fnmatch, 2x perform (DOS LIST response)
test574 28 FTP wildcard download - changed fnmatch, 2x perform (Unix LIST response)
  /external/jsoncpp/scons-tools/
srcdist.py 3 from fnmatch import fnmatch
111 ## pattern_check = reduce(lambda x, y: x or bool(fnmatch(filename, y)), file_patterns, False)
112 ## exclude_check = reduce(lambda x, y: x and fnmatch(filename, y), exclude_patterns, True)
  /external/selinux/libselinux/src/android/
android_common.h 33 #include <fnmatch.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libattr.so.1 
libattr.so.1.1.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libattr.so.1 
libattr.so.1.1.0 
  /external/deqp/external/vulkancts/scripts/
verify_submission.py 27 from fnmatch import fnmatch
87 if fnmatch(item, STATEMENT_PATTERN):
90 elif fnmatch(item, TEST_LOG_PATTERN):
92 elif fnmatch(item, GIT_STATUS_PATTERN):
95 elif fnmatch(item, GIT_LOG_PATTERN):
98 elif fnmatch(item, PATCH_PATTERN):
  /external/jsoncpp/devtools/
antglob.py 8 import fnmatch
12 # These fnmatch expressions are used by default to prune the directory tree
16 # These fnmatch expressions are used by default to exclude files and dirs
110 if fnmatch.fnmatch( dir_name, pattern ):
  /external/selinux/restorecond/
stringslist.c 30 #include <fnmatch.h>
62 int cmp = fnmatch(ptr->string, string, 0);
  /external/webrtc/webrtc/build/
merge_libs.py 14 import fnmatch
38 for filename in fnmatch.filter(filenames, pattern):
  /bionic/libc/include/
fnmatch.h 47 int fnmatch(const char* pattern, const char* string, int flags);
  /development/ndk/platforms/android-21/include/
fnmatch.h 47 extern int fnmatch(const char *pattern, const char *string, int flags);
  /development/ndk/platforms/android-9/include/
fnmatch.h 47 extern int fnmatch(const char *pattern, const char *string, int flags);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
fnmatch.h 47 extern int fnmatch(const char *pattern, const char *string, int flags);
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
fnmatch.h 47 extern int fnmatch(const char *pattern, const char *string, int flags);
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
fnmatch.h 47 extern int fnmatch(const char *pattern, const char *string, int flags);
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
fnmatch.h 47 extern int fnmatch(const char *pattern, const char *string, int flags);
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
fnmatch.h 47 extern int fnmatch(const char *pattern, const char *string, int flags);

Completed in 1735 milliseconds

1 23 4 5 6 7 8 91011>>