HomeSort by relevance Sort by last modified time
    Searched refs:FNM_PATHNAME (Results 1 - 14 of 14) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fnmatch.h 36 #undef FNM_PATHNAME
41 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */
46 # define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
  /toolchain/binutils/binutils-2.27/include/
fnmatch.h 43 #undef FNM_PATHNAME
48 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */
53 #define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
  /bionic/tests/headers/posix/
fnmatch_h.c 35 MACRO(FNM_PATHNAME);
  /bionic/libc/include/
fnmatch.h 40 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
46 #define FNM_FILE_NAME FNM_PATHNAME
  /external/ltp/testcases/kernel/fs/proc/
proc01.c 166 !fnmatch(lsm_should_work[i], obj, FNM_PATHNAME)) {
175 !fnmatch(known_issues[i].file, obj, FNM_PATHNAME)) &&
308 FNM_PATHNAME) ||
  /bionic/libc/upstream-openbsd/lib/libc/gen/
fnmatch.c 139 * EOS '\0' and the FNM_PATHNAME '/' delimiters are not advanced over,
150 const int slash = !!(flags & FNM_PATHNAME);
209 * or ranges containing a slash in FNM_PATHNAME mode pattern
285 const int slash = !!(flags & FNM_PATHNAME);
  /external/tensorflow/tensorflow/core/platform/posix/
env.cc 60 return fnmatch(pattern.c_str(), path.c_str(), FNM_PATHNAME) == 0;
  /external/selinux/libselinux/src/android/
android_platform.c     [all...]
  /system/core/init/
devices.cpp 116 // with FNM_PATHNAME to compare 'name' to a given path.
131 if (wildcard_) return fnmatch(name_.c_str(), path.c_str(), FNM_PATHNAME) == 0;
  /external/toybox/toys/posix/
find.c 331 test = !fnmatch(arg, name, FNM_PATHNAME*(s[i] == 'p'));
  /external/squashfs-tools/squashfs-tools/
action.c     [all...]
unsquashfs.c     [all...]
mksquashfs.c     [all...]
  /external/gflags/src/
gflags.cc     [all...]

Completed in 1585 milliseconds